Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.adapters |
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
|
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.annotation.enums |
Contains all enumerations to configure the
AnnotationPlugin.ID plugin. |
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
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.colors.tiles |
Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.
|
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.controllers |
Contains all classes to manage the implementations of controllers.
|
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.datalabels.enums |
Contains all enumerations to configure the
DataLabelsPlugin.ID plugin. |
org.pepstock.charba.client.dom |
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
|
org.pepstock.charba.client.dom.elements |
Contains a set of DOM elements that Charba is using.
|
org.pepstock.charba.client.dom.enums |
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.geo.enums |
Contains all enumerations to configure the GEO controllers.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.plugins.enums |
Contains the enumeration items to configure out of the box CHARBA plugins.
|
org.pepstock.charba.client.intl |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
org.pepstock.charba.client.intl.enums |
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
|
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.matrix |
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js ) 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.
|
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
org.pepstock.charba.client.resources |
Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters. |
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
org.pepstock.charba.client.sankey.enums |
Contains all enumerations to configure the SANKEY controllers.
|
org.pepstock.charba.client.treemap |
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js ) for CHART.js. |
org.pepstock.charba.client.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
org.pepstock.charba.client.utils.toast.enums |
Contains all enumerations to configure the TOAST utility.
|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js. |
Class and Description |
---|
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
AbstractReadOnlyPoint
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
|
ArrayChart
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values. |
ArrayObject
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values. |
BaseEnvelop
This object is a container of hidden object.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
Array
Array object which maps the java script object.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
AbstractReadOnlyPoint
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
|
Array
Array object which maps the java script object.
|
ArrayCanvas
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (HTMLCanvasElement) values. |
ArrayCanvasList
An ordered collection (also known as a sequence).
|
ArrayDouble
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values. |
ArrayDoubleArray
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values. |
ArrayDoubleArrayList
An ordered collection (also known as a sequence).
|
ArrayDoubleList
The user of this interface has precise control over where in the list each element is inserted.
|
ArrayEnumList
The user of this interface has precise control over where in the list each element is inserted.
|
ArrayGradient
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradientItem) values. |
ArrayImage
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values. |
ArrayImageList
An ordered collection (also known as a sequence).
|
ArrayInteger
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values. |
ArrayIntegerList
The user of this interface has precise control over where in the list each element is inserted.
|
ArrayKeyList
The user of this interface has precise control over where in the list each element is inserted.
|
ArrayKeySet
A collection that contains no duplicate elements.
More formally, sets contain no pair of elements e1 and e2 such that e1.equals(e2) , and at most one null element. |
ArrayObject
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values. |
ArrayObject.ArrayFilterCallback
Java script FUNCTION callback called to filter the array.
|
ArrayObject.ArrayFindCallback
Java script FUNCTION callback called to find an element in the array.
|
ArrayObjectContainerList
An ordered collection (also known as a sequence).
|
ArrayObjectList
An ordered collection (also known as a sequence).
|
ArrayPattern
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPatternItem) values. |
ArrayString
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. |
ArrayStringList
An ordered collection (also known as a sequence).
|
ArrayStringSet
A collection that contains no duplicate elements.
More formally, sets contain no pair of elements e1 and e2 such that e1.equals(e2) , and at most one null element. |
CallbackProxy
This is a native object which wraps a java script object created by
JsHelper .This object is used to get a proxy instance which is able to call a java script function passing also this java script value, to maintain the environment when
required. |
CallbackProxy.Proxy
It's a java script function which maps the function
proxy implemented in the additional java script source. |
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
Id
Enums the property ID used by CHARBA to identify the chart.
|
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
IteratorImpl
Custom iterator over a collection.
|
JsHelper
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
KeyFactory
Interface to be implemented to load keys from an array of native object.
|
Merger
Singleton utility to merge java script object in the another one and provide the service to get the chart options with all defaults.
|
NativeArrayContainer
Base class for all classes which are wrapping a native java script array.
|
NativeArrayContainerFactory
Interface to be implemented to load elements from an array of native array.
|
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
ObjectType
Enumerates all java script types.
The latest ECMAScript standard defines seven data types: Six data types that are primitives: Boolean Function Undefined Number String Symbol and other 2 objects types: Object Array See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof |
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
ArrayDouble
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values. |
ArrayInteger
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values. |
ArrayString
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. |
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeArrayContainer
Base class for all classes which are wrapping a native java script array.
|
NativeArrayContainerFactory
Interface to be implemented to load elements from an array of native array.
|
NativeArrayDoubleContainer
Extends the base class of an array container where the wrapped array is an array of doubles.
|
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
ObjectType
Enumerates all java script types.
The latest ECMAScript standard defines seven data types: Six data types that are primitives: Boolean Function Undefined Number String Symbol and other 2 objects types: Object Array See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof |
Class and Description |
---|
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
CallbackProxy.Proxy
It's a java script function which maps the function
proxy implemented in the additional java script source. |
Class and Description |
---|
ArrayInteger
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values. |
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
KeyFactory
Interface to be implemented to load keys from an array of native object.
|
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
AbstractPoint
This object is wrapping the native java script object to map a point.
|
AbstractReadOnlyPoint
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
|
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
ObjectType
Enumerates all java script types.
The latest ECMAScript standard defines seven data types: Six data types that are primitives: Boolean Function Undefined Number String Symbol and other 2 objects types: Object Array See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof |
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
PropertyHandler
Base object to to manage common properties in the the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them. |
Class and Description |
---|
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
ObjectType
Enumerates all java script types.
The latest ECMAScript standard defines seven data types: Six data types that are primitives: Boolean Function Undefined Number String Symbol and other 2 objects types: Object Array See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
CallbackProxy.Proxy
It's a java script function which maps the function
proxy implemented in the additional java script source. |
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
PropertyHandler
Base object to to manage common properties in the the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them. |
PropertyKey
Represents the key of property of a java-script object.
|
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
Envelop
This is the interface to map the envelop.
It adds helpful methods to check the envelop. |
ImmutableEnvelop
This object is a container of hidden object which can set by constructor and immutable afterwards.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
AbstractPoint
This object is wrapping the native java script object to map a point.
|
AbstractReadOnlyPoint
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
HasCallbackScope
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeArrayContainer
Base class for all classes which are wrapping a native java script array.
|
NativeArrayDoubleContainer
Extends the base class of an array container where the wrapped array is an array of doubles.
|
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
Array
Array object which maps the java script object.
|
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
NativeObjectContainerFactory
Interface to be implemented to load elements from an array of native object.
|
Class and Description |
---|
AbstractBaseBuilder
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
IsBuilder
Represents an options builder.
Needed to check the consistency of builder after build. |
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|
Class and Description |
---|
Key
Represents the property key of a JavaScript object.
Used for enum. |
Class and Description |
---|
AbstractNode
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
|
AbstractPoint
This object is wrapping the native java script object to map a point.
|
AbstractReadOnlyPoint
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
|
Key
Represents the property key of a JavaScript object.
Used for enum. |
NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and without prototype .It's also mapping the java script proxy , used by CHART.JS.PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object. Please be also aware that you can not use instanceof against this class. |
NativeObjectContainer
Base class for all classes which are wrapping a native java script object.
|