Class PluginTooltipArgument


  • public final class PluginTooltipArgument
    extends NativeObjectContainer
    Contains all info for every item of tooltip.
    Created and passed by CHART.JS.
    It uses in the PLUGINS.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • PluginTooltipArgument

        public PluginTooltipArgument​(PluginsEnvelop<NativeObject> envelop)
        Creates the item using an envelop of the native java script object which contains all properties.
        Parameters:
        envelop - envelop of the native java script object which contains all properties.
    • Method Detail

      • getTooltip

        public TooltipModel getTooltip()
        Returns the tooltip model.
        Returns:
        the tooltip model.