| Package | Description | 
|---|---|
| org.pepstock.charba.client.commons | Core classes to manage the inter-operations with java script code. | 
| org.pepstock.charba.client.data | Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). | 
| 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. | 
| static <E extends NativeArrayContainer<ArrayDouble>> | ArrayListHelper. unmodifiableList(ArrayDoubleArray array,
                NativeArrayContainerFactory<ArrayDouble,E> factory)Creates an unmodifiable array list of java script native double array container by a java script array and a factory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FloatingDataFactoryFactory to create a floating data from a native array, used for array container lists. The array must contain and only 2 values. |