Class Tooltip

java.lang.Object
software.xdev.chartjs.model.options.Tooltip

public class Tooltip extends Object
  • Field Details

    • enabled

      protected Boolean enabled
    • external

      protected JavaScriptFunction external
    • mode

      protected String mode
    • itemSort

      protected JavaScriptFunction itemSort
    • backgroundColor

      protected Object backgroundColor
    • titleFontFamily

      protected String titleFontFamily
    • titleFontSize

      protected Integer titleFontSize
    • titleFontStyle

      protected FontStyle titleFontStyle
    • titleFontColor

      protected Object titleFontColor
    • titleSpacing

      protected Integer titleSpacing
    • titleMarginBottom

      protected Integer titleMarginBottom
    • bodyFontFamily

      protected String bodyFontFamily
    • bodyFontSize

      protected Integer bodyFontSize
    • bodyFontStyle

      protected FontStyle bodyFontStyle
    • bodyFontColor

      protected Object bodyFontColor
    • bodySpacing

      protected Integer bodySpacing
    • footerFontFamily

      protected String footerFontFamily
    • footerFontSize

      protected Integer footerFontSize
    • footerFontStyle

      protected FontStyle footerFontStyle
    • footerFontColor

      protected Object footerFontColor
    • footerSpacing

      protected Integer footerSpacing
    • footerMarginTop

      protected Integer footerMarginTop
    • xPadding

      protected Integer xPadding
    • yPadding

      protected Integer yPadding
    • caretSize

      protected Integer caretSize
    • cornerRadius

      protected Integer cornerRadius
    • multiKeyBackground

      protected Object multiKeyBackground
    • callbacks

      protected Callbacks callbacks
  • Constructor Details

    • Tooltip

      public Tooltip()
  • Method Details