Class PluginScaleArgument


  • public final class PluginScaleArgument
    extends NativeObjectContainer
    This is a wrapper of java script object which represents a scale argument.
    This object is used in the plugins methods of CHART.JS.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • PluginScaleArgument

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

      • getScaleItem

        public ScaleItem getScaleItem()
        Returns the scale item.
        Returns:
        the scale item.