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).
|
Modifier and Type | Method and Description |
---|---|
Plugins |
GlobalOptions.getPlugins() |
Modifier and Type | Method and Description |
---|---|
Plugins |
Options.getPlugins()
Returns the plugins element.
|
Constructor and Description |
---|
Plugins(ChartEnvelop<Plugins> envelop)
Creates the object wrapping another plugin.
This constructor is used ONLY from GlobalOptions . |