Uses of Class
org.pepstock.charba.client.commons.Array
-
Packages that use Array 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.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging. -
-
Uses of Array in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return Array Modifier and Type Method Description ArrayScriptableFunctions.ProxyArrayCallback. call(NativeObject context)Method of function to be called to provide an array property. -
Uses of Array in org.pepstock.charba.client.commons
Classes in org.pepstock.charba.client.commons with type parameters of type Array Modifier and Type Class Description classNativeArrayContainer<T extends Array>Base class for all classes which are wrapping a native java script array.interfaceNativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>>Interface to be implemented to load elements from an array of native array.Subclasses of Array in org.pepstock.charba.client.commons Modifier and Type Class Description classArrayCanvasArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (HTMLCanvasElement) values.classArrayChartArray object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values.classArrayDoubleArray object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values.classArrayDoubleArrayArray object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values.classArrayGradientArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradientItem) values.classArrayImageArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values.classArrayIntegerArray object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.classArrayMixedObjectArray 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.classArrayObjectArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values.classArrayPatternArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPatternItem) values.classArrayStringArray object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.classArrayTouchArray object which maps the java script object.
A simple wrapper around a homogeneous native array of object (Touch) values.Methods in org.pepstock.charba.client.commons with type parameters of type Array Modifier and Type Method Description protected <T extends Array>
TNativeObjectContainer. getArrayValue(Key key)Returns a value (array) in the embedded JavaScript object at specific property.protected <T extends Array>
voidNativeObjectContainer. setArrayValue(Key key, T value)Sets a value (Array) in the embedded JavaScript object at specific property.protected <T extends Array>
voidAbstractNode. setArrayValueAndAddToParent(Key key, T value)Sets a value (Array) in the embedded JavaScript object at specific property.protected <T extends Array>
voidPropertyHandler. setArrayValueAndAddToParent(Key key, T value)Sets a value (Array) in the embedded JavaScript object at specific property. -
Uses of Array in org.pepstock.charba.client.utils
Subclasses of Array in org.pepstock.charba.client.utils Modifier and Type Class Description classRegExpResultArray object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.Methods in org.pepstock.charba.client.utils with type parameters of type Array Modifier and Type Method Description static <T extends Array>
TJSON. parseForArray(String text)Parses a JSON string, constructing the JavaScript array described by the string.
-