Package | Description |
---|---|
org.pepstock.charba.client.commons | |
org.pepstock.charba.client.defaults.scale | |
org.pepstock.charba.client.plugins |
Modifier and Type | Method and Description |
---|---|
static <E extends GenericJavaScriptObject> |
ArrayListHelper.build(E[] values)
Creates a JavaScript array list of generic javaScript objects.
|
protected <T extends GenericJavaScriptObject> |
GenericJavaScriptObject.getObjectArray(java.lang.String key)
Returns an array list (generic JavaScript objects) from the JavaScript object.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends GenericJavaScriptObject> |
JavaScriptObjectContainer.setObjectArray(Key key,
JsObjectArrayList<T> list)
Sets a value (JavaScript array list) into embedded JavaScript object at specific property.
|
protected <T extends GenericJavaScriptObject> |
GenericJavaScriptObject.setObjectArray(java.lang.String key,
JsObjectArrayList<T> list)
Stores an array list (generic JavaScript objects) into the JavaScript object.
|
Modifier and Type | Method and Description |
---|---|
protected JsObjectArrayList<GenericJavaScriptObject> |
Scales.InternalJavaScriptObject.getAxis(Key key)
Returns the axes configuration.
|
Modifier and Type | Method and Description |
---|---|
JsObjectArrayList<GenericJavaScriptObject> |
Plugins.getArrayList()
Creates a java script array (mapped into a list) with all plugins added to the chart.
|