Class PluginResizeArgument


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

      • PluginResizeArgument

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

      • getSizeItem

        public SizeItem getSizeItem()
        Returns the size item.
        Returns:
        the size item.