Package | Description |
---|---|
org.pepstock.charba.client.adapters |
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
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.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.intl |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
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.
|
org.pepstock.charba.client.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
Modifier and Type | Class and Description |
---|---|
static class |
DateAdapterOptions.DateAdaptersOptionsFactory
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. |
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
ChartContext.getAttributes(NativeObjectContainerFactory<T> factory)
Returns the attributes, if exist.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
class |
ControllerMapperFactory<T extends NativeObjectContainer>
Class to implement from controllers in order to extend the standard configuration of charts.
It takes the java script object of standard options passing it to a wrapper to manage additional properties. |
Modifier and Type | Class and Description |
---|---|
static class |
ArcBorderRadius.ArcBorderRadiusFactory
Inner class to create arc border radius object by a native object.
|
static class |
BarBorderRadius.BarBorderRadiusFactory
Inner class to create bar border radius object by a native object.
|
static class |
BarBorderWidth.BarBorderWidthFactory
Inner class to create bar border width object by a native object.
|
Modifier and Type | Class and Description |
---|---|
static class |
BubbleMapDataPoint.BubbleMapDataPointFactory
Creates
BubbleMapDataPoint form a NativeObject . |
static class |
ChoroplethDataPoint.ChoroplethDataPointFactory
Creates
ChoroplethDataPoint form a NativeObject . |
Modifier and Type | Class and Description |
---|---|
static class |
DateTimeFormatOptions.DateTimeFormatOptionsFactory
Creates a date time format options by a native object and a default values instance.
|
static class |
NumberFormatOptions.NumberFormatOptionsFactory
Creates a number format options by a native object and a default values instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
DatasetReference.DatasetReferenceItemFactory
Inner class to create data set reference 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 |
ScaleTickItem.ScaleTickItemFactory
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.
|
static class |
TooltipLabelColor.TooltipLabelColorFactory
Inner class to create tooltip label color by a native object.
|
static class |
TooltipLabelPointStyle.TooltipLabelPointStyleFactory
Inner class to create tooltip label point style by a native object.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
DataItem.createDataPoint(NativeObjectContainerFactory<T> factory)
Returns a data point to be mapped for customization, like for out of the box controllers.
|
Modifier and Type | Method and Description |
---|---|
<T extends NativeObjectContainer> |
RegExpResult.groups(NativeObjectContainerFactory<T> factory)
Returns the object to refer to certain token by string that a regular expression matches.
|