Uses of Class
org.pepstock.charba.client.plugins.SmartPlugin
-
Packages that use SmartPlugin Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of SmartPlugin in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins with parameters of type SmartPlugin Modifier and Type Method Description void
Plugins. add(SmartPlugin plugin)
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again.boolean
GlobalPlugins. register(SmartPlugin plugin)
Registers a plugin as global, to apply to all charts.Method parameters in org.pepstock.charba.client.plugins with type arguments of type SmartPlugin Modifier and Type Method Description void
SmartPluginContainer. loadPlugin(PluginsEnvelop<SmartPlugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.
-