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.IDplugin (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.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions 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.IDplugin (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 classChartEnvelop<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 classAnnotationEnvelop<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 classCallbacksEnvelop<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 classBaseEnvelop<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 classConfigurationEnvelop<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 classDataEnvelop<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 classDataLabelsEnvelop<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.interaction
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.interaction Modifier and Type Class Description classInteractionEnvelop<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.items
Subclasses of ImmutableEnvelop in org.pepstock.charba.client.items Modifier and Type Class Description classItemsEnvelop<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 classLabelsEnvelop<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 classOptionsEnvelop<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 classPluginsEnvelop<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.
-