| Package | Description | 
|---|---|
| org.pepstock.charba.client.commons | 
 Core classes to manage the inter-operations with java script code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <E extends NativeArrayContainer<ArrayDouble>> | 
ArrayListHelper.list(ArrayDoubleArray array,
    NativeArrayContainerFactory<ArrayDouble,E> factory)
Creates a array list of java script native double array container by a java script array and a factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NativeObjectContainer.setArrayValue(Key key,
             ArrayDoubleArrayList<?> container)
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property. 
 | 
protected void | 
PropertyHandler.setArrayValueAndAddToParent(Key key,
                           ArrayDoubleArrayList<?> container)
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property. 
 | 
protected void | 
AbstractNode.setArrayValueAndAddToParent(Key key,
                           ArrayDoubleArrayList<?> container)
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property. 
 |