Package | Description |
---|---|
org.pepstock.charba.client.colors |
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own
colors and classes to define gradients of patterns for charts.
|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
controllers.
|
Modifier and Type | Class and Description |
---|---|
static class |
Gradient.GradientFactory
Inner class to create gradient by a native object.
|
static class |
Pattern.PatternFactory
Inner class to create pattern by a native object.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
NativeExtendedObject.getOptions(NativeObjectContainerFactory<T> factory)
Returns the options, if exist.
|
static <E extends NativeObjectContainer> |
ArrayListHelper.list(ArrayObject array,
NativeObjectContainerFactory<E> factory)
Creates a array list of java script native object container by a java script array and a factory.
|
static <E extends NativeObjectContainer> |
ArrayListHelper.unmodifiableList(ArrayObject array,
NativeObjectContainerFactory<E> factory)
Creates an unmodifiable array list of java script native object container by a java script array and a factory.
|
Modifier and Type | Class and Description |
---|---|
static class |
DatasetItem.DatasetItemFactory
Inner class to create dataset item by a native object.
|
static class |
LegendItem.LegendItemFactory
Inner class to create legend item by a native object.
|
static class |
LegendLabelItem.LegendLabelItemFactory
Inner class to create legend label item by a native object.
|
static class |
TimeTickItem.TimeTickItemFactory
Inner class to create time tick item by a native object.
|
static class |
TooltipItem.TooltipItemFactory
Inner class to create tooltip item by a native object.
|