Uses of Class
org.pepstock.charba.client.options.Plugins
- 
Packages that use Plugins Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).
- 
- 
Uses of Plugins in org.pepstock.charba.clientMethods in org.pepstock.charba.client that return Plugins Modifier and Type Method Description PluginsGlobalOptions. getPlugins()
- 
Uses of Plugins in org.pepstock.charba.client.optionsMethods in org.pepstock.charba.client.options that return Plugins Modifier and Type Method Description PluginsOptions. getPlugins()Returns the plugins element.Constructor parameters in org.pepstock.charba.client.options with type arguments of type Plugins Constructor Description Plugins(ChartEnvelop<Plugins> envelop)Creates the object wrapping another plugin.
 This constructor is used ONLY fromGlobalOptions.
 
-