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.client
Methods in org.pepstock.charba.client that return Plugins Modifier and Type Method Description Plugins
GlobalOptions. getPlugins()
-
Uses of Plugins in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Plugins Modifier and Type Method Description Plugins
Options. 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
.
-