Package | Description |
---|---|
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.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Method and Description |
---|---|
Array |
ScriptableFunctions.ProxyArrayCallback.call(Object contextFunction,
ScriptableContext context)
Method of function to be called to provide an array property.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeArrayDescriptor<T extends Array>
A property descriptor is a record which describes a java script property (array).
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDouble
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values. |
class |
ArrayGradient
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradient) values. |
class |
ArrayImage
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values. |
class |
ArrayInteger
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values. |
class |
ArrayMixedObject
Array object which maps the java script object.
A simple wrapper around a homogeneous array of mixed type of object (extension of java script objects) values. |
class |
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. |
class |
ArrayPattern
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPattern) values. |
class |
ArrayString
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. |
Modifier and Type | Method and Description |
---|---|
protected <T extends Array> |
NativeObjectContainer.getArrayValue(Key key)
Returns a value (array) into embedded JavaScript object at specific property.
|
protected <T extends Array> |
NativeObjectContainer.setArrayValue(Key key,
T value)
Sets a value (Array) into embedded JavaScript object at specific property.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayPlugin
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of native plugin values. |