Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onAfterDatasetDraw(IsChart chart,
DatasetPluginItem item)
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
|
void |
Plugin.onAfterDatasetUpdate(IsChart chart,
DatasetPluginItem item)
Called after the 'chart' datasets at the given 'args.index' has been updated.
|
boolean |
Plugin.onBeforeDatasetDraw(IsChart chart,
DatasetPluginItem item)
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
|
boolean |
Plugin.onBeforeDatasetUpdate(IsChart chart,
DatasetPluginItem item)
Called before updating the 'chart' dataset at the given 'args.index'.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.onAfterDatasetDraw(IsChart chart,
DatasetPluginItem item) |
void |
AbstractPlugin.onAfterDatasetUpdate(IsChart chart,
DatasetPluginItem item) |
boolean |
AbstractPlugin.onBeforeDatasetDraw(IsChart chart,
DatasetPluginItem item) |
boolean |
AbstractPlugin.onBeforeDatasetUpdate(IsChart chart,
DatasetPluginItem item) |