Uses of Class
org.pepstock.charba.client.commons.ImmutableEnvelop
-
Packages that use ImmutableEnvelop 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 theAnnotationPlugin.ID
plugin (AKAchartjs-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 theDataLabelsPlugin.ID
plugin (AKAchartjs-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 useLabelsPlugin.ID
plugin (AKAchartjs-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. -
-
Uses of ImmutableEnvelop in org.pepstock.charba.client
Subclasses of ImmutableEnvelop in org.pepstock.charba.client Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.annotation
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.annotation Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.callbacks
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.callbacks Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.commons
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.commons Modifier and Type Class Description class
BaseEnvelop<T>
This object is a container of hidden object. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.configuration
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.configuration Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.data
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.data Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.datalabels
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.datalabels Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.items
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.items Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.labels
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.labels Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.options
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.options Modifier and Type Class 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. -
Uses of ImmutableEnvelop in org.pepstock.charba.client.plugins
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.plugins Modifier and Type Class 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.
-