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).
|
org.pepstock.charba.client.treemap |
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js ) for CHART.js. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDoubleArrayList<E extends NativeArrayContainer<ArrayDouble>>
An ordered collection (also known as a sequence).
|
interface |
NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>>
Interface to be implemented to load elements from an array of native array.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeArrayDoubleContainer
Extends the base class of an array container where the wrapped array is an array of doubles.
|
Modifier and Type | Method and Description |
---|---|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrEmpty(E item)
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrEmpty(E[] items)
Creates a java script array of arrays starting from an array of native array containers.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrEmpty(List<E> items)
Creates a java script array of arrays starting from a list of native array containers.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrNull(E item)
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrNull(E[] items)
Creates a java script array of arrays starting from an array of native array containers.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrNull(List<E> items)
Creates a java script array of arrays starting from a list of native array containers.
|
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 | Method and Description |
---|---|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrEmpty(E[] items)
Creates a java script array of arrays starting from an array of native array containers.
|
static <E extends NativeArrayContainer<ArrayDouble>> |
ArrayDoubleArray.fromOrNull(E[] items)
Creates a java script array of arrays starting from an array of native array containers.
|
protected void |
NativeObjectContainer.setValue(Key key,
NativeArrayContainer<?> value)
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
|
protected void |
PropertyHandler.setValueAndAddToParent(Key key,
NativeArrayContainer<?> value)
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
|
protected void |
AbstractNode.setValueAndAddToParent(Key key,
NativeArrayContainer<?> value)
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatingData
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars). First and second numbers will correspond the start and the end points of a bar respectively. |
Modifier and Type | Class and Description |
---|---|
class |
Dash
Specifies the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|