Class ChartPointer
- java.lang.Object
-
- org.pepstock.charba.client.impl.plugins.ChartPointer
-
- All Implemented Interfaces:
PluginContainer
public final class ChartPointer extends Object
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.- Author:
- Andrea "Stock" Stocchero
- See Also:
CursorType
-
-
Field Summary
Fields Modifier and Type Field Description static ChartPointerOptionsFactory
FACTORY
The factory to create options for plugin.static String
ID
Plugin ID "charbacursorpointer".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChartPointer
get()
Returns the singleton instance of plugin.void
loadPlugin(PluginsEnvelop<Plugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.
-
-
-
Field Detail
-
ID
public static final String ID
Plugin ID "charbacursorpointer".- See Also:
- Constant Field Values
-
FACTORY
public static final ChartPointerOptionsFactory FACTORY
The factory to create options for plugin.
-
-
Method Detail
-
get
public static ChartPointer get()
Returns the singleton instance of plugin.- Returns:
- the singleton instance of plugin
-
loadPlugin
public final void loadPlugin(PluginsEnvelop<Plugin> envelop)
Description copied from interface:PluginContainer
Loads the plugin to the envelop in order to pass it without exposing the methods.- Specified by:
loadPlugin
in interfacePluginContainer
- Parameters:
envelop
- envelop where the plugin instance must be stored.
-
-