Package | Description |
---|---|
org.pepstock.charba.client.colors |
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own
colors and classes to define gradients of patterns for charts.
|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
controllers.
|
org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Class and Description |
---|---|
static class |
Gradient.GradientFactory
Inner class to create gradient by a native object.
|
static class |
Pattern.PatternFactory
Inner class to create pattern by a native object.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
NativeExtendedObject.getOptions(NativeObjectContainerFactory<T> factory)
Returns the options, if exist.
|
static <E extends NativeObjectContainer> |
ArrayListHelper.list(ArrayObject array,
NativeObjectContainerFactory<E> factory)
Creates a array list of java script native object container by a java script array and a factory.
|
static <E extends NativeObjectContainer> |
ArrayListHelper.unmodifiableList(ArrayObject array,
NativeObjectContainerFactory<E> factory)
Creates an unmodifiable array list of java script native object container by a java script array and a factory.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
Plugins.getOptions(String pluginId,
NativeObjectContainerFactory<T> factory)
Returns the plugin options, if exist.
|
<T extends NativeObjectContainer> |
Plugins.getOptionsAsList(String pluginId,
NativeObjectContainerFactory<T> factory)
Returns the plugin options as list of object containers, if exist.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
Dataset.getOptions(String pluginId,
NativeObjectContainerFactory<T> factory)
Returns the plugin dataset configuration, if exist.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLabelsOptionsFactory
Factory to get the options (form chart, form dataset or from default global ones) related to
DataLabelsPlugin.ID
plugin. |
Modifier and Type | Class and Description |
---|---|
class |
ChartBackgroundColorOptionsFactory
Factory to get the options (ONLY for chart and not global options) related to
ChartBackgroundColor.ID plugin. |
class |
ChartPointerOptionsFactory
Factory to get the options (form chart or from default global ones) related to
ChartPointer.ID plugin. |
class |
ColorSchemesOptionsFactory
Factory to get the options (form chart or from default global ones) related to
ColorSchemes.ID plugin. |
class |
DatasetsItemsSelectorOptionsFactory
Factory to get the options (form chart or from default global ones) related to
DatasetsItemsSelector.ID plugin. |
Modifier and Type | Class and Description |
---|---|
static class |
DatasetItem.DatasetItemFactory
Inner class to create dataset item by a native object.
|
static class |
TimeTickItem.TimeTickItemFactory
Inner class to create time tick item by a native object.
|
static class |
TooltipItem.TooltipItemFactory
Inner class to create tooltip item by a native object.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptionsFactory
Factory to get the options (form chart or from default global ones) related to
LabelsPlugin.ID plugin. |
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
Plugins.getOptions(String pluginId,
NativeObjectContainerFactory<T> factory)
Returns the plugin options, if exist.
|
<T extends NativeObjectContainer> |
Plugins.getOptionsAsList(String pluginId,
NativeObjectContainerFactory<T> factory)
Returns the plugin options as list of object containers, if exist.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginCachedOptionsFactory<T extends AbstractPluginCachedOptions>
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
class |
AbstractPluginOptionsFactory<T extends AbstractPluginOptions>
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Modifier and Type | Method and Description |
---|---|
protected <G extends NativeObjectContainer> |
AbstractPluginOptionsFactory.loadGlobalsPluginOptions(NativeObjectContainerFactory<G> factory)
Loads the default plugin options from defaults.
|
protected <T extends NativeObjectContainer> |
AbstractPluginOptions.loadGlobalsPluginOptions(NativeObjectContainerFactory<T> factory)
Loads the default plugin options from defaults.
|