Class PluginUpdateArgument

  • Direct Known Subclasses:
    PluginDatasetArgument

    public class PluginUpdateArgument
    extends NativeObjectContainer
    This is a wrapper of java script object which the argument passed to plugin function.
    This object is used in the plugins methods of CHART.JS.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • PluginUpdateArgument

        public PluginUpdateArgument​(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

      • getMode

        public final TransitionMode getMode()
        Returns the update mode.
        Returns:
        the update mode.