Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
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.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js ) available for CHART.JS. |
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Class and Description |
---|---|
class |
UpdateConfigurationBuilder
Comfortable object to create
UpdateConfiguration item. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IsBuilder> |
IsBuilder.checkAndGetIfValid(T builder)
Checks if the builder haven't been invoked yet to create the object.
If not, throw a IllegalArgumentException , otherwise it returns the builder. |
Modifier and Type | Method and Description |
---|---|
static void |
IsBuilder.checkIfValid(IsBuilder builder)
Checks if the builder haven't been invoked yet to create the object.
If not, throw a IllegalArgumentException . |
static boolean |
IsBuilder.isValid(IsBuilder builder)
Returns
true if the builder haven't been invoked yet to create the object. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to create
DataLabelsPlugin.ID label item by a builder. |
class |
DataLabelsOptionsBuilder
Comfortable object to create
DataLabelsPlugin.ID plugin options by a builder. |
class |
LabelItemBuilder
Comfortable object to create
DataLabelsPlugin.ID label item by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
ChartBackgroundColorOptionsBuilder
Comfortable object to create
ChartBackgroundColor.ID plugin options by a builder. |
class |
ChartPointerOptionsBuilder
Comfortable object to create
ChartPointer.ID plugin options by a builder. |
class |
ColorSchemesOptionsBuilder
Comfortable object to create
ColorSchemes.ID plugin options by a builder. |
class |
DatasetsItemsSelectorOptionsBuilder
Comfortable object to create
DatasetsItemsSelector.ID plugin options by a builder. |
class |
HtmlLegendOptionsBuilder
Comfortable object to create
HtmlLegend.ID plugin options by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptionsBuilder
Comfortable object to create
LabelsPlugin.ID plugin options by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
ToastOptionsBuilder
Comfortable object to create
Toaster options by a builder. |