Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
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.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 |
---|---|
class |
ChartEnvelop<T>
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
CallbacksEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
BaseEnvelop<T>
This object is a container of hidden object.
|
class |
ImmutableEnvelop<T>
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Envelop> |
Envelop.checkAndGetIfValid(T envelop)
Checks if envelop passed as argument is not
null and its content is not null as well.If not, throw a IllegalArgumentException . |
Modifier and Type | Method and Description |
---|---|
static void |
Envelop.checkIfValid(Envelop envelop)
Checks if envelop passed as argument is not
null and its content is not null as well.If not, throw a IllegalArgumentException . |
static boolean |
Envelop.isValid(Envelop envelop)
Returns
true if envelop passed as argument is not null and its content is not null as well. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
DataEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
DataLabelsEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
ItemsEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
LabelsEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
OptionsEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |
Modifier and Type | Class and Description |
---|---|
class |
PluginsEnvelop<T>
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. |