Uses of Interface
org.pepstock.charba.client.Plugin
-
Packages that use Plugin Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of Plugin in org.pepstock.charba.client.plugins
Classes in org.pepstock.charba.client.plugins that implement Plugin Modifier and Type Class Description class
AbstractPlugin
Implements a plugin interface to help who will create a plugin do not create all methods.
The only method not implemented isgetId
which must implemented.
AllonBefore*
cancelable methods returntrue
.Methods in org.pepstock.charba.client.plugins with parameters of type Plugin Modifier and Type Method Description void
Plugins. add(Plugin 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(Plugin plugin)
Registers a plugin as global, to apply to all charts.Method parameters in org.pepstock.charba.client.plugins with type arguments of type Plugin Modifier and Type Method Description void
PluginContainer. loadPlugin(PluginsEnvelop<Plugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.
-