Uses of Class
org.pepstock.charba.client.commons.ArrayDouble
-
Packages that use ArrayDouble 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). -
-
Uses of ArrayDouble in org.pepstock.charba.client.commons
Classes in org.pepstock.charba.client.commons with type parameters of type ArrayDouble Modifier and Type Class Description classArrayDoubleArrayList<E extends NativeArrayContainer<ArrayDouble>>An ordered collection (also known as a sequence).Methods in org.pepstock.charba.client.commons with type parameters of type ArrayDouble Modifier and Type Method Description static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayArrayDoubleArray. 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>>
ArrayDoubleArrayArrayDoubleArray. fromOrEmpty(E[] items)Creates a java script array of arrays starting from an array of native array containers.static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayArrayDoubleArray. fromOrEmpty(List<E> items)Creates a java script array of arrays starting from a list of native array containers.static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayArrayDoubleArray. 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>>
ArrayDoubleArrayArrayDoubleArray. fromOrNull(E[] items)Creates a java script array of arrays starting from an array of native array containers.static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayArrayDoubleArray. fromOrNull(List<E> items)Creates a java script array of arrays starting from a list of native array containers.static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayList<E>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>>
List<E>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.Methods in org.pepstock.charba.client.commons that return ArrayDouble Modifier and Type Method Description static ArrayDoubleArrayDouble. fromOrEmpty(double... items)This method creates new array instance with a variable number ofdoublearguments.static ArrayDoubleArrayDouble. fromOrEmpty(List<Double> items)Creates a java script array of doubles starting from list of doubles.static ArrayDoubleArrayDouble. fromOrNull(double... items)This method creates new array instance with a variable number ofdoublearguments.static ArrayDoubleArrayDouble. fromOrNull(List<Double> items)Creates a java script array of doubles starting from list of doubles.ArrayDoubleArrayDoubleArray. get(int index)Gets the value at a given index.protected ArrayDoubleNativeObjectContainer. getValueOrArray(Key key, double defaultValue)Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.Methods in org.pepstock.charba.client.commons with parameters of type ArrayDouble Modifier and Type Method Description static ArrayDoubleListArrayListHelper. list(ArrayDouble values)Creates a array list of doubles by a java script array of doubles.static List<Double>ArrayListHelper. unmodifiableList(ArrayDouble values)Creates an unmodifiable array list of doubles by a java script array of doubles.Method parameters in org.pepstock.charba.client.commons with type arguments of type ArrayDouble Modifier and Type Method Description static <E extends NativeArrayContainer<ArrayDouble>>
ArrayDoubleArrayList<E>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>>
List<E>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.Constructors in org.pepstock.charba.client.commons with parameters of type ArrayDouble Constructor Description NativeArrayDoubleContainer(ArrayDouble nativeArray)Creates the object with native double array instance to be wrapped. -
Uses of ArrayDouble in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data with parameters of type ArrayDouble Modifier and Type Method Description FloatingDataFloatingDataFactory. create(ArrayDouble nativeArray)
-