Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.plugins.enums |
Contains the enumeration items to configure out of the box CHARBA plugins.
|
Class and Description |
---|
ChartBackgroundColorOptions
Configuration options of
ChartBackgroundColor.ID plugin. |
ChartBackgroundColorOptionsFactory
Factory to get the options (ONLY for chart and not global options) related to
ChartBackgroundColor.ID plugin. |
ChartPointerOptions
Configuration options of
ChartPointer.ID plugin.It manages the cursor to adopt when the cursor is over the dataset item and when not. |
ChartPointerOptionsFactory
Factory to get the options (form chart or from default global ones) related to
ChartPointer.ID plugin. |
ClearSelection
DatasetsItemsSelector.ID plugin configuration element in order to have into the chart a clickable element to clear
the selection. |
ColorScheme
This interface defines what a color scheme must have in terms of methods.
A color scheme must have: name is the name of color scheme category is the category of color scheme. |
ColorSchemesOptions
This is the object to map the
ColorSchemes.ID plugin options, both at chart and global level. |
ColorSchemesOptionsBuilder
Comfortable object to create
ColorSchemes.ID plugin options by a builder. |
ColorSchemesOptionsFactory
Factory to get the options (form chart or from default global ones) related to
ColorSchemes.ID plugin. |
DatasetRangeSelectionEvent
Event which is fired when the user selects an area on the chart, by
DatasetsItemsSelector.ID plugin. |
DatasetRangeSelectionEventHandler
Event handler for chart area selecting, by
DatasetsItemsSelector.ID plugin. |
DatasetsItemsSelectorOptions
Configuration options of
DatasetsItemsSelector.ID plugin.It is managing: the X axis ID the selection color the border color the border width the border dash if firing event on clear selection |
DatasetsItemsSelectorOptionsBuilder
Comfortable object to create
DatasetsItemsSelector.ID plugin options by a builder. |
DatasetsItemsSelectorOptionsFactory
Factory to get the options (form chart or from default global ones) related to
DatasetsItemsSelector.ID plugin. |
Class and Description |
---|
ColorScheme
This interface defines what a color scheme must have in terms of methods.
A color scheme must have: name is the name of color scheme category is the category of color scheme. |