Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

AbstractChart<O extends BaseOptions,D extends Dataset> - Class in org.pepstock.charba.client
Base class of all charts.
It contains Chart.js initialization.
AbstractChart() - Constructor for class org.pepstock.charba.client.AbstractChart
Initializes HTMl elements (DIV and Canvas).
It sets also some default behaviors (width in percentage) for resizing
AbstractController - Class in org.pepstock.charba.client.controllers
Abstract implementation of a controller.
AbstractController() - Constructor for class org.pepstock.charba.client.controllers.AbstractController
 
AbstractEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in org.pepstock.charba.client.events
Abstract event for all events which must contain a native event.
This event contains the chart instance as source.
AbstractItem - Class in org.pepstock.charba.client.defaults
Abstract item of default global and charts options and scales.
AbstractItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.defaults.AbstractItem
Builds the item with own java script object read from CHART.JS defaults.
Used for root element of configuration.
AbstractItem(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.AbstractItem
Builds the item with the parent item and child key.
Reads from parent java script object the object of this element.
AbstractList<E> - Class in org.pepstock.charba.client.commons
Abstract list implementation which contains a couple of methods to help.
It has been created to manage the objects inside of GWT JavaScript object (array).
AbstractList() - Constructor for class org.pepstock.charba.client.commons.AbstractList
 
AbstractPlugin - Class in org.pepstock.charba.client.plugins
Implements a puglin interface to help who will create a plugin do not create all methods.
The only method not implemented is getId which must implemented.
All onBefore* cancellable methods return true.
AbstractPlugin() - Constructor for class org.pepstock.charba.client.plugins.AbstractPlugin
 
add(Double) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Appends the specified element to the end of this list
add(int, Double) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Integer) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Appends the specified element to the end of this list
add(int, Integer) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(String) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Appends the specified element to the end of this list
add(int, String) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Inserts the specified element into the list
add(String) - Method in class org.pepstock.charba.client.data.Labels
Adds a single line label
add(String...) - Method in class org.pepstock.charba.client.data.Labels
Adds a multi line label
add(Plugin) - Method in class org.pepstock.charba.client.plugins.Plugins
Adds a new plugin to the chart.
If the chart is already initialized, to get this update teh chart must be drawn again.
addAll(E[]) - Method in class org.pepstock.charba.client.commons.AbstractList
Loads a JAVA array of elements into the list.
addAll(double...) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Loads an array of elements into the list
addAll(Collection<? extends Double>) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends Double>) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(E[]) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Loads an array of elements into the list
addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(int...) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Loads an array of elements into the list
addAll(Collection<? extends Integer>) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends Integer>) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(E[]) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Loads an array of elements into the list
addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addAll(String...) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Loads an array of elements into the list
addAll(Collection<? extends String>) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
addAll(int, Collection<? extends String>) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Inserts all of the elements in the specified collection into this list at the specified position.
Shifts the element currently at that position (if any) and any subsequent elements to the right (increases their indices).
addElementAndReset(Context, AbstractChart<?, ?>, int) - Method in interface org.pepstock.charba.client.Controller
Create a single element for the data at the given index and reset its state.
addElementAndReset(Context, AbstractChart<?, ?>, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
addElements(Context, AbstractChart<?, ?>) - Method in interface org.pepstock.charba.client.Controller
Create elements for each piece of data in the dataset.
addElements(Context, AbstractChart<?, ?>) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
addHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.commons.EventProvider
Notifies the event provider when a new handler has been added.
addHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.Animation
 
addHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.BaseOptions
 
addHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.Legend
 
AddHandlerEvent - Class in org.pepstock.charba.client.events
Event which is fired when new event handler has been added to the chart.
This event should use only for use internal only to manage internally all handlers.
AddHandlerEvent(GwtEvent.Type<? extends EventHandler>) - Constructor for class org.pepstock.charba.client.events.AddHandlerEvent
Creates the event with the type of new handler.
AddHandlerEventHandler - Interface in org.pepstock.charba.client.events
Event handler for new event handler.
alpha(double) - Method in class org.pepstock.charba.client.colors.Color
Clones the color applying the alpha value.
alpha(double) - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
alpha(double) - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
alpha(double) - Method in interface org.pepstock.charba.client.colors.IsColor
Clones the color applying the alpha value.
AngleLines - Class in org.pepstock.charba.client.defaults.scale
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true.
Animation - Class in org.pepstock.charba.client.defaults.global
It animates charts out of the box.
Animation - Class in org.pepstock.charba.client.options
It animates charts out of the box.
AnimationCompleteEvent - Class in org.pepstock.charba.client.events
Event which is fired when the animation of the chart is completed.
AnimationCompleteEvent(NativeEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationCompleteEvent
Creates the event with the animation info from chart.
AnimationCompleteEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart animation complete event.
AnimationItem - Class in org.pepstock.charba.client.items
The onProgress and onComplete event are useful for synchronizing an external draw to the chart animation.
This is the CHART.JS item with all needed info.
AnimationItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.AnimationItem
Wraps the CHART.JS java script object.
AnimationProgressEvent - Class in org.pepstock.charba.client.events
Event which is fired when the animation of the chart is progressing.
AnimationProgressEvent(NativeEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationProgressEvent
Creates the event with the animation info from chart.
AnimationProgressEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart animation progress event.
Arc - Class in org.pepstock.charba.client.defaults.global
Arcs are used in the polar area, doughnut and pie charts.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
Arc - Class in org.pepstock.charba.client.options.elements
Arcs are used in the polar area, doughnut and pie charts.
Arc(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.elements.Arc
Builds the object setting the java script padding object.
ArrayListHelper - Class in org.pepstock.charba.client.commons
Utility to create array list objects based on GWT JavaScript objects.
AtLeastOneDatasetHandler - Class in org.pepstock.charba.client.callbacks.impl
Implementation of legend click handler which disable the capability to hide the last visible dataset.
In this way, always a dataset is showed.
AtLeastOneDatasetHandler() - Constructor for class org.pepstock.charba.client.callbacks.impl.AtLeastOneDatasetHandler
 
Axis - Class in org.pepstock.charba.client.options.scales
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process.
Axis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.Axis
Builds the object storing the chart instance.
AxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks building.
AxisCalculateTickRotationCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during tick rotation.
AxisDataLimitsCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during data limits determination.
AxisDimensionsCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during setting dimensions.
AxisFitCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during fitting phase.
AxisItem - Class in org.pepstock.charba.client.items
There are a number of configuration callbacks that can be used to change parameters in the scale at different points in the update process.
This is the CHART.JS item with all needed info about an axis.
AxisItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.AxisItem
Wraps the CHART.JS java script object.
AxisMarginsItem - Class in org.pepstock.charba.client.items
JavaScript object which contains the margins sizes of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks.
AxisMinSizeItem - Class in org.pepstock.charba.client.items
JavaScript object which contains the minimum size of an axis.
This object reflects the object created by CHART.JS and is provided to Axis callbacks.
AxisTickToLabelConversionCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks label conversion.
AxisType - Enum in org.pepstock.charba.client.enums
Axes are an integral part of a chart.
AxisUpdateCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during updating.

B

BarCategoryAxis - Class in org.pepstock.charba.client.options.scales
This a cartesian axis for BAR chart.
BarCategoryAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.BarCategoryAxis
Builds the object storing the chart instance.
BarChart - Class in org.pepstock.charba.client
BAR chart implementation.
BarChart() - Constructor for class org.pepstock.charba.client.BarChart
Builds the object.
BarDataset - Class in org.pepstock.charba.client.data
The bar chart allows a number of properties to be specified for each dataset.
BarDataset() - Constructor for class org.pepstock.charba.client.data.BarDataset
 
BarOptions - Class in org.pepstock.charba.client.options
Specific options for BAR chart.
BarOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.BarOptions
Builds the object storing the chart instance.
BaseBoxItem - Class in org.pepstock.charba.client.items
Base object which maps the CHART.JS chart items which represents a box.
BaseBoxItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.BaseBoxItem
Wraps the CHART.JS java script object.
BaseBoxItem.Property - Enum in org.pepstock.charba.client.items
Name of fields of JavaScript object.
BaseBoxNodeItem - Class in org.pepstock.charba.client.items
Base object which maps the CHART.JS chart items and represents main nodes of chart java script object.
BaseBoxNodeItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.BaseBoxNodeItem
Wraps the CHART.JS java script object.
BaseBoxNodeItem.Property - Enum in org.pepstock.charba.client.items
Name of fields of JavaScript object.
BaseOptions - Class in org.pepstock.charba.client.options
Base object which maps chart options.
Charba stores the unique chart ID into CHART.JS chart options using charbaId property key.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height).
BaseOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.BaseOptions
Builds the object storing the chart instance.
Sets also the internal parts of options.
BaseTick - Class in org.pepstock.charba.client.options.scales
Base object to map an axis tick.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration.
BOOLEAN - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for BOOLEAN instances
BubbleChart - Class in org.pepstock.charba.client
BUBBLE chart implementation.
BubbleChart() - Constructor for class org.pepstock.charba.client.BubbleChart
Builds the object.
BubbleDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each dataset.
BubbleDataset() - Constructor for class org.pepstock.charba.client.data.BubbleDataset
 
BubbleOptions - Class in org.pepstock.charba.client.options
Specific options for BUBBLE chart.
BubbleOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.BubbleOptions
Builds the object storing the chart instance.
build(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Creates a color using red, green and blue channels.
build(double...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of doubles.
build(int...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of integers.
build(String...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of strings.
build(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of strings.
build(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of generic javaScript objects.
build(Class<E>, E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of EnumValues.
build(Class<E>, JsStringArrayList) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a JavaScript array list of EnumValues.
build() - Static method in class org.pepstock.charba.client.data.Labels
Builds new label object

C

CapStyle - Enum in org.pepstock.charba.client.enums
Determines how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
CartesianAxisType - Enum in org.pepstock.charba.client.enums
Can be set to 'x', 'y' to define which directions are used in axis.
CartesianCategoryAxis - Class in org.pepstock.charba.client.options.scales
This object is used to map defined axis as category.
CartesianCategoryAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.CartesianCategoryAxis
Builds the object storing the chart instance.
CartesianCategoryAxis(AbstractChart<?, ?>, CartesianAxisType) - Constructor for class org.pepstock.charba.client.options.scales.CartesianCategoryAxis
Builds the object storing the chart instance and axis type.
CartesianCategoryTick - Class in org.pepstock.charba.client.options.scales
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data.
CartesianLinearAxis - Class in org.pepstock.charba.client.options.scales
This object is used to map defined axis as linear.
CartesianLinearAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.CartesianLinearAxis
Builds the object storing the chart instance.
CartesianLinearAxis(AbstractChart<?, ?>, CartesianAxisType) - Constructor for class org.pepstock.charba.client.options.scales.CartesianLinearAxis
Builds the object storing the chart instance and axis type.
CartesianLinearTick - Class in org.pepstock.charba.client.options.scales
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.
CartesianLogarithmicAxis - Class in org.pepstock.charba.client.options.scales
This object is used to map defined axis as logarithmic.
CartesianLogarithmicAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.CartesianLogarithmicAxis
Builds the object storing the chart instance.
CartesianLogarithmicAxis(AbstractChart<?, ?>, CartesianAxisType) - Constructor for class org.pepstock.charba.client.options.scales.CartesianLogarithmicAxis
Builds the object storing the chart instance and axis type.
CartesianLogarithmicTick - Class in org.pepstock.charba.client.options.scales
The logarithmic scale is use to chart numerical data.
CartesianScaleLabel - Class in org.pepstock.charba.client.options.scales
When creating a chart, you want to tell the viewer what data they are viewing.
CartesianTimeAxis - Class in org.pepstock.charba.client.options.scales
This object is used to map defined axis as time.
CartesianTimeAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Builds the object storing the chart instance.
CartesianTimeAxis(AbstractChart<?, ?>, CartesianAxisType) - Constructor for class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Builds the object storing the chart instance and axis type.
CartesianTimeTick - Class in org.pepstock.charba.client.options.scales
The time scale is use to chart time data.
It can be placed on either the x or y axis.
charbaHelper() - Method in interface org.pepstock.charba.client.resources.Resources
 
ChartAreaItem - Class in org.pepstock.charba.client.items
Object which maps the chart area item of CHART.JS chart java script object.
ChartBackgroundColor - Class in org.pepstock.charba.client.plugins.impl
Default plugin implementation to set the background color of chart.
If added to defaults, without any configuration, the chart will have a WHITE background color.
ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
Default constructor with WIHITE background color.
ChartBackgroundColor(IsColor) - Constructor for class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColor(String) - Constructor for class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColorOptions - Class in org.pepstock.charba.client.plugins.impl
Configuration options of background color plugin.
ChartBackgroundColorOptions() - Constructor for class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Builds the object with a new java script object setting the default value of plugin.
ChartClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the chart.
ChartClickEvent(NativeEvent, DatasetItem) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
Creates the event with dataset metadata item related to the click
ChartClickEvent(NativeEvent, DatasetMetaItem) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
Creates the event with a list of items with dataset metadata related to the click
ChartClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart.
ChartContainer - Class in org.pepstock.charba.client.commons
Extends a JavaScript object container for all entities which needs the chart instance.
This class is used for all entities which will trigger events or callbacks to pass the chart instance as parameter of implemented interface.
ChartContainer(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.commons.ChartContainer
Creates the chart configuration object with the chart instance
ChartEventHandler - Interface in org.pepstock.charba.client.events
Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.
ChartHoverEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user hovers on the chart.
ChartHoverEvent(NativeEvent, DatasetMetaItem) - Constructor for class org.pepstock.charba.client.events.ChartHoverEvent
Creates the event with a list of items with dataset metadata related to the hover
ChartHoverEventHandler - Interface in org.pepstock.charba.client.events
Event handler for hovering on the chart.
chartJsSource() - Method in interface org.pepstock.charba.client.resources.Resources
Contains text representation of native chart.js code
ChartNativeEvent - Class in org.pepstock.charba.client.events
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces.
ChartNativeEvent() - Constructor for class org.pepstock.charba.client.events.ChartNativeEvent
Needed for GWt injection
ChartNode - Class in org.pepstock.charba.client.items
Main object node which maps CHART.JS java script object in order to retrieve chart information (for instances dimensions of all chart elements) at runtime.
ChartNode(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.ChartNode
Wraps the CHART.JS java script object.
ChartResizeEvent - Class in org.pepstock.charba.client.events
Event which is fired when the chart has been resized.
ChartResizeEvent(NativeEvent, SizeItem) - Constructor for class org.pepstock.charba.client.events.ChartResizeEvent
Creates the event with a item with new size of the chart
ChartResizeEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart resize event managing.
Charts - Class in org.pepstock.charba.client
Is a static reference which collects all chart instances to be able to enable global plugins.
ChartType - Enum in org.pepstock.charba.client
Enumerates all possible available types of a chart.
check(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
Checks if the plugin is compliant with the constraints of plugin id.
A plugin id
can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain uppercase letters should be something short, but also reasonably descriptive
checkAndAddToParent() - Method in class org.pepstock.charba.client.defaults.AbstractItem
Called recursively when a property has been set in the item.
This is mandatory because it could happen that the parent item is not present, therefore it must be added.
checkAndGetDoubleValues(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if the value is stored as array (doubles) into the object and accordingly the element.
checkAndGetEnumValues(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if the value is stored as array (EnumValue) into the object and accordingly the element.
checkAndGetIntegerValues(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if the value is stored as array (integers) into the object and accordingly the element.
checkAndGetStringValues(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if the value is stored as array (strings) into the object and accordingly the element.
checkAndSetDoubleValues(Key, JsDoubleArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if it should set an array list (doubles) or a single value for a specific property.
checkAndSetEnumValues(Key, JsEnumValueArrayList<T>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if it should set an array list (EnumValues) or a single value for a specific property.
checkAndSetIntegerValues(Key, JsIntegerArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if it should set an array list (integers) or a single value for a specific property.
checkAndSetStringValues(Key, JsStringArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Checks if it should set an array list (strings) or a single value for a specific property.
clear() - Method in class org.pepstock.charba.client.AbstractChart
Will clear the chart canvas.
clear() - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Removes all of the elements from this object.
clear() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Removes all of the elements from this list.
Color - Class in org.pepstock.charba.client.colors
This class contains information about a color.
You can requests a specific alpha (starting form source color and cloning it).
Color(int, int, int) - Constructor for class org.pepstock.charba.client.colors.Color
Creates the color with RGB values.
ColorBuilder - Class in org.pepstock.charba.client.colors
Utility to create colors by red, green and blue values, HEX value and RGB and RGBA strings.
It checks if the requested color is already dfined int HTML colors.
contains(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns true if this object contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns true if this list contains all of the elements of the specified collection.
Context - Class in org.pepstock.charba.client.controllers
This object stores the this instance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart.
Controller - Interface in org.pepstock.charba.client
This interface enables the capability to create a custom chart.
Controllers - Class in org.pepstock.charba.client.controllers
Glabal configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers.
Controllers() - Constructor for class org.pepstock.charba.client.controllers.Controllers
 
ControllerType - Class in org.pepstock.charba.client.controllers
 
ControllerType(String) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
 
createHandlerManager() - Method in class org.pepstock.charba.client.AbstractChart
 
cursor - Variable in class org.pepstock.charba.client.commons.IteratorImpl
 

D

Data - Class in org.pepstock.charba.client.data
CHART.JS entity object to configure the data options of a chart.
It contains labels and datasets.
Data() - Constructor for class org.pepstock.charba.client.data.Data
 
DataPoint - Class in org.pepstock.charba.client.data
Used for sparse datasets, such as those in scatter charts.
DataPoint() - Constructor for class org.pepstock.charba.client.data.DataPoint
 
Dataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each dataset.
Dataset() - Constructor for class org.pepstock.charba.client.data.Dataset
 
DatasetItem - Class in org.pepstock.charba.client.items
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected dataset.
DatasetItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.DatasetItem
Wraps the CHART.JS java script object.
DatasetMetaItem - Class in org.pepstock.charba.client.items
This object is just a proxy object, created from JavaScript side, to wrap an JavaScript array.
Created and passed by CHART.JS.
DatasetMetaItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.DatasetMetaItem
Wraps the CHART.JS java script object.
DatasetSelectionEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the chart and selects a dataset.
This event doesn't suppress the click event on the chart.
DatasetSelectionEvent(NativeEvent, DatasetItem) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
Creates the event with dataset metadata item related to the click
DatasetSelectionEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart dataset selecting.
DatasetViewItem - Class in org.pepstock.charba.client.items
This item provides all information about the view where a dataset has been displayed.
This object has been created and passed to event handler or callbacks to apply own logic.
DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.colors.Color
Default alpha
DEFAULT_DISPLAY_COLOR - Static variable in class org.pepstock.charba.client.options.MeterOptions
Default color of display.
DEFAULT_EMPTY_VALUE_COLOR - Static variable in class org.pepstock.charba.client.data.MeterDataset
Default empty color
DEFAULT_FORMAT - Static variable in class org.pepstock.charba.client.options.MeterOptions
Default format to apply displaying the value or percentage
DEFAULT_MAXIMUM_VALUE - Static variable in class org.pepstock.charba.client.data.MeterDataset
Default maximum value.
DEFAULT_SINGLE_AXIS_ID - Static variable in class org.pepstock.charba.client.items.ScalesNode
Default name of axis when the chart has got only 1 scale (polar, radar)
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.data.MeterDataset
Default value color
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.enums.Threshold
Default color value.
DEFAULT_X_AXIS_ID - Static variable in class org.pepstock.charba.client.items.ScalesNode
Default name of X axis
DEFAULT_Y_AXIS_ID - Static variable in class org.pepstock.charba.client.items.ScalesNode
Default name of Y axis
Defaults - Class in org.pepstock.charba.client
Is a singleton which is mapping the default of CHART.JS.
It maps the CHART.JS object of default, chart.defaults.
destroy() - Method in class org.pepstock.charba.client.AbstractChart
Use this to destroy any chart instances that are created.
dispatch(AddHandlerEventHandler) - Method in class org.pepstock.charba.client.events.AddHandlerEvent
 
dispatch(AnimationCompleteEventHandler) - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
 
dispatch(AnimationProgressEventHandler) - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
 
dispatch(ChartClickEventHandler) - Method in class org.pepstock.charba.client.events.ChartClickEvent
 
dispatch(ChartHoverEventHandler) - Method in class org.pepstock.charba.client.events.ChartHoverEvent
 
dispatch(ChartResizeEventHandler) - Method in class org.pepstock.charba.client.events.ChartResizeEvent
 
dispatch(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
dispatch(LegendClickEventHandler) - Method in class org.pepstock.charba.client.events.LegendClickEvent
 
dispatch(LegendHoverEventHandler) - Method in class org.pepstock.charba.client.events.LegendHoverEvent
 
dispatch(RemoveHandlerEventHandler) - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
DisplayFormats - Class in org.pepstock.charba.client.options.scales
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
DOUBLE - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for DOUBLE instances
DoughnutChart - Class in org.pepstock.charba.client
DOUGHNUT chart implementation.
DoughnutChart() - Constructor for class org.pepstock.charba.client.DoughnutChart
Builds the object.
DoughnutDataset - Class in org.pepstock.charba.client.data
The doughnut chart allows a number of properties to be specified for each dataset.
DoughnutDataset() - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
 
DoughnutOptions - Class in org.pepstock.charba.client.options
Specific options for DOUGHNUT chart.
DoughnutOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.DoughnutOptions
Builds the object storing the chart instance.
draw() - Method in class org.pepstock.charba.client.AbstractChart
 
draw(Context, AbstractChart<?, ?>, double) - Method in interface org.pepstock.charba.client.Controller
Draw the representation of the dataset.
draw(Context, AbstractChart<?, ?>, double) - Method in class org.pepstock.charba.client.controllers.AbstractController
 

E

Easing - Enum in org.pepstock.charba.client.enums
Easing is acceleration, a change in speed.
For further deatils, see here.
Elements - Class in org.pepstock.charba.client.defaults.global
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
Elements - Class in org.pepstock.charba.client.options
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
ensureInjected() - Static method in class org.pepstock.charba.client.Injector
Injects ChartJS if not injected yet.
ensureInjected(TextResource) - Static method in class org.pepstock.charba.client.Injector
Injects a script resource if not injected yet.
equals(Object) - Method in class org.pepstock.charba.client.controllers.ControllerType
 
Event - Enum in org.pepstock.charba.client.enums
The events option defines the browser events that the chart should listen to for tooltips and hovering.
EventProvider - Class in org.pepstock.charba.client.commons
Is a JavaScript object container, which contains THE chart instance, which will manage chart events to events handlers.
EventProvider(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.commons.EventProvider
Creates the chart configuration object with the chart instance
extend(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
Registers a controller as global, to apply to all charts.

F

Fill - Enum in org.pepstock.charba.client.enums
Both line and radar charts support a fill option on the dataset object which can be used to create area between two datasets or a dataset and a boundary.
FontItem - Class in org.pepstock.charba.client.defaults
Base object to map font options of globals.
FontItem(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.FontItem
Builds the object with parent item and child.
FontStyle - Enum in org.pepstock.charba.client.enums
The font-style property specifies the font style for a text.

G

GaugeChart - Class in org.pepstock.charba.client
GAUGE chart implementation.
GaugeChart() - Constructor for class org.pepstock.charba.client.GaugeChart
Builds the object.
GaugeDataset - Class in org.pepstock.charba.client.data
The Gauge chart allows a number of properties to be specified for each dataset.
GaugeDataset(double) - Constructor for class org.pepstock.charba.client.data.GaugeDataset
 
GaugeOptions - Class in org.pepstock.charba.client.options
Specific options for GAUGE chart.
GaugeOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.GaugeOptions
Builds the object storing the chart instance.
GaugeThreshold - Enum in org.pepstock.charba.client.enums
Default gauge thresholds.
generateLegend() - Method in class org.pepstock.charba.client.AbstractChart
Returns an HTML string of a legend for that chart.
generateLegend(AbstractChart<?, ?>, SafeHtmlBuilder) - Method in interface org.pepstock.charba.client.callbacks.LegendCallback
Creates HTML representation of legend.
generateLegend() - Method in class org.pepstock.charba.client.options.BaseOptions
Called to generate an HTML legend.
generateLegendLabels(AbstractChart<?, ?>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
Generates legend items for each thing in the legend.
generateLegendLabels() - Method in class org.pepstock.charba.client.options.LegendLabels
Called to generate legend items for each thing in the legend.
GenericJavaScriptObject - Class in org.pepstock.charba.client.commons
A wrapper to a native GWT JavaScript object.
A JavaScriptObject cannot be created directly.
JavaScriptObject should be declared as the return type of a JSNI method that returns native (non-Java) objects.
A JavaScriptObject passed back into JSNI from Java becomes the original object, and can be accessed in JavaScript as expected.
GenericJavaScriptObject() - Constructor for class org.pepstock.charba.client.commons.GenericJavaScriptObject
Needed for GWT injection
get(String) - Static method in class org.pepstock.charba.client.Charts
Returns the chart instance by its id.
get(String) - Static method in enum org.pepstock.charba.client.ChartType
Gets the chart type by a string.
get(int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns the element at the specified position in this list.
getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns text to render after the body section
getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of lines after body section.
getAlpha() - Method in class org.pepstock.charba.client.colors.Color
 
getAlpha() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getAlpha() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
 
getAngleLines() - Method in class org.pepstock.charba.client.defaults.scale.Scale
 
getAngleLines() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
 
getAnimation() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getAnimation() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.global.Hover
Returns the duration in milliseconds it takes to animate hover style changes.
getAnimationDuration() - Method in class org.pepstock.charba.client.options.Hover
Returns the duration in milliseconds it takes to animate hover style changes.
getArc() - Method in class org.pepstock.charba.client.defaults.global.Elements
 
getArc() - Method in class org.pepstock.charba.client.options.Elements
 
getArrayList() - Method in class org.pepstock.charba.client.plugins.Plugins
Creates a java script array (mapped into a list) with all plugins added to the chart.
getAspectRatio() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the aspect ratio.
getAssociatedType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartClickEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendClickEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
getAttribute(String) - Method in class org.pepstock.charba.client.data.DataPoint
Returns a custom field value from data point.
getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
getAxis() - Method in class org.pepstock.charba.client.defaults.global.Hover
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis(Key) - Method in class org.pepstock.charba.client.defaults.scale.Scales.InternalJavaScriptObject
Returns the axes configuration.
getAxis() - Method in class org.pepstock.charba.client.options.Hover
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxisMargins() - Method in class org.pepstock.charba.client.items.AxisItem
Returns the margins of axis
getAxisMinSize() - Method in class org.pepstock.charba.client.items.AxisItem
Returns the minimum size of axis
getBackdropColor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the color of label backdrops.
getBackdropColor() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the color of label backdrops.
getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the horizontal padding of label backdrop.
getBackdropPaddingX() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the horizontal padding of label backdrop.
getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the vertical padding of label backdrop.
getBackdropPaddingY() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the vertical padding of label backdrop.
getBackgroundColor() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Returns the background color
getBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the background color of the tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the fill color of the dataset item.
getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color of the label.
getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the background color of tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Returns the background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Returns the background color as string
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the fill color of the dataset item.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the background color of the label.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the background color of tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Returns the background color.
getBarPercentage() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns the percent (0-1) of the available width each bar should be within the category width.
getBarPercentage() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Returns the percent (0-1) of the available width each bar should be within the category width.
getBarThickness() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns the width of each bar in pixels.
getBarThickness() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Returns the width of each bar in pixels.
getBase() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the base value of dataset.
getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns text to render before the body section.
getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of lines before body section.
getBlue() - Method in class org.pepstock.charba.client.colors.Color
 
getBlue() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getBlue() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
 
getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of items which belong to the tooltip body section.
getBodyAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body alignment.
getBodyAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the alignment of the tooltip body section.
getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body alignment.
getBodyCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
getBodyFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body font color.
getBodyFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip body section.
getBodyFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font color.
getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body font color.
getBodyFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip body section.
getBodyFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font color.
getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body line font.
getBodyFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font family of the tooltip body section.
getBodyFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body line font.
getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body font size.
getBodyFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font size of the tooltip body section.
getBodyFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font size.
getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body font style.
getBodyFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font style of the tooltip body section.
getBodyFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the body font style.
getBodySpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBodySpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the spacing of the tooltip body section.
getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBoolean(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the element (boolean) stored in this object at specific key.
getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.options.elements.Line
Returns how the end points of every line are drawn.
getBorderColor() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Returns the border color
getBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the color of the border.
getBorderColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the color of the dataset item border
getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color of the label.
getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Returns the border color as string
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the border color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the color of the dataset item border
getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Returns the border color of the label.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderDash() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns 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.
getBorderDash() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns 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.
getBorderDash() - Method in class org.pepstock.charba.client.options.elements.Line
Returns 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.
getBorderDash() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns 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.
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.options.elements.Line
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the line dash pattern offset or "phase".
getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.elements.Line
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the edge to skip drawing the border for.
getBorderSkipped() - Method in class org.pepstock.charba.client.options.elements.Rectangle
Returns the edge to skip drawing the border for.
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the border width value.
getBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the stroke width of the dataset item in pixels.
getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the size of the border.
getBottom() - Method in class org.pepstock.charba.client.defaults.global.Padding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.defaults.scale.Padding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the bottom of chart area.
getBottom() - Method in class org.pepstock.charba.client.options.layout.Padding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.options.scales.Padding
Returns the padding bottom in pixel.
getBounds() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Returns the width of coloured box.
getBoxWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the width of coloured box.
getBuildTicksCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getCallback() - Method in class org.pepstock.charba.client.options.scales.BaseTick
 
getCallback() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
 
getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
 
getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
 
getCaretPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
getCaretSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the size, in px, of the tooltip arrow.
getCaretSize() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the size, in px, of the tooltip arrow of footer section.
getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the size, in px, of the tooltip arrow.
getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X location of the tooltip arrow.
getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y location of the tooltip arrow.
getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns the percent (0-1) of the available width each category should be within the sample width.
getCategoryPercentage() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Returns the percent (0-1) of the available width each category should be within the sample width.
getChart() - Method in class org.pepstock.charba.client.commons.ChartContainer
 
getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the chart instance, stored in the event as source.
getChartArea() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the chart area item.
getChartGlobal(Type) - Static method in class org.pepstock.charba.client.Defaults
Returns the global options by chart type.
getChartNode() - Method in class org.pepstock.charba.client.AbstractChart
Returns the chart node with runtime data.
getChartNode() - Method in class org.pepstock.charba.client.controllers.Context
Returns all view information about the chart instance.
getChartNode() - Method in class org.pepstock.charba.client.controllers.StyleElement
Returns the chart node instance.
getChartType() - Method in interface org.pepstock.charba.client.Controller
Controller must define the extended chart to use.
If the controller does not extend any existing chart, returns null
getCircumference() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the the sweep to allow arcs to cover.
getCircumference() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the circumference of dataset item.
getColor() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
The color of the grid lines.
getColor() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
 
getColor() - Method in interface org.pepstock.charba.client.enums.IsThreshold
Returns the color of threshold.
getColor() - Method in class org.pepstock.charba.client.enums.Threshold
 
getColor() - Method in class org.pepstock.charba.client.options.scales.GridLines
The color of the grid lines.
getColor() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
The color of the grid lines.
getColorAsString() - Method in class org.pepstock.charba.client.options.scales.GridLines
The color of the grid lines.
getColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
 
getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of columns widths.
getContainer() - Method in class org.pepstock.charba.client.AbstractChart
 
getControllers() - Static method in class org.pepstock.charba.client.Defaults
Returns the controllers managers.
getControlPointNextX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the next X control point of dataset item in pixel.
getControlPointNextY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the next Y control point of dataset item in pixel.
getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the previous X control point of dataset item in pixel.
getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the previous Y control point of dataset item in pixel.
getCornerRadius() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the radius of tooltip corner curves.
getCornerRadius() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the radius of tooltip corner curves of footer section.
getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the radius of tooltip corner curves.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCurrent() - Method in class org.pepstock.charba.client.data.GaugeDataset
 
getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the current device pixel ratio.
getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the current Animation frame number.
getCustomCallback() - Method in class org.pepstock.charba.client.options.Tooltips
 
getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the the percentage of the chart that is cut out of the middle.
getData() - Method in class org.pepstock.charba.client.AbstractChart
 
getData() - Method in class org.pepstock.charba.client.controllers.Context
Returns an array of integer of data
getData() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getData() - Method in class org.pepstock.charba.client.data.Dataset
Returns the data property of a dataset for a chart is specified as an array of numbers.
getData() - Method in class org.pepstock.charba.client.data.ScatterDataset
 
getData() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
Returns a map with all ticks and max lengths in pixel of ticks.
Key is the value of tick in string format, value is the max length in pixels.
getDataLimitsCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getDataPoints() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of tooltip items related to data points.
getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the dataset index of the chart
getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the dataset index of the chart
getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the dataset index of the chart
getDatasetLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the dataset label.
getDatasetMeta(int) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the dataset that matches the current index and returns that metadata.
getDatasets() - Method in class org.pepstock.charba.client.data.Data
Returns the list of datasets
getDatasets() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Returns a list of dataset metadata items.
getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the data property of a dataset for a chart is specified as an array of strings.
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the default background color.
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Line
 
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Point
 
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
 
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Line
 
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Point
 
getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Rectangle
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the default border color.
getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Line
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Point
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Line
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Point
 
getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Rectangle
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Arc
Returns the default border width.
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Line
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Point
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Line
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Point
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Rectangle
 
getDefaultColor() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getDefaultColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontColor() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-family options.
getDefaultFontSize() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the font size to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
getDefaultFormat() - Method in enum org.pepstock.charba.client.enums.TimeUnit
 
getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.global.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.BaseOptions
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDimensionsCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getDisplay() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getDisplayColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the display of colors of tooltip.
getDisplayFontColor() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.DisplayFormats
Returns the display formats are used to configure how different time units are formed into strings for the axis tick marks.
getDisplayFormats() - Method in class org.pepstock.charba.client.options.scales.Time
 
getDistribution() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Returns the property controls the data distribution along the scale.
getDouble(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the element (double) stored in this object at specific key.
getDoubleArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns an array list (doubles) from the JavaScript object.
getDoubleArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (double array list) into embedded JavaScript object at specific property.
getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the drawing area dimension of scale.
getDuration() - Method in class org.pepstock.charba.client.defaults.global.Animation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.options.Animation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the time for the animation of the redraw in milliseconds.
getEasing() - Method in class org.pepstock.charba.client.defaults.global.Animation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the animation easing to use.
getEasing() - Method in class org.pepstock.charba.client.options.Animation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
Returns the animation easing function.
getElementAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
getElements() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getElements() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getElementsAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event.
getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the end value of scale.
getEndAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the end angle of dataset item.
getEvents() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the browser events that the chart should listen to for tooltips and hovering.
getEvents() - Method in class org.pepstock.charba.client.options.BaseOptions
Returns the browser events that the chart should listen to for tooltips and hovering.
getFill() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.options.elements.Line
Returns how to fill the area under the line.
getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box
getFilterHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getFilterHandler() - Method in class org.pepstock.charba.client.options.Tooltips
 
getFitCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getFont() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
Returns the font of scale.
getFontColor() - Method in class org.pepstock.charba.client.defaults.FontItem
Returns the font color
getFontColor() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the font color for label
getFontColor() - Method in class org.pepstock.charba.client.options.scales.BaseTick
Returns the font color for tick
getFontColor() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the font color for scale title
getFontColor() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the font color for tick labels.
getFontColor() - Method in class org.pepstock.charba.client.options.Title
Returns the font color for title
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.FontItem
Returns the font color
getFontColorAsString() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the font color for label
getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.BaseTick
Returns the font color for tick
getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the font color for scale title
getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the font color for tick labels.
getFontColorAsString() - Method in class org.pepstock.charba.client.options.Title
Returns the font color for title
getFontFamily() - Method in class org.pepstock.charba.client.defaults.FontItem
Returns the font family, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the font family for the label, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getFontFamily() - Method in class org.pepstock.charba.client.options.scales.BaseTick
Returns the font family for the tick, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the font family for the scale title, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the font family for the tick labels, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.options.Title
Returns the font family for title, follows CSS font-family options.
getFontSize() - Method in class org.pepstock.charba.client.defaults.FontItem
Returns the font size.
getFontSize() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the font size for label.
getFontSize() - Method in class org.pepstock.charba.client.options.scales.BaseTick
Returns the font size for tick.
getFontSize() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the font size for scale title.
getFontSize() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the font size for the tick labels.
getFontSize() - Method in class org.pepstock.charba.client.options.Title
Returns the font size for title.
getFontStyle() - Method in class org.pepstock.charba.client.defaults.FontItem
Returns the font style, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Title
 
getFontStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the font style for the label, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getFontStyle() - Method in class org.pepstock.charba.client.options.scales.BaseTick
Returns the font style for the tick, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the font style for the scale title, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the font style for the tick labels, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.options.Title
Returns the font style for title, follows CSS font-style options (i.e.
getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the footer of the tooltip.
getFooterAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the body alignment.
getFooterAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the alignment of the tooltip footer section.
getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer alignment.
getFooterCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
getFooterFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the footer font color.
getFooterFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip footer section.
getFooterFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font color.
getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the footer font color.
getFooterFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip footer section.
getFooterFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font color.
getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the footer font.
getFooterFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font family of the tooltip footer section.
getFooterFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font.
getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the footer font size.
getFooterFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font size of the tooltip footer section.
getFooterFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font size.
getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the footer font style.
getFooterFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font style of the tooltip footer section.
getFooterFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the footer font style.
getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the margin to add before drawing the footer.
getFooterMarginTop() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the margin top of the tooltip footer section.
getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the margin to add before drawing the footer.
getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the spacing to add to top and bottom of each footer line.
getFooterSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the spacing of the tooltip footer section.
getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each footer line.
getFormat() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getGarbageCollect() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
Returns the list of ticks in garbage collect item
getGlobal() - Method in class org.pepstock.charba.client.AbstractChart
 
getGlobal() - Static method in class org.pepstock.charba.client.Defaults
Returns the global options.
It maps the CHART.JS object of default, chart.defaults.global.
getGreen() - Method in class org.pepstock.charba.client.colors.Color
 
getGreen() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getGreen() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
 
getGrideLines() - Method in class org.pepstock.charba.client.defaults.scale.Scale
 
getGrideLines() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
 
getGrideLines() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
 
getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the height of dataset item in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
Returns the height of the chart item in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the height of tooltip.
getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of hit boxes of the legend.
getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the hit radius.
getHitRadius() - Method in class org.pepstock.charba.client.options.elements.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHover() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getHover() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getHover() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Point
Returns the border width of point when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Point
Returns the border width of point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.options.elements.Point
Returns the radius of the point when hovered.
getId() - Method in class org.pepstock.charba.client.AbstractChart
Returns the ID of chart.
It could be considered as chart unique ID.
getId() - Method in class org.pepstock.charba.client.defaults.scale.Scale
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
getId() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the CHART JS chart ID.
getId() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the id of scale
getId() - Method in interface org.pepstock.charba.client.Plugin
Plugins must define a unique id in order to be configurable.
Returns the plugin id.
getId() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
 
getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Gets all global registered plugins ids.
getIndex() - Method in class org.pepstock.charba.client.controllers.Context
Returns the index of the data inside the dataset.
getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns the index of the data inside the dataset.
getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the dataset index of the chart (for POLAR and PIE charts)
getIndex() - Method in class org.pepstock.charba.client.items.TickItem
Returns the index of the tick.
getIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the index of the data inside the dataset.
getInnerRadius() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the inner radius value.
getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the inner radius of dataset item in pixel.
getInt(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the element (int) stored in this object at specific key.
getIntegerArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns an array list (integers) from the JavaScript object.
getIntegerArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (integer array list) into embedded JavaScript object at specific property.
getItem() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
Returns item with animation info from chart
getItem() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
Returns item with animation info from chart
getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
Returns the item with dataset metadata related to the click
getItem() - Method in class org.pepstock.charba.client.events.LegendClickEvent
Returns the legend item related to the click
getItem() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
Returns the legend item related to the hover
getItems() - Method in class org.pepstock.charba.client.events.ChartClickEvent
Returns a list of items with dataset metadata related to the click
getItems() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
Returns a list of items with dataset metadata related to the hover
getItems() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of items of the legend.
getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
Returns a map with all defined axis.
getItems() - Method in class org.pepstock.charba.client.items.TooltipItemArray
Returns a list of tooltip items.
getItemSortHandler() - Method in class org.pepstock.charba.client.options.Tooltips
 
getJavaScriptObject(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the element (javaScript object instance) stored in this object at specific key.
getJavaScriptObject() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns the JavaScript object instance
getLabel() - Method in class org.pepstock.charba.client.data.Dataset
Returns the label for the dataset which appears in the legend and tooltips.
getLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the label.
getLabelCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels color of tooltip.
getLabelOffset() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the distance in pixels to offset the label from the centre point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the label rotation ratio.
getLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels
getLabels() - Method in class org.pepstock.charba.client.defaults.global.Legend
 
getLabels() - Method in class org.pepstock.charba.client.options.Legend
 
getLabels() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Returns the array of labels to display.
getLabelsCallBack() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getLabelString() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
Returns the text for the scale string.
getLabelString() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the text for the title.
getLayerX() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
Returns the layer X property
getLayerY() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
Returns the layer Y property
getLayout() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getLayout() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getLayout() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getLeft() - Method in class org.pepstock.charba.client.defaults.global.Padding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.defaults.scale.Padding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the left of chart area.
getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.options.layout.Padding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.options.scales.Padding
Returns the padding left in pixel.
getLegend() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getLegend() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the legend item.
getLegend() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getLegend() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getLegendCallBack() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getLegendColorBackground() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the legend color of tooltips.
getLegendColorBackgroundAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the legend color of tooltips.
getLine() - Method in class org.pepstock.charba.client.defaults.global.Elements
 
getLine() - Method in class org.pepstock.charba.client.options.Elements
 
getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
Returns how the end points of every box border are drawn.
getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the box border dash pattern offset or "phase".
getLineHeight() - Method in class org.pepstock.charba.client.defaults.global.Title
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.options.Title
Returns the height of an individual line of text.
getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
Returns all lines of body section.
getLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Returns the width of angled lines.
getLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the stroke widths of grid lines.
getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the width of line in pixels.
getLineWidth() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the stroke widths of grid lines.
getLineWidth() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Returns the width of angled lines.
getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of line widths.
getLongestLabelWidth() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the longest width of label of ticks.
getLongestTextCache() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the longest text cache item.
getMajor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
 
getMargins() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the margin item.
getMax() - Method in class org.pepstock.charba.client.data.MeterDataset
 
getMax() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Returns the maximum item to display.
getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.options.scales.Time
If defined, this will override the data maximum.
getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns the maximum bar thickness.
getMaxBarThickness() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Returns the maximum bar thickness.
getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the max height in pixel.
getMaxIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max index of scale.
getMaxRotation() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the maximum rotation for tick labels when rotating to condense labels.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the maximum number of ticks and gridlines to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the maximum number of ticks and gridlines to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the maximum number of ticks and gridlines to show.
getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the max width in pixel.
getMin() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the min value of scale.
getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Returns the minimum item to display
getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.options.scales.Time
If defined, this will override the data minimum.
getMinIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the min index of scale.
getMinor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
 
getMinRotation() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the minimum rotation for tick labels.
getMinSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the min size item.
getMinUnit() - Method in class org.pepstock.charba.client.options.scales.Time
The minimum display format to be used for a time unit.
getMode() - Method in class org.pepstock.charba.client.defaults.global.Hover
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.options.Hover
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.options.Tooltips
Returns which elements appear in the tooltip.
getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
Returns the tooltip model
getMultiKeyBackground() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
getName() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
 
getName() - Method in interface org.pepstock.charba.client.enums.IsThreshold
Returns the name of threshold.
getName() - Method in class org.pepstock.charba.client.enums.Threshold
 
getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the native event instance.
getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the total number of animation frames.
getObject() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Returns the JavaScript object with properties
getObject() - Method in class org.pepstock.charba.client.data.Data
 
getObject() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Returns the java script object of this options.
getObjectArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns an array list (generic JavaScript objects) from the JavaScript object.
getObjectArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (generic java script object array list) into embedded JavaScript object at specific property.
getOffsetX() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the offset X value.
getOffsetY() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the offset Y value.
getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the opacity of tooltip.
getOptions() - Method in class org.pepstock.charba.client.BarChart
 
getOptions() - Method in class org.pepstock.charba.client.BubbleChart
 
getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
 
getOptions() - Method in class org.pepstock.charba.client.GaugeChart
 
getOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the options of chart.
getOptions() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the options item.
getOptions() - Method in class org.pepstock.charba.client.LineChart
 
getOptions() - Method in class org.pepstock.charba.client.MeterChart
 
getOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns the plugin options, if exist.
getOptions() - Method in class org.pepstock.charba.client.PieChart
 
getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
 
getOptions() - Method in class org.pepstock.charba.client.RadarChart
 
getOptions() - Method in class org.pepstock.charba.client.ScatterChart
 
getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
 
getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
 
getOuterRadius() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the outer radius value.
getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the outer radius of dataset item in pixel.
getPadding() - Method in class org.pepstock.charba.client.defaults.global.Layout
 
getPadding() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.defaults.global.Title
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
 
getPadding() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the padding between the tick label and the axis.
getPadding() - Method in class org.pepstock.charba.client.options.Layout
 
getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
 
getPadding() - Method in class org.pepstock.charba.client.options.Title
Returns the padding to apply around title.
getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding bottom in pixel.
getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding left in pixel.
getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding right in pixel.
getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding top in pixel.
getParent() - Method in class org.pepstock.charba.client.commons.IteratorImpl
 
getParser() - Method in class org.pepstock.charba.client.options.scales.Time
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
 
getPlugins() - Static method in class org.pepstock.charba.client.Defaults
Returns the global plugins wrapper.
getPlugins() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getPoint() - Method in class org.pepstock.charba.client.defaults.global.Elements
 
getPoint() - Method in class org.pepstock.charba.client.options.Elements
 
getPointLabels() - Method in class org.pepstock.charba.client.defaults.scale.Scale
 
getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of point labels of scale.
getPointLabels() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
 
getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.defaults.global.Point
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the style of the legend box (only used if usePointStyle is true)
getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the style of the legend box (only used if usePointStyle is true)
getPointStyle() - Method in class org.pepstock.charba.client.options.elements.Point
Returns the style of the point.
getPosition() - Method in class org.pepstock.charba.client.defaults.global.Legend
Returns the position of the legend.
getPosition() - Method in class org.pepstock.charba.client.defaults.global.Title
Returns the position of title.
getPosition() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the mode for positioning the tooltip.
getPosition() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Position of the axis in the chart.
getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the position of node.
getPosition() - Method in class org.pepstock.charba.client.options.Legend
Returns the position of the legend.
getPosition() - Method in class org.pepstock.charba.client.options.Title
Returns the position of title.
getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the mode for positioning the tooltip.
getR() - Method in class org.pepstock.charba.client.data.DataPoint
Returns the bubble radius in pixels (not scaled).
getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius of the point shape.
getRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
Returns the radius of the point when hovered.
getRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the radius of dataset item in pixel.
getRadius() - Method in class org.pepstock.charba.client.options.elements.Point
Returns the radius of the point when hovered.
getRadiusLength() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the radius length value.
getRectangle() - Method in class org.pepstock.charba.client.defaults.global.Elements
 
getRectangle() - Method in class org.pepstock.charba.client.options.Elements
 
getRed() - Method in class org.pepstock.charba.client.colors.Color
 
getRed() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getRed() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
 
getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the duration in milliseconds it takes to animate to new size after a resize event.
getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.options.BaseOptions
Returns the duration in milliseconds it takes to animate to new size after a resize event.
getRight() - Method in class org.pepstock.charba.client.defaults.global.Padding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.defaults.scale.Padding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the right of chart area.
getRight() - Method in class org.pepstock.charba.client.options.layout.Padding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.options.scales.Padding
Returns the padding right in pixel.
getRotation() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the starting angle to draw arcs from.
getRound() - Method in class org.pepstock.charba.client.options.scales.Time
If defined, dates will be rounded to the start of this unit.
getScale() - Static method in class org.pepstock.charba.client.Defaults
Returns the global scale options.
It maps the CHART.JS object of default, chart.defaults.scale.
getScale() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getScale() - Method in class org.pepstock.charba.client.options.scales.Axis
Returns the global options for this chart.
getScaleLabel() - Method in class org.pepstock.charba.client.defaults.scale.Scale
 
getScales() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getScales() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the scales item.
getScales() - Method in class org.pepstock.charba.client.options.MultiScalesOptions
 
getScales() - Method in class org.pepstock.charba.client.options.StackedOptions
 
getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
Returns item with the new size of the chart
getSource() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeTick
Returns the property controls the ticks generation.
getStackGroup() - Method in class org.pepstock.charba.client.data.StackedAreaDataset
Returns the name of stack group.
getStackGroup() - Method in class org.pepstock.charba.client.data.StackedBarDataset
Returns the name of stack group.
getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the start value of scale.
getStartAngle() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the starting angle to draw arcs for the first item in a dataset.
getStartAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the start angle of dataset item.
getStartAngle() - Method in class org.pepstock.charba.client.options.PolarAreaOptions
Returns the starting angle to draw arcs for the first item in a dataset.
getSteppedLine() - Method in class org.pepstock.charba.client.data.LineDataset
Returns If the line is shown as a stepped line.
getStepSize() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the user defined fixed step size for the scale.
getString(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the element (string) stored in this object at specific key.
getString(int) - Method in class org.pepstock.charba.client.data.Labels
Gets the String at a given index.
getStringArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns an array list (strings) from the JavaScript object.
getStringArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (string array list) into embedded JavaScript object at specific property.
getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
Returns a multi line label at a specific index.
getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the stroke style of the legend box
getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the adjustment used when calculating the maximum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Returns the adjustment used when calculating the minimum data value.
getT() - Method in class org.pepstock.charba.client.data.DataPoint
Returns T value, is the date for time series.
getTension() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns the Bezier curve tension (0 for no Bezier curves).
getTension() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the Bezier curve tension (0 for no Bezier curves).
getTension() - Method in class org.pepstock.charba.client.options.elements.Line
Returns the Bezier curve tension (0 for no Bezier curves).
getText() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the label that will be displayed
getText() - Method in class org.pepstock.charba.client.options.Title
Returns the title text to display, as a list of strings.
getThreshold() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
Creates a new threshold cloning the constant one.
getThresholds() - Method in class org.pepstock.charba.client.data.GaugeDataset
Gets all thresholds.
getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the length in pixels that the grid lines will draw into the axis area.
getTickMarkLength() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the length in pixels that the grid lines will draw into the axis area.
getTicks() - Method in class org.pepstock.charba.client.defaults.scale.Scale
 
getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of ticks.
getTicks() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
 
getTicksAsNumber() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of ticks as number.
getTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getTime() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
 
getTitle() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getTitle() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the title item.
getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the title of the tooltip.
getTitle() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getTitleAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title alignment.
getTitleAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the alignment of the tooltip title section.
getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title alignment.
getTitleCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
getTitleFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title font color.
getTitleFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip title section.
getTitleFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font color.
getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title font color.
getTitleFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the color of the tooltip title section.
getTitleFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font color.
getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title font.
getTitleFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font family of the tooltip title section.
getTitleFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font.
getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title font size.
getTitleFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font size of the tooltip title section.
getTitleFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font size.
getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the title font style.
getTitleFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the font style of the tooltip title section.
getTitleFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the title font style.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the margin to add on bottom of title section.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the bottom margin of the tooltip title section.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the margin to add on bottom of title section.
getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the spacing to add to top and bottom of each title line.
getTitleSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the spacing of the tooltip title section.
getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the spacing to add to top and bottom of each title line.
getTooltip() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the tooltip item.
getTooltipFormat() - Method in class org.pepstock.charba.client.options.scales.Time
The moment js format string to use for the tooltip.
getTooltips() - Method in class org.pepstock.charba.client.defaults.global.Options
 
getTooltips() - Method in class org.pepstock.charba.client.options.BaseOptions
 
getTooltips() - Method in class org.pepstock.charba.client.options.MeterOptions
 
getTop() - Method in class org.pepstock.charba.client.defaults.global.Padding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.defaults.scale.Padding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the top of chart area.
getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.options.layout.Padding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.options.scales.Padding
Returns the padding top in pixel.
getType() - Method in class org.pepstock.charba.client.BarChart
 
getType() - Method in class org.pepstock.charba.client.BubbleChart
 
getType() - Method in interface org.pepstock.charba.client.Controller
Controller must define a unique id in order to be configurable.
Returns the controller id.
getType() - Method in class org.pepstock.charba.client.data.Dataset
Returns the type of dataset, based on type of chart.
getType(int) - Method in class org.pepstock.charba.client.data.Labels
Returns the type of a label at specific index.
getType() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns the type of axis.
getType() - Method in class org.pepstock.charba.client.DoughnutChart
 
getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
Returns the type of new handler.
getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
Returns the type of removed handler.
getType() - Method in class org.pepstock.charba.client.GaugeChart
 
getType() - Method in class org.pepstock.charba.client.HorizontalBarChart
 
getType() - Method in interface org.pepstock.charba.client.IsChart
Returns the type of chart.
getType() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Returns the type of dataset.
getType() - Method in class org.pepstock.charba.client.LineChart
 
getType() - Method in class org.pepstock.charba.client.MeterChart
 
getType() - Method in class org.pepstock.charba.client.options.scales.Axis
Returns the type of axis.
getType() - Method in class org.pepstock.charba.client.PieChart
 
getType() - Method in class org.pepstock.charba.client.PolarAreaChart
 
getType() - Method in class org.pepstock.charba.client.RadarChart
 
getType() - Method in class org.pepstock.charba.client.ScatterChart
 
getType() - Method in class org.pepstock.charba.client.StackedAreaChart
 
getType() - Method in class org.pepstock.charba.client.StackedBarChart
 
getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
Gets all global registered controllers ids.
getUnit() - Method in class org.pepstock.charba.client.options.scales.Time
If defined, will force the unit to be a certain type.
getUpdateCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
 
getValue(Key, int) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (int) into embedded JavaScript object at specific property.
getValue(Key, double) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (double) into embedded JavaScript object at specific property.
getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (boolean) into embedded JavaScript object at specific property.
getValue(Key, String) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (string) into embedded JavaScript object at specific property.
getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (date) into embedded JavaScript object at specific property.
getValue(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (JavaScript Object) into embedded JavaScript object at specific property.
getValue(Key, Class<T>, T) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns a value (key) into embedded JavaScript object at specific property.
getValue() - Method in class org.pepstock.charba.client.data.MeterDataset
 
getValue() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
 
getValue() - Method in interface org.pepstock.charba.client.enums.IsThreshold
Returns the value of threshold.
getValue() - Method in class org.pepstock.charba.client.enums.Threshold
 
getValue() - Method in class org.pepstock.charba.client.items.TickItem
Returns the value of the tick.
getValues() - Method in class org.pepstock.charba.client.items.TickItem
Returns the complete list of ticks.
getView() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns all view information about the dataset.
getWeight() - Method in class org.pepstock.charba.client.defaults.scale.Scale
The weight used to sort the axis.
getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the weight.
getWeight() - Method in class org.pepstock.charba.client.options.scales.Axis
The weight used to sort the axis.
getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.ChartNode
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the width of dataset item in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
Returns the width of the chart item in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the width of tooltip.
getX() - Method in class org.pepstock.charba.client.data.DataPoint
Returns X value.
getX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the X location of dataset item in pixel.
getX() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the X location of tooltip item.
getX() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X location of tooltip.
getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X align location.
getXAxes() - Method in class org.pepstock.charba.client.defaults.scale.Scales
 
getXAxes() - Method in class org.pepstock.charba.client.options.Scales
 
getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the ID of the x axis to plot this dataset on.
getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the ID of the x axis to plot this dataset on.
getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Returns the X axis ID.
getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the X center of scale.
getXLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the X location of label.
getXLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for X axes
getXPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the padding to add on left and right of tooltip.
getXPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X padding location.
getXPadding() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the padding to add on left and right of tooltip.
getXScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
Returns the X scale instance.
getY() - Method in class org.pepstock.charba.client.data.DataPoint
Returns Y value.
getY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the Y location of dataset item in pixel.
getY() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the Y location of tooltip item.
getY() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y location of tooltip.
getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y align location.
getYAxes() - Method in class org.pepstock.charba.client.defaults.scale.Scales
 
getYAxes() - Method in class org.pepstock.charba.client.options.Scales
 
getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the ID of the y axis to plot this dataset on.
getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the ID of the y axis to plot this dataset on.
getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Returns the Y axis ID.
getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the Y center of scale.
getYLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the Y location of label.
getYLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for Y axes
getYPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns the padding to add on top and bottom of tooltip.
getYPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y padding location.
getYPadding() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the padding to add on top and bottom of tooltip.
getYScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
Returns the Y scale instance.
getZeroLineBorderDash() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the length and spacing of dashes of the grid line for the first index (index 0).
getZeroLineBorderDash() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the length and spacing of dashes of the grid line for the first index (index 0).
getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the offset for line dashes of the grid line for the first index (index 0).
getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the offset for line dashes of the grid line for the first index (index 0).
getZeroLineColor() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColor() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the zero line index of scale.
getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Returns the stroke width of the grid line for the first index (index 0).
getZeroLineWidth() - Method in class org.pepstock.charba.client.options.scales.GridLines
Returns the stroke width of the grid line for the first index (index 0).
GlobalOptions - Class in org.pepstock.charba.client
Contains the GLOBAL options for a specific chart instance.
Loaded when a new chart instance is created.
It's the result of merging of different global options.
GlobalPlugins - Class in org.pepstock.charba.client.plugins
Glabal configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins.
GlobalPlugins() - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
 
GridLines - Class in org.pepstock.charba.client.defaults.scale
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
GridLines - Class in org.pepstock.charba.client.options.scales
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
GwtMaterialColor - Enum in org.pepstock.charba.client.colors
GWT material color constants.

H

has(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns true if the embedded JavaScript object contains an element at specific property.
has(Key...) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns true if the embedded JavaScript object contains an element at all properties.
hashCode() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
hasNext() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Returns true if the iteration has more elements.
hasPrevious() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasProperty(Key) - Method in class org.pepstock.charba.client.defaults.AbstractItem
Checks if the property is present into java script object.
hasToBeRegistered(Object, Key...) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns true if the object is present into embedded JavaScript object.
HorizontalBarChart - Class in org.pepstock.charba.client
HORIZONTAL BAR chart implementation.
HorizontalBarChart() - Constructor for class org.pepstock.charba.client.HorizontalBarChart
 
Hover - Class in org.pepstock.charba.client.defaults.global
Definitions about how elements appear in the tooltip, hovering the chart.
Hover - Class in org.pepstock.charba.client.options
Definitions about how elements appear in the tooltip, hovering the chart.
HtmlColor - Enum in org.pepstock.charba.client.colors
All modern browsers support the following 140 color names.

I

ID - Static variable in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
Plugin ID
indexOf(double) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
indexOf(int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
indexOf(String) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
initialize(Context, AbstractChart<?, ?>, int) - Method in interface org.pepstock.charba.client.Controller
Initializes the controller.
initialize(Context, AbstractChart<?, ?>, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
Injector - Class in org.pepstock.charba.client
This utility injects ChartJS javascript into the web page of GWT.
If ChartJS is already injected, it does nothing.
It enables also to inject other script into web page, necessary when you want to use some Chart.JS plugins.
Injector() - Constructor for class org.pepstock.charba.client.Injector
 
insertAt(int, double) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Inserts the specified element at the specified position in this object.
insertAt(int, int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Inserts the specified element at the specified position in this object.
insertAt(int, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Inserts the specified element at the specified position in this object.
insertAt(int, String) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Inserts the specified element at the specified position in this object.
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.Resources
 
INTEGER - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for INTEGER instances
InteractionAxis - Enum in org.pepstock.charba.client.enums
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
InteractionMode - Enum in org.pepstock.charba.client.enums
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which elements appear via tooltip or hover.
InternalJavaScriptObject() - Constructor for class org.pepstock.charba.client.defaults.scale.Scales.InternalJavaScriptObject
Needed for GWt injection
InternalScaleItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.controllers.StyleElement.InternalScaleItem
Wraps the CHART.JS java script object.
InvalidControllerTypeException - Exception in org.pepstock.charba.client.controllers
Exception created when the controller type is not valid.
A controller type
can not start with a dot or an underscore can not contain any non-URL-safe characters
InvalidControllerTypeException(String) - Constructor for exception org.pepstock.charba.client.controllers.InvalidControllerTypeException
Builds the exception using the message explaining why the type is not valid.
InvalidPluginIdException - Exception in org.pepstock.charba.client.plugins
Exception created when the plugin ID is not valid.
A plugin id
can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain uppercase letters should be something short, but also reasonably descriptive
InvalidPluginIdException(String) - Constructor for exception org.pepstock.charba.client.plugins.InvalidPluginIdException
Builds the exception using the message explaining why the id is not valid.
isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.global.Animation
If true, the chart will animate in with a rotation animation.
isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
If true, the chart will animate in with a rotation animation.
isAnimateScale() - Method in class org.pepstock.charba.client.defaults.global.Animation
If true, will animate scaling the chart from the center outwards.
isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
If true, will animate scaling the chart from the center outwards.
isAnimating() - Method in class org.pepstock.charba.client.items.ChartNode
Returns if the chart is animating or not.
isAnimationEnable() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns if should chart be animated or not.
isAnimationEnable() - Method in class org.pepstock.charba.client.options.BaseOptions
Returns if should chart be animated or not Default value is true.
isArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns true if this object is an array.
For further information, refer to this JavaScript documentation: https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
isAutoSkip() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
If true, scale will include 0 if it is not already included.
isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns true to keep Bezier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.options.elements.Line
Returns true to keep Bezier control inside the chart, false for no restriction.
IsChart<O extends BaseOptions,D extends Dataset> - Interface in org.pepstock.charba.client
Interface which defines a chart.
IsColor - Interface in org.pepstock.charba.client.colors
Defines the color methods.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.global.Legend
Returns if the legend is shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.global.Title
Returns if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If false, do not display grid lines for this axis.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.PointLabels
If true, labels are shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Scale
If true, shows the axis.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
If true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Scales
Returns if the scales are shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, show tick marks
isDisplay() - Method in class org.pepstock.charba.client.options.Legend
Returns if the legend is shown.
isDisplay() - Method in class org.pepstock.charba.client.options.scales.Axis
Returns if axis is hidden.
isDisplay() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
f true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.options.scales.GridLines
If false, do not display grid lines for this axis.
isDisplay() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
If true, labels are shown
isDisplay() - Method in class org.pepstock.charba.client.options.Title
Returns if the title is shown.
isDisplayColors() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
If true, color boxes are shown in the tooltip.
isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
If true, color boxes are shown in the tooltip.
isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
Returns if it is in doughnut mode.
isDrawBorder() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw border at the edge between the axis and the chart area.
isDrawBorder() - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw border at the edge between the axis and the chart area.
isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
 
isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw lines on the chart area inside the axis lines.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw lines on the chart area inside the axis lines.
isDrawTicks() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
isDrawTicks() - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
isEmpty() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns true if this object contains no elements.
isEmpty() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns true if the embedded JavaScript object contains no elements.
isEmpty() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns true if this list contains no elements
isEmpty() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns true if this list contains no elements
isEnabled() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Returns if tooltips are enabled.
isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a global plugin is enabled or not.
isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
Returns if tooltips are enabled.
isFullWidth() - Method in class org.pepstock.charba.client.defaults.global.Legend
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
isFullWidth() - Method in class org.pepstock.charba.client.defaults.global.Title
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
isFullWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the full width in pixel.
isFullWidth() - Method in class org.pepstock.charba.client.options.Legend
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
isFullWidth() - Method in class org.pepstock.charba.client.options.Title
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
isHidden() - Method in class org.pepstock.charba.client.data.Dataset
Returns if the dataset will appear or not.
isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns if the dataset is hidden.
isHidden() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Returns if the dataset is hidden.
isHidden() - Method in class org.pepstock.charba.client.items.LegendItem
Returns true if this item represents a hidden dataset.
isHidden() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns true if this item represents a hidden scale.
isHorizontal() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns if is an horizontal view.
isInRange(double, double) - Method in class org.pepstock.charba.client.enums.Threshold
Checks if the value passed is into threshold.
isIntersect() - Method in class org.pepstock.charba.client.defaults.global.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIntersect() - Method in class org.pepstock.charba.client.options.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in class org.pepstock.charba.client.options.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIsoWeekday() - Method in class org.pepstock.charba.client.options.scales.Time
If true and the unit is set to 'week', then the first day of the week will be Monday.
isLazy() - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, the animation can be interrupted by other animations
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.BaseOptions
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMirror() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
isOffset() - Method in class org.pepstock.charba.client.defaults.scale.Scale
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, grid lines will be shifted to be between labels.
isOffsetGridLines() - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, grid lines will be shifted to be between labels.
isOnlyYAxis() - Method in class org.pepstock.charba.client.options.scales.StackedScales
 
isPercentageThreshold() - Method in class org.pepstock.charba.client.data.GaugeDataset
 
isResponsive() - Method in class org.pepstock.charba.client.defaults.global.Options
Returns the resizing of the chart canvas when its container does.
isResponsive() - Method in class org.pepstock.charba.client.options.BaseOptions
Returns the resizing of the chart canvas when its container does.
isReverse() - Method in class org.pepstock.charba.client.defaults.global.Legend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Returns the reverses order of tick labels.
isReverse() - Method in class org.pepstock.charba.client.options.Legend
Returns if the legend will show datasets in reverse order.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, draw a background behind the tick labels.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
If true, draw a background behind the tick labels.
isShowLines() - Method in class org.pepstock.charba.client.data.LineDataset
Returns if the line is not drawn for this dataset.
isShowLines() - Method in class org.pepstock.charba.client.defaults.global.Options
If false, the lines between points are not drawn.
isSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns true if skipped.
isSpanGaps() - Method in class org.pepstock.charba.client.data.LineDataset
Returns if lines will be drawn between points with no or null data.
isSpanGaps() - Method in class org.pepstock.charba.client.defaults.global.Options
If false, NaN data causes a break in the line.
isStacked() - Method in class org.pepstock.charba.client.defaults.scale.Scale
Returns if the axis are stacked or not.
isStepped() - Method in class org.pepstock.charba.client.defaults.global.Line
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.options.elements.Line
Returns true to show the line as a stepped line (tension will be ignored).
isSteppedLine() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns true if stepped line has been selected.
isStepSize() - Method in class org.pepstock.charba.client.options.scales.Time
The number of units between grid lines.
IsThreshold - Interface in org.pepstock.charba.client.enums
Interface tomap a threshold.
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
iterator() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns an iterator over the elements in this list in proper sequence.
IteratorImpl<E> - Class in org.pepstock.charba.client.commons
Custom iterator over a collection.

J

JavaScriptFieldType - Enum in org.pepstock.charba.client.commons
Enums all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof
JavaScriptObjectContainer - Class in org.pepstock.charba.client.commons
Contains a GWT JavaScript object.
JavaScriptObjectContainer() - Constructor for class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Creates the object instantiating new java script object.
JavaScriptObjectContainer(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Creates the object wrapping another java script object.
JoinStyle - Enum in org.pepstock.charba.client.enums
Determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
JsArrayDoubleImpl - Class in org.pepstock.charba.client.commons
A simple wrapper around a homogeneous native array of numeric (doubles) values.
Extends GWT implementation adding additional methods, helpful to manage the array as a list.
JsArrayDoubleImpl() - Constructor for class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Needed for GWT injection
JsArrayIntegerImpl - Class in org.pepstock.charba.client.commons
A simple wrapper around a homogeneous native array of numeric (integers) values.
Extends GWT implementation adding additional methods, helpful to manage the array as a list.
JsArrayIntegerImpl() - Constructor for class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Needed for GWT injection
JsArrayObjectImpl - Class in org.pepstock.charba.client.commons
A simple wrapper around a homogeneous native array of object (generic JavaScript objects) values.
Extends GWT implementation adding additional methods, helpful to manage the array as a list.
JsArrayObjectImpl() - Constructor for class org.pepstock.charba.client.commons.JsArrayObjectImpl
Needed for GWT injection
JsArrayStringImpl - Class in org.pepstock.charba.client.commons
A simple wrapper around a homogeneous native array of string values.
Extends GWT implementation adding additional methods, helpful to manage the array as a list.
JsArrayStringImpl() - Constructor for class org.pepstock.charba.client.commons.JsArrayStringImpl
Needed for GWT injection
JsDoubleArrayList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsDoubleArrayList() - Constructor for class org.pepstock.charba.client.commons.JsDoubleArrayList
Creates an empty list
JsEnumValueArrayList<E extends Key> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsIntegerArrayList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsIntegerArrayList() - Constructor for class org.pepstock.charba.client.commons.JsIntegerArrayList
Creates an empty list
JsObjectArrayList<E extends GenericJavaScriptObject> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsObjectArrayList() - Constructor for class org.pepstock.charba.client.commons.JsObjectArrayList
Creates an empty list
JsObjectContainerArrayList<E extends JavaScriptObjectContainer> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsObjectContainerArrayList() - Constructor for class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Creates an empty list
JsStringArrayList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
JsStringArrayList() - Constructor for class org.pepstock.charba.client.commons.JsStringArrayList
Creates an empty list

K

Key - Interface in org.pepstock.charba.client.commons
Represents the property key of a JavaScript object.
Used for enum.
key(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
Checks if the plugin is compliant with the constraints of plugin id.
A plugin id
can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain uppercase letters should be something short, but also reasonably descriptive
keys() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the list of elements names of the object.
keys() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns the list of properties names of the object.

L

Labels - Class in org.pepstock.charba.client.data
Contains the labels of the chart.
Is able to manage also multi-line labels.
Labels() - Constructor for class org.pepstock.charba.client.data.Labels
Needed for GWT injection
Labels.Type - Enum in org.pepstock.charba.client.data
Types of different elements of internal array.
String is single line label, array is multi-line label.
lastIndexOf(double) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Returns the index of the last occurrence of the specified element in this object, or -1 if this object does not contain the element.
lastIndexOf(int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Returns the index of the last occurrence of the specified element in this object, or -1 if this object does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Returns the index of the last occurrence of the specified element in this object, or -1 if this object does not contain the element.
lastIndexOf(String) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Returns the index of the last occurrence of the specified element in this object, or -1 if this object does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastReturn - Variable in class org.pepstock.charba.client.commons.IteratorImpl
 
Layout - Class in org.pepstock.charba.client.defaults.global
The layout configuration is needed to set the padding.
Layout - Class in org.pepstock.charba.client.options
The layout configuration is needed to set the padidng.
Legend - Class in org.pepstock.charba.client.defaults.global
The chart legend displays data about the datasets that area appearing on the chart.
Legend - Class in org.pepstock.charba.client.options
The chart legend displays data about the datasets that area appearing on the chart.
LegendCallback - Interface in org.pepstock.charba.client.callbacks
Sometimes you need a very complex legend.
LegendClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the legend of the chart.
LegendClickEvent(NativeEvent, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendClickEvent
Creates the event with legend item related to the click
LegendClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart legend.
LegendFilterHandler - Interface in org.pepstock.charba.client.callbacks
Filters legend items out of the legend.
LegendHitBoxItem - Class in org.pepstock.charba.client.items
JavaScript object which contains the legends hit box size.
LegendHoverEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user hovers on the legend of the chart.
LegendHoverEvent(NativeEvent, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendHoverEvent
Creates the event with legend item related to the hover
LegendHoverEventHandler - Interface in org.pepstock.charba.client.events
Event handler for hovering on the chart legend.
LegendItem - Class in org.pepstock.charba.client.items
JavaScript object which contains the legends hit box size.
LegendItem() - Constructor for class org.pepstock.charba.client.items.LegendItem
Standard constructor which wraps a new java script object.
LegendItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.LegendItem
Wraps the CHART.JS java script object.
LegendItem.Property - Enum in org.pepstock.charba.client.items
Name of fields of JavaScript object.
LegendLabelItem - Class in org.pepstock.charba.client.items
This object is created by CHART.JS and passed to all callbacks and events handlers related to legend entity.
LegendLabelItem() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
Standard constructor which wraps a new java script object.
LegendLabels - Class in org.pepstock.charba.client.defaults.global
This is the labels configuration of the legend.
LegendLabels - Class in org.pepstock.charba.client.options
This is the labels configuration of the legend.
LegendLabelsCallback - Interface in org.pepstock.charba.client.callbacks
Generates legend items for each thing in the legend.
LegendNode - Class in org.pepstock.charba.client.items
Wrapper of legend node of CHART.JS.
length() - Method in class org.pepstock.charba.client.data.Labels
Gets the length of the array.
Line - Class in org.pepstock.charba.client.defaults.global
Line elements are used to represent the line in a line chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
Line - Class in org.pepstock.charba.client.options.elements
Line elements are used to represent the line in a line chart.
Line(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.elements.Line
Builds the object storing the chart instance.
LineChart - Class in org.pepstock.charba.client
LINE chart implementation.
LineChart() - Constructor for class org.pepstock.charba.client.LineChart
Builds the object.
LineDataset - Class in org.pepstock.charba.client.data
The line chart allows a number of properties to be specified for each dataset.
LineDataset() - Constructor for class org.pepstock.charba.client.data.LineDataset
 
LineOptions - Class in org.pepstock.charba.client.options
Specific options for LINE chart.
LineOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.LineOptions
Builds the object storing the chart instance.
listIterator() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
listIterator() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one.
ListIteratorImpl<E> - Class in org.pepstock.charba.client.commons
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
load(AbstractList<E>, E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Loads an existing list of JavaScript object container.
load(String...) - Method in class org.pepstock.charba.client.data.Labels
Loads single line labels.

M

MarginsItem - Class in org.pepstock.charba.client.items
It is applied to all sides of the chart (left, top, right, bottom).
merge(JavaScriptObjectContainer, JavaScriptObjectContainer) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties into target only if not defined in target.
target is not cloned and will be updated with source properties.
merge(JavaScriptObject, JavaScriptObjectContainer) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties into target only if not defined in target.
target is not cloned and will be updated with source properties.
merge(JavaScriptObjectContainer, JavaScriptObject) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties into target only if not defined in target.
target is not cloned and will be updated with source properties.
merge(JavaScriptObject, JavaScriptObject) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties into target only if not defined in target.
target is not cloned and will be updated with source properties.
merge(JavaScriptObjectContainer, JavaScriptObjectContainer, String) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) into target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(JavaScriptObject, JavaScriptObjectContainer, String) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) into target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(JavaScriptObjectContainer, JavaScriptObject, String) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) into target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
merge(JavaScriptObject, JavaScriptObject, String) - Static method in class org.pepstock.charba.client.commons.Merger
Copies source properties (creating a new java script object and setting the source one with the property argument) into target only if not defined in target.
target is not cloned and will be updated with source properties.
The property is
Merger - Class in org.pepstock.charba.client.commons
Utility to merge java script object into another one.
MeterChart - Class in org.pepstock.charba.client
METER chart implementation.
MeterChart() - Constructor for class org.pepstock.charba.client.MeterChart
Builds the object.
MeterDataset - Class in org.pepstock.charba.client.data
The Meter chart allows a number of properties to be specified for each dataset.
MeterDataset(double) - Constructor for class org.pepstock.charba.client.data.MeterDataset
Creates a dataset setting the maximum value of dataset.
MeterDisplay - Enum in org.pepstock.charba.client.enums
Determines which information must be displaied into meter or gauge chart.
MeterOptions - Class in org.pepstock.charba.client.options
Specific options for METER chart.
MeterOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.MeterOptions
Builds the object storing the chart instance.
MINIMUM_VALUE - Static variable in class org.pepstock.charba.client.data.MeterDataset
Minimum value.
MultiScalesOptions - Class in org.pepstock.charba.client.options
Configuration of chart with multiple scales.
MultiScalesOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.MultiScalesOptions
Builds the object storing the chart instance.
Sets also the scales object.

N

name() - Method in interface org.pepstock.charba.client.commons.Key
Returns the name of property
name() - Method in class org.pepstock.charba.client.commons.StandardKey
 
name() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
newDataset() - Method in class org.pepstock.charba.client.BarChart
 
newDataset() - Method in class org.pepstock.charba.client.BubbleChart
 
newDataset() - Method in class org.pepstock.charba.client.DoughnutChart
 
newDataset() - Method in class org.pepstock.charba.client.GaugeChart
 
newDataset(double) - Method in class org.pepstock.charba.client.GaugeChart
 
newDataset() - Method in interface org.pepstock.charba.client.IsChart
Creates a new dataset related to chart type.
newDataset() - Method in class org.pepstock.charba.client.LineChart
 
newDataset() - Method in class org.pepstock.charba.client.MeterChart
 
newDataset(double) - Method in class org.pepstock.charba.client.MeterChart
 
newDataset() - Method in class org.pepstock.charba.client.PieChart
 
newDataset() - Method in class org.pepstock.charba.client.PolarAreaChart
 
newDataset() - Method in class org.pepstock.charba.client.RadarChart
 
newDataset() - Method in class org.pepstock.charba.client.ScatterChart
 
newDataset() - Method in class org.pepstock.charba.client.StackedAreaChart
 
newDataset() - Method in class org.pepstock.charba.client.StackedBarChart
 
next() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Returns the next element in the iteration.
nextIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the index of the element that would be returned by a subsequent call to next().
NoSelectedDatasetTicksCallback - Class in org.pepstock.charba.client.callbacks.impl
Implementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
NoSelectedDatasetTicksCallback() - Constructor for class org.pepstock.charba.client.callbacks.impl.NoSelectedDatasetTicksCallback
 

O

onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.commons.EventProvider
 
onAdd(AddHandlerEvent) - Method in interface org.pepstock.charba.client.events.AddHandlerEventHandler
Invoked when a new event handler is added.
onAfterBody(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render after the body section.
onAfterBody(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called after body creation.
onAfterBuildTicks(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
Callback that runs after ticks are created.
onAfterBuildTicks(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after ticks are created.
onAfterCalculateTickRotation(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs after tick rotation is determined.
onAfterCalculateTickRotation(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after tick rotation is determined.
onAfterDataLimits(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs after data limits are determined.
onAfterDataLimits(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after data limits are determined.
onAfterDatasetDraw(AbstractChart<?, ?>, int, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
onAfterDatasetDraw(AbstractChart<?, ?>, int, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetsDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been drawn.
onAfterDatasetsDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetsUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been updated.
onAfterDatasetsUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetUpdate(AbstractChart<?, ?>, int, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets at the given 'args.index' has been updated.
onAfterDatasetUpdate(AbstractChart<?, ?>, int, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been drawn for the specific easing value.
onAfterDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterEvent(AbstractChart<?, ?>, ChartNativeEvent, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'event' has been consumed.
onAfterEvent(AbstractChart<?, ?>, ChartNativeEvent, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterFit(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs after the scale fits to the canvas.
onAfterFit(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after the scale fits to the canvas.
onAfterFooter(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Text to render after the footer section.
onAfterFooter(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called after footer creation.
onAfterInit(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been initialized and before the first update.
onAfterInit(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterLabel(AbstractChart<?, ?>, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render after an individual label.
onAfterLabel(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called after label creation.
onAfterLayout(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been layed out.
onAfterLayout(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterRender(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been fully rendered (and animation completed).
onAfterRender(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterSetDimensions(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs after dimensions are set.
onAfterSetDimensions(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after dimensions are set.
onAfterTickToLabelConversion(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs after ticks are converted into strings.
onAfterTickToLabelConversion(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs after ticks are converted into strings.
onAfterTitle(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render after the title.
onAfterTitle(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called after title creation.
onAfterTooltipDraw(AbstractChart<?, ?>, TooltipModel, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after drawing the 'tooltip'.
onAfterTooltipDraw(AbstractChart<?, ?>, TooltipModel, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterUpdate(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback that runs at the end of the update process.
onAfterUpdate(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs at the end of the update process.
onAfterUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been updated and before rendering.
onAfterUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAttach() - Method in class org.pepstock.charba.client.AbstractChart
 
onBeforeBody(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render before the body section.
onBeforeBody(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called before body creation.
onBeforeBuildTicks(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
Callback that runs before ticks are created.
onBeforeBuildTicks(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before ticks are created.
onBeforeCalculateTickRotation(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs before tick rotation is determined.
onBeforeCalculateTickRotation(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before tick rotation is determined.
onBeforeDataLimits(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs before data limits are determined.
onBeforeDataLimits(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before data limits are determined.
onBeforeDatasetDraw(AbstractChart<?, ?>, int, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
onBeforeDatasetDraw(AbstractChart<?, ?>, int, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetsDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'chart' datasets.
onBeforeDatasetsDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetsUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' datasets.
onBeforeDatasetsUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetUpdate(AbstractChart<?, ?>, int, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' dataset at the given 'args.index'.
onBeforeDatasetUpdate(AbstractChart<?, ?>, int, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing 'chart' at every animation frame specified by the given easing value.
onBeforeDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDraw(AbstractChart<?, ?>, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
 
onBeforeEvent(AbstractChart<?, ?>, ChartNativeEvent, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before processing the specified 'event'.
onBeforeEvent(AbstractChart<?, ?>, ChartNativeEvent, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeFit(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs before the scale fits to the canvas.
onBeforeFit(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before the scale fits to the canvas.
onBeforeFooter(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render before the footer section.
onBeforeFooter(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called before footer creation.
onBeforeInit(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before initializing 'chart'.
onBeforeInit(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeLabel(AbstractChart<?, ?>, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render before an individual label.
onBeforeLabel(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called before label creation.
onBeforeLayout(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before laying out 'chart'.
onBeforeLayout(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeRender(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before rendering 'chart'.
onBeforeRender(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeSetDimensions(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs before dimensions are set.
onBeforeSetDimensions(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before dimensions are set.
onBeforeTickToLabelConversion(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs before ticks are converted into strings.
onBeforeTickToLabelConversion(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback that runs before ticks are converted into strings.
onBeforeTitle(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns the text to render before the title.
onBeforeTitle(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called before title creation.
onBeforeTooltipDraw(AbstractChart<?, ?>, TooltipModel, double, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'tooltip'.
onBeforeTooltipDraw(AbstractChart<?, ?>, TooltipModel, double, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeUpdate(AbstractChart<?, ?>, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback called before the update process starts.
onBeforeUpdate(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.Axis
Callback called before the update process starts.
onBeforeUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called before updating 'chart'.
onBeforeUpdate(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onCallback(AbstractChart<?, ?>, TickItem) - Method in class org.pepstock.charba.client.callbacks.impl.NoSelectedDatasetTicksCallback
 
onCallback(AbstractChart<?, ?>, String) - Method in interface org.pepstock.charba.client.callbacks.RadialPointLabelCallback
Callback function to transform data labels to point labels.
onCallback(AbstractChart<?, ?>, TickItem) - Method in interface org.pepstock.charba.client.callbacks.TickCallback
Changes the tick marks to include information about the data type.
onCallback(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Called to change the tick marks to include information about the data type.
onCallback(String) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Returns the string representation of the tick value as it should be displayed on the chart.
onClick(LegendClickEvent) - Method in class org.pepstock.charba.client.callbacks.impl.AtLeastOneDatasetHandler
 
onClick(ChartClickEvent) - Method in interface org.pepstock.charba.client.events.ChartClickEventHandler
Invoked when the user clicks on the chart.
onClick(LegendClickEvent) - Method in interface org.pepstock.charba.client.events.LegendClickEventHandler
Invoked when the user clicks on the chart legend.
onClick(ChartNativeEvent, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.BaseOptions
Called if the event is of type 'mouseup' or 'click'.
onClick(ChartNativeEvent, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Legend
A callback that is called when a click event is registered on a label item
onComplete(AnimationCompleteEvent) - Method in interface org.pepstock.charba.client.events.AnimationCompleteEventHandler
Invoked when chart animation is complete.
onComplete(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Animation
Callback called at the end of an animation.
onCustom(AbstractChart<?, ?>, TooltipModel) - Method in interface org.pepstock.charba.client.callbacks.TooltipCustomCallback
Custom tooltips allow you to hook into the tooltip rendering process so that you can render the tooltip in your own custom way.
onCustom(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Tooltips
Custom tooltips allow you to hook into the tooltip rendering process so that you can render the tooltip in your own custom way.
Generally this is used to create an HTML tooltip instead of an oncanvas one.
onDestroy(AbstractChart<?, ?>, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been destroyed.
onDestroy(AbstractChart<?, ?>, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onDetach() - Method in class org.pepstock.charba.client.AbstractChart
 
onFilter(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.LegendLabels
Called to filter legend items out of the legend.
onFilter(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Tooltips
Called to allow filtering of tooltip items.
onFooter(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render as the footer of the tooltip.
onFooter(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called footer creation.
onHover(ChartHoverEvent) - Method in interface org.pepstock.charba.client.events.ChartHoverEventHandler
Invoked when the user hovers on the chart.
onHover(LegendHoverEvent) - Method in interface org.pepstock.charba.client.events.LegendHoverEventHandler
Invoked when the user hovers on the chart legend.
onHover(ChartNativeEvent, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.BaseOptions
Called when any of the events fire.
onHover(ChartNativeEvent, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Legend
A callback that is called when a 'mousemove' event is registered on top of a label item
onItemClick(ChartNativeEvent, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.BaseOptions
Called if the event is of type 'mouseup' or 'click'.
onItemSort(AbstractChart<?, ?>, TooltipItem, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipItemSortHandler
Allows sorting of tooltip items.
onItemSort(GenericJavaScriptObject, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Tooltips
Called to allow sorting of tooltip items.
onLabel(AbstractChart<?, ?>, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render for an individual item in the tooltip.
onLabel(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called label creation.
onLabelColor(AbstractChart<?, ?>, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors to render for the tooltip item.
onLabelColor(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called label color creation.
onLabelTextColor(AbstractChart<?, ?>, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors for the text of the label for the tooltip item.
onLabelTextColor(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called text label color creation.
onProgress(AnimationProgressEvent) - Method in interface org.pepstock.charba.client.events.AnimationProgressEventHandler
Invoked when chart animation is progressing.
onProgress(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.Animation
Callback called on each step of an animation.
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.commons.EventProvider
 
onRemove(RemoveHandlerEvent) - Method in interface org.pepstock.charba.client.events.RemoveHandlerEventHandler
Invoked when a chart event handler is removed.
onResize(ChartResizeEvent) - Method in interface org.pepstock.charba.client.events.ChartResizeEventHandler
Invoked when the chart has been resized.
onResize(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.BaseOptions
Called when a resize occurs.
onResize(AbstractChart<?, ?>, SizeItem, JavaScriptObject) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been resized.
onResize(AbstractChart<?, ?>, SizeItem, JavaScriptObject) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onSelect(DatasetSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetSelectionEventHandler
Invoked when the user clicks on the chart to select a dataet.
onTitle(AbstractChart<?, ?>, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render as the title of the tooltip.
onTitle(GenericJavaScriptObject) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
Called title creation
Options - Class in org.pepstock.charba.client.defaults.global
Base object which maps chart options.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height).
Options(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.defaults.global.Options
Creates the object using the java script object with the defaults provided by CHART.JS.
It's a root element.
OptionsNode - Class in org.pepstock.charba.client.items
Wrapper of options node of CHART.JS.
org.pepstock.charba.client - package org.pepstock.charba.client
 
org.pepstock.charba.client.callbacks - package org.pepstock.charba.client.callbacks
 
org.pepstock.charba.client.callbacks.impl - package org.pepstock.charba.client.callbacks.impl
 
org.pepstock.charba.client.colors - package org.pepstock.charba.client.colors
 
org.pepstock.charba.client.commons - package org.pepstock.charba.client.commons
 
org.pepstock.charba.client.controllers - package org.pepstock.charba.client.controllers
 
org.pepstock.charba.client.data - package org.pepstock.charba.client.data
 
org.pepstock.charba.client.defaults - package org.pepstock.charba.client.defaults
 
org.pepstock.charba.client.defaults.global - package org.pepstock.charba.client.defaults.global
 
org.pepstock.charba.client.defaults.scale - package org.pepstock.charba.client.defaults.scale
 
org.pepstock.charba.client.enums - package org.pepstock.charba.client.enums
 
org.pepstock.charba.client.events - package org.pepstock.charba.client.events
 
org.pepstock.charba.client.items - package org.pepstock.charba.client.items
 
org.pepstock.charba.client.options - package org.pepstock.charba.client.options
 
org.pepstock.charba.client.options.elements - package org.pepstock.charba.client.options.elements
 
org.pepstock.charba.client.options.layout - package org.pepstock.charba.client.options.layout
 
org.pepstock.charba.client.options.scales - package org.pepstock.charba.client.options.scales
 
org.pepstock.charba.client.plugins - package org.pepstock.charba.client.plugins
 
org.pepstock.charba.client.plugins.impl - package org.pepstock.charba.client.plugins.impl
 
org.pepstock.charba.client.resources - package org.pepstock.charba.client.resources
 

P

Padding - Class in org.pepstock.charba.client.defaults.global
It is applied to all sides of the chart (left, top, right, bottom).
Padding - Class in org.pepstock.charba.client.defaults.scale
It is applied to all sides of the chart (left, top, right, bottom).
Padding - Class in org.pepstock.charba.client.options.layout
It is applied to all sides of the chart (left, top, right, bottom).
Padding(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.layout.Padding
Builds the object setting the java script padding object.
Padding - Class in org.pepstock.charba.client.options.scales
It is applied to all sides of the chart (left, top, right, bottom).
parse(List<String>) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Builds a list of colors starting from a list of strings which represent colors.
parse(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
Returns a color parsing the string value passed as argument.
It's able to parse HEX, RGB, RGBA and named color representation.
PieChart - Class in org.pepstock.charba.client
PIE chart implementation.
PieChart() - Constructor for class org.pepstock.charba.client.PieChart
Builds the object.
PieDataset - Class in org.pepstock.charba.client.data
The pie chart allows a number of properties to be specified for each dataset.
PieDataset() - Constructor for class org.pepstock.charba.client.data.PieDataset
 
PieOptions - Class in org.pepstock.charba.client.options
Specific options for PIE chart.
PieOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.PieOptions
Builds the object storing the chart instance.
Plugin - Interface in org.pepstock.charba.client
This interface is defining the extension hook for Chart.JS plugin implementation (both for inline and global plugins).
Plugins are the most efficient way to customize or change the default behavior of a chart.
PluginIdChecker - Class in org.pepstock.charba.client.plugins
This utility checks if the plug ID is acceptable or not.
Plugins - Class in org.pepstock.charba.client.options
Definitions about plugins options.
Plugins - Class in org.pepstock.charba.client.plugins
Is the manager of plugins which can manage the list of plugins and returns them as java script object to store into chart configuration.
Plugins(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.plugins.Plugins
Builds the object storing the chart instance.
Point - Class in org.pepstock.charba.client.defaults.global
Point elements are used to represent the points in a line chart or a bubble chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
Point - Class in org.pepstock.charba.client.options.elements
Point elements are used to represent the points in a line chart or a bubble chart.
Point(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.elements.Point
Builds the object storing the chart instance.
PointLabels - Class in org.pepstock.charba.client.defaults.scale
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true.
PointStyle - Enum in org.pepstock.charba.client.enums
Style of the point.
PolarAreaChart - Class in org.pepstock.charba.client
POLAR AREA chart implementation.
PolarAreaChart() - Constructor for class org.pepstock.charba.client.PolarAreaChart
Builds the object.
PolarAreaDataset - Class in org.pepstock.charba.client.data
The polar area chart allows a number of properties to be specified for each dataset.
PolarAreaDataset() - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
 
PolarAreaOptions - Class in org.pepstock.charba.client.options
pecific options for POLAR AREA chart.
PolarAreaOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.PolarAreaOptions
Builds the object storing the chart instance.
PolarDataset - Class in org.pepstock.charba.client.data
The polar chart allows a number of properties to be specified for each dataset.
PolarDataset() - Constructor for class org.pepstock.charba.client.data.PolarDataset
 
Position - Enum in org.pepstock.charba.client.enums
Property to set the postion's edge of an element to a unit above/below its normal position.
previous() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the previous element in the list and moves the cursor position backwards.
previousIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Returns the index of the element that would be returned by a subsequent call to previous().

R

RadarChart - Class in org.pepstock.charba.client
RADAR chart implementation.
RadarChart() - Constructor for class org.pepstock.charba.client.RadarChart
Builds the object.
RadarDataset - Class in org.pepstock.charba.client.data
The radar chart allows a number of properties to be specified for each dataset.
RadarDataset() - Constructor for class org.pepstock.charba.client.data.RadarDataset
 
RadarOptions - Class in org.pepstock.charba.client.options
Specific options for RADAR chart.
RadarOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.RadarOptions
Builds the object storing the chart instance.
RadialAngleLines - Class in org.pepstock.charba.client.options.scales
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true.
RadialAxis - Class in org.pepstock.charba.client.options.scales
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges.
The linear scale is use to chart numerical data.
As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis.
RadialAxis(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.RadialAxis
Builds the object storing the chart instance.
RadialLinearTick - Class in org.pepstock.charba.client.options.scales
This object is used to map defined radial axis as linear.
RadialPointLabelCallback - Interface in org.pepstock.charba.client.callbacks
Callback function to transform data labels to point labels.
RadialPointLabels - Class in org.pepstock.charba.client.options.scales
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true.
Rectangle - Class in org.pepstock.charba.client.defaults.global
Rectangle elements are used to represent the bars in a bar chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset.
Rectangle - Class in org.pepstock.charba.client.options.elements
Rectangle elements are used to represent the bars in a bar chart.
Rectangle(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.elements.Rectangle
Builds the object storing the chart instance.
register(Plugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Registers a plugin as global, to apply to all charts.
remove(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Removes the occurrence of the specified element from this object by its property name, if it is present.
remove() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Removes from the underlying collection the last element returned by this iterator.
remove(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Removes an element (by key) from the embedded JavaScript object.
remove(Key...) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Removes a set of elements (by keys) from the embedded JavaScript object.
remove(int) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Removes the element at the specified position in this object.
remove(int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Removes the element at the specified position in this object.
remove(int) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Removes the element at the specified position in this object.
remove(int) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Removes the element at the specified position in this object.
remove(Object) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Object) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Object) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Object) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Object) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(Object) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(String) - Method in class org.pepstock.charba.client.plugins.Plugins
Removes a plugin from the chart.
If the chart is already initialized, to get this update teh chart must be drawn again.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.commons.EventProvider
Notifies the event provider when a new handler has been deregistered
removeHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.Animation
 
removeHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.BaseOptions
 
removeHandler(GwtEvent.Type<H>) - Method in class org.pepstock.charba.client.options.Legend
 
RemoveHandlerEvent - Class in org.pepstock.charba.client.events
Event which is fired when new event handler has been removed to the chart.
This event should use only for use internal only to manage internally all handlers.
RemoveHandlerEvent(GwtEvent.Type<? extends EventHandler>) - Constructor for class org.pepstock.charba.client.events.RemoveHandlerEvent
Creates the event with the type of removed handler.
RemoveHandlerEventHandler - Interface in org.pepstock.charba.client.events
Event handler for removing a chart event handler.
removeHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in interface org.pepstock.charba.client.Controller
Remove hover styling from the given element.
removeHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
removeIfExists(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Removes an element (by key) from the embedded JavaScript object if exists.
render() - Method in class org.pepstock.charba.client.AbstractChart
Triggers a redraw of all chart elements.
render(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
Triggers a redraw of all chart elements.
reset() - Method in class org.pepstock.charba.client.AbstractChart
Reset the chart to it's state before the initial animation.
resize() - Method in class org.pepstock.charba.client.AbstractChart
Use this to manually resize the canvas element.
Resources - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS java script code.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection.

S

Scale - Class in org.pepstock.charba.client.defaults.scale
Axes are an integral part of a chart.
Scale(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.defaults.scale.Scale
Creates the object using the java script object with the defaults provided by CHART.JS.
It's a root element.
Scale(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.scale.Scale
Builds the object with parent item and child.
ScaleBounds - Enum in org.pepstock.charba.client.enums
Controls the scale boundary strategy (bypassed by min/max time options).
ScaleDistribution - Enum in org.pepstock.charba.client.enums
Controls the data distribution along the scale.
ScaleItem - Class in org.pepstock.charba.client.items
Wraps the scale item of CHART JS chart.
ScaleItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
Wraps the CHART.JS java script object.
ScaleItem.Property - Enum in org.pepstock.charba.client.items
Name of fields of JavaScript object.
ScaleLabel - Class in org.pepstock.charba.client.defaults.scale
When creating a chart, you want to tell the viewer what data they are viewing.
ScaleLongestTextCacheItem - Class in org.pepstock.charba.client.items
Legend internal object to get data about ticks and their length in pixels.
Scales - Class in org.pepstock.charba.client.defaults.scale
The configuration element which contains all axes definitions.
It maps the CHART.JS object of default, chart.defaults.[chart_type].scales.
Scales(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.scale.Scales
Builds the object with parent item and child.
Scales - Class in org.pepstock.charba.client.options
The configuration element which contains all axes definitions.
Scales(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.Scales
Builds the object storing the chart instance.
Scales.InternalJavaScriptObject - Class in org.pepstock.charba.client.defaults.scale
Is a generic java script object which enables the protected methods.
ScalesNode - Class in org.pepstock.charba.client.items
Wrapper of scales node of CHART.JS.
ScatterChart - Class in org.pepstock.charba.client
SCATTER chart implementation.
ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
Builds the object.
ScatterDataset - Class in org.pepstock.charba.client.data
The scatter chart allows a number of properties to be specified for each dataset.
ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Builds the object setting fixed properties
ScatterOptions - Class in org.pepstock.charba.client.options
Specific options for SCATTER chart.
ScatterOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.ScatterOptions
Builds the object storing the chart instance.
set(int, Double) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, Integer) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, String) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Replaces the element at the specified position in this list with the specified element.
set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
Replaces the last element returned by next() or previous() with the specified element .
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.defaults.global.Animation
If true, the chart will animate in with a rotation animation.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
If true, the chart will animate in with a rotation animation.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.defaults.global.Animation
If true, will animate scaling the chart from the center outwards.
setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
If true, will animate scaling the chart from the center outwards.
setAnimationDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Hover
Sets the duration in milliseconds it takes to animate hover style changes.
setAnimationDuration(int) - Method in class org.pepstock.charba.client.options.Hover
Sets the duration in milliseconds it takes to animate hover style changes.
setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
Specify should chart be animated or not Default value is true.
setAttribute(String, double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets a custom field to data point.
setAutoSkip(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.defaults.global.Hover
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Hover
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
setAxis(Axis) - Method in class org.pepstock.charba.client.options.SingleScaleOptions
Sets the single axis of chart.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the color of label backdrops.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the color of label backdrops.
setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the horizontal padding of label backdrop.
setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the horizontal padding of label backdrop.
setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the vertical padding of label backdrop.
setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the vertical padding of label backdrop.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Sets background color as string
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Sets background color
setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.GaugeDataset
 
setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.GaugeDataset
 
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Arc
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.defaults.global.Arc
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
Sets the background color.
setBarPercentage(double) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Sets the percent (0-1) of the available width each bar should be within the category width.
setBarPercentage(double) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Sets the percent (0-1) of the available width each bar should be within the category width.
setBarThickness(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Sets the width of each bar in pixels.
setBarThickness(int) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Sets the width of each bar in pixels.
setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, scale will include 0 if it is not already included.
setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
If true, scale will include 0 if it is not already included.
setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
If true, scale will include 0 if it is not already included.
setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body alignment.
setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body alignment.
setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body font color.
setBodyFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body font color.
setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font color.
setBodyFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font color.
setBodyFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body line font.
setBodyFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body line font.
setBodyFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body font size.
setBodyFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font size.
setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the body font style.
setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the body font style.
setBodySpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the spacing to add to top and bottom of each tooltip item.
setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each tooltip item.
setBoolean(String, boolean) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Sets an element (boolean) in this object by key.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets how the end points of every line are drawn.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.elements.Line
Sets how the end points of every line are drawn.
setBorderColor(String) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Sets border color as string
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
Sets border color
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Arc
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.defaults.global.Arc
Sets the border color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the color of the border.
setBorderColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the color of the border.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color of the border.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color of the border.
setBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets 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.
setBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets 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.
setBorderDash(int...) - Method in class org.pepstock.charba.client.options.elements.Line
Sets 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.
setBorderDash(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets 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.
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.elements.Line
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the line dash pattern offset or "phase".
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.elements.Line
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setBorderSkipped(Position) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edge to skip drawing the border for.
setBorderSkipped(Position) - Method in class org.pepstock.charba.client.defaults.global.Rectangle
Sets the edge to skip drawing the border for.
setBorderSkipped(Position) - Method in class org.pepstock.charba.client.options.elements.Rectangle
Sets the edge to skip drawing the border for.
setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.MeterDataset
 
setBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Arc
Sets the border width.
setBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the size of the border.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the size of the border.
setBottom(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the bottom location in pixel
setBottom(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
Sets the bottom margin in pixel
setBottom(int) - Method in class org.pepstock.charba.client.options.layout.Padding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.options.scales.Padding
Sets the padding bottom in pixel.
setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
setBoxWidth(int) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Sets the width of coloured box.
setBoxWidth(int) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the width of coloured box.
setBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setCallback(TickCallback) - Method in class org.pepstock.charba.client.options.scales.BaseTick
 
setCallback(RadialPointLabelCallback) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
 
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets true to keep Bezier control inside the chart, false for no restriction.
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.elements.Line
Sets true to keep Bezier control inside the chart, false for no restriction.
setCaretPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
setCaretSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the size, in px, of the tooltip arrow.
setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the size, in px, of the tooltip arrow.
setCategoryPercentage(double) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Sets the percent (0-1) of the available width each category should be within the sample width.
setCategoryPercentage(double) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Sets the percent (0-1) of the available width each category should be within the sample width.
setCircumference(double) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the sweep to allow arcs to cover.
setColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Sets the color of angled lines.
setColor(IsColor...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
The color of the grid lines.
setColor(String...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
The color of the grid lines.
setColor(IsColor) - Method in class org.pepstock.charba.client.enums.Threshold
 
setColor(IsColor...) - Method in class org.pepstock.charba.client.options.scales.GridLines
The color of the grid lines.
setColor(String...) - Method in class org.pepstock.charba.client.options.scales.GridLines
The color of the grid lines.
setColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Sets the color of angled lines.
setCornerRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the radius of tooltip corner curves.
setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the radius of tooltip corner curves.
setCubicInterpolationMode(String) - Method in class org.pepstock.charba.client.data.LineDataset
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCustomCallback(TooltipCustomCallback) - Method in class org.pepstock.charba.client.options.Tooltips
 
setCutoutPercentage(double) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the percentage of the chart that is cut out of the middle.
setCutoutPercentage(double) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setData(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.BubbleDataset
 
setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a dataset for a chart is specified as an array of numbers.
setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
Sets the data property of a dataset for a chart is specified as an array of numbers.
setData(double...) - Method in class org.pepstock.charba.client.data.MeterDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.MeterDataset
 
setData(double...) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the data property of a dataset for a chart is specified as an array of data points.
setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the dataset index of the chart
setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
Sets a set of datasets for chart
setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the data property of a dataset for a chart is specified as an array of strings.
setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the data property of a dataset for a chart is specified as an array of strings.
setDefaultColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setDefaultColor(String) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
setDefaultFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
setDefaultFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
setDefaultFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-family options.
setDefaultFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the font size to use in the chart, on all objects, if not override by the specific configuration.
setDefaultFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
 
setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.defaults.global.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.BaseOptions
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
setDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
Sets if the legend is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.global.Title
Sets if the title is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If false, do not display grid lines for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.PointLabels
If true, labels are shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
If true, shows the axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
If true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scales
Sets if the scales are shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, show tick marks.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Legend
Sets if the legend is shown.
setDisplay(MeterDisplay) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.Axis
If set to false the axis is hidden from view.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
f true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
If false, do not display grid lines for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
If true, labels are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Title
Sets if the title is shown.
setDisplayColors(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
If true, color boxes are shown in the tooltip.
setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
If true, color boxes are shown in the tooltip.
setDisplayFontColor(IsColor) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.scales.DisplayFormats
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
setDistribution(ScaleDistribution) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
Sets property controls the data distribution along the scale.
setDouble(String, double) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Sets an element (double) in this object by key.
setDoubleArray(String, JsDoubleArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Stores an array list (doubles) into the JavaScript object.
setDoubleArray(Key, JsDoubleArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (double array list) into embedded JavaScript object at specific property.
setDrawBorder(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw border at the edge between the axis and the chart area.
setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw border at the edge between the axis and the chart area.
setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
 
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw lines on the chart area inside the axis lines.
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw lines on the chart area inside the axis lines.
setDrawTicks(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
setDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Animation
Sets the number of milliseconds an animation takes.
setDuration(int) - Method in class org.pepstock.charba.client.options.Animation
Sets the number of milliseconds an animation takes.
setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets the time for the animation of the redraw in milliseconds.
setEasing(Easing) - Method in class org.pepstock.charba.client.defaults.global.Animation
Sets the animation easing.
setEasing(Easing) - Method in class org.pepstock.charba.client.options.Animation
Sets the animation easing.
setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
Sets the animation easing function.
setEnabled(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets if tooltips are enabled.
setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
Sets if a global plugin must be enabled or not.
setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
Sets if tooltips are enabled.
setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the end value of the axis
setEnumValueArray(Key, JsEnumValueArrayList<T>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (EnumValue array list) into embedded JavaScript object at specific property.
setEvents(Event...) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the browser events that the chart should listen to for tooltips and hovering.
setEvents(Event...) - Method in class org.pepstock.charba.client.options.BaseOptions
Sets the browser events that the chart should listen to for tooltips and hovering.
setFill(Fill) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets how to fill the area under the line.
setFill(Fill) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets how to fill the area under the line.
setFill(Fill) - Method in class org.pepstock.charba.client.options.elements.Line
Sets how to fill the area under the line.
setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the fill style of the legend box
setFilterHandler(TooltipFilterHandler) - Method in class org.pepstock.charba.client.options.Tooltips
 
setFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.FontItem
Sets the font color
setFontColor(String) - Method in class org.pepstock.charba.client.defaults.FontItem
Sets the font color
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the font color for label
setFontColor(String) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the font color for label
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Sets the font color for tick
setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Sets the font color for tick
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the font color for scale title
setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the font color for scale title
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Sets the font color for tick labels.
setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Sets the font color for tick labels.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Title
Sets the font color for title
setFontColor(String) - Method in class org.pepstock.charba.client.options.Title
Sets the font color for title
setFontFamily(String) - Method in class org.pepstock.charba.client.defaults.FontItem
Sets the font family, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the font family for the label, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Sets the font family for the tick, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the font family for the scale title, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Sets the font family for the tick labels, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.options.Title
Sets the font family for title, follows CSS font-family options.
setFontSize(int) - Method in class org.pepstock.charba.client.defaults.FontItem
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the font size for label.
setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Sets the font size for tick.
setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the font size for scale title.
setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Sets the font size for the tick labels.
setFontSize(int) - Method in class org.pepstock.charba.client.options.Title
Sets the font size for title.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.FontItem
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the font style for the label, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.BaseTick
Sets the font style for the tick, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the font style for the scale title, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
Sets the font style for the tick labels, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Title
Sets the font style for title, follows CSS font-style options (i.e.
setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer alignment.
setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer alignment.
setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer font color.
setFooterFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer font color.
setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font color.
setFooterFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font color.
setFooterFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer font.
setFooterFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font.
setFooterFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer font size.
setFooterFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font size.
setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the footer font style.
setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the footer font style.
setFooterMarginTop(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the margin to add before drawing the footer.
setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the margin to add before drawing the footer.
setFooterSpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the spacing to add to top and bottom of each footer line.
setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each footer line.
setFormat(String) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setFullWidth(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
Marks that this box should take the full width of the canvas (pushing down other boxes).
setFullWidth(boolean) - Method in class org.pepstock.charba.client.defaults.global.Title
Marks that this box should take the full width of the canvas (pushing down other boxes).
setFullWidth(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the full width of axis in pixel
setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Legend
Marks that this box should take the full width of the canvas (pushing down other boxes).
setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Title
Marks that this box should take the full width of the canvas (pushing down other boxes).
setHeight(String) - Method in class org.pepstock.charba.client.AbstractChart
 
setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the height of axis in pixel.
setHeight(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
Sets the minimum height of axis in pixel.
setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
Sets if the dataset will appear or not.
setHidden(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
Sets if the axis must be hidden.
setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetItem
Sets if the dataset must be hidden.
setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetMetaItem
Sets if the dataset must be hidden.
setHidden(boolean) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets true if this item represents a hidden dataset.
setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHitRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHitRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.MeterDataset
 
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Point
Sets the border width of point when hovered.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.elements.Point
Sets the border width of point when hovered.
setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point when hovered.
setHoverRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
Sets the radius of the point when hovered.
setHoverRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
Sets the radius of the point when hovered.
setHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in interface org.pepstock.charba.client.Controller
Add hover styling to the given element.
setHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
setId(String) - Method in class org.pepstock.charba.client.defaults.scale.Scale
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the dataset index of the chart (for POLAR and PIE charts)
setInt(String, int) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Sets an element (int) in this object by key.
setIntegerArray(String, JsIntegerArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Stores an array list (integers) into the JavaScript object.
setIntegerArray(Key, JsIntegerArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (int array list) into embedded JavaScript object at specific property.
setIntersect(boolean) - Method in class org.pepstock.charba.client.defaults.global.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setIntersect(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
setIntersect(boolean) - Method in class org.pepstock.charba.client.options.Hover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
setIntersect(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
setIsoWeekday(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
If true and the unit is set to 'week', then the first day of the week will be Monday.
setItemSortHandler(TooltipItemSortHandler) - Method in class org.pepstock.charba.client.options.Tooltips
 
setJavaScriptObject(String, JavaScriptObject) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Sets an element (javaScript object instance) in this object by key.
setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
Sets the label for the dataset which appears in the legend and tooltips.
setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
setLabelOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the distance in pixels to offset the label from the centre point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the label rotation value
setLabels(String...) - Method in class org.pepstock.charba.client.data.Data
Sets the labels of the data
setLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
Sets the labels of the data
setLabels(String...) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Sets an array of labels to display.
setLabels(List<String>) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Sets an array of labels to display.
setLabelsCallBack(LegendLabelsCallback) - Method in class org.pepstock.charba.client.options.LegendLabels
 
setLabelString(String) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
Sets the text for the scale string.
setLabelString(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the text for the title.
setLazy(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, the animation can be interrupted by other animations.
setLeft(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the left location in pixel
setLeft(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
Sets the left margin in pixel
setLeft(int) - Method in class org.pepstock.charba.client.options.layout.Padding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.options.scales.Padding
Sets the padding left in pixel.
setLegendCallBack(LegendCallback) - Method in class org.pepstock.charba.client.options.BaseOptions
 
setLegendCallBack(LegendCallback) - Method in class org.pepstock.charba.client.options.MeterOptions
 
setLegendFilterHandler(LegendFilterHandler) - Method in class org.pepstock.charba.client.options.LegendLabels
 
setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets how the end points of every box border are drawn.
setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
setLineDashOffset(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the box border dash pattern offset or "phase".
setLineHeight(double) - Method in class org.pepstock.charba.client.defaults.global.Title
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.options.Title
Sets the height of an individual line of text.
setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setLineWidth(int) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
Sets the width of angled lines.
setLineWidth(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the stroke widths of grid lines.
setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the width of box border in pixels.
setLineWidth(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the stroke widths of grid lines.
setLineWidth(int) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
Sets the width of angled lines.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMax(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(String) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Sets the maximum item to display.
setMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(Date) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, this will override the data maximum.
setMaxAsNumber(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMaxBarThickness(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
setMaxBarThickness(int) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the max height of the axis in pixel
setMaxRotation(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the maximum rotation for tick labels when rotating to condense labels.
setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the maximum number of ticks and gridlines to show.
setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the maximum number of ticks and gridlines to show.
setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the maximum number of ticks and gridlines to show.
setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the max width of axis in pixel.
setMin(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(String) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
Sets the minimum item to display.
setMin(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(int) - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(Date) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, this will override the data minimum.
setMinAsNumber(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMinRotation(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the minimum rotation for tick labels.
setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
The minimum display format to be used for a time unit.
setMirror(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.defaults.global.Hover
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.Hover
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.Tooltips
Sets which elements appear in the tooltip.
setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
setObjectArray(String, JsObjectArrayList<T>) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Stores an array list (generic JavaScript objects) into the JavaScript object.
setObjectArray(Key, JsObjectArrayList<T>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (JavaScript array list) into embedded JavaScript object at specific property.
setOffset(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
If true, grid lines will be shifted to be between labels.
setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
If true, grid lines will be shifted to be between labels.
setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.options.scales.StackedScales
 
setOptions(String, JavaScriptObject) - Method in class org.pepstock.charba.client.options.Plugins
Sets the plugin options.
setPadding(int) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Title
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the padding between the tick label and the axis.
setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.options.Title
Sets the padding to apply around title.
setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding bottom in pixel
setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding left in pixel
setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding right in pixel
setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the padding top in pixel
setParser(String) - Method in class org.pepstock.charba.client.options.scales.Time
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.data.GaugeDataset
 
setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the style of the point.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.defaults.global.Point
Sets the style of the point.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style of the legend box (only used if usePointStyle is true)
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.elements.Point
Sets the style of the point.
setPosition(Position) - Method in class org.pepstock.charba.client.defaults.global.Legend
Sets the position of the legend.
setPosition(Position) - Method in class org.pepstock.charba.client.defaults.global.Title
Sets the position of title.
setPosition(TooltipPosition) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the mode for positioning the tooltip.
setPosition(Position) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Position of the axis in the chart.
setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the position of axis
setPosition(Position) - Method in class org.pepstock.charba.client.options.Legend
Sets the position of the legend.
setPosition(Position) - Method in class org.pepstock.charba.client.options.Title
Sets the position of title.
setPosition(TooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the mode for positioning the tooltip.
setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas.
setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point shape.
setRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
Sets the radius of the point shape.
setRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
Sets the radius of the point shape.
setResponsive(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the resizing of the chart canvas when its container does.
setResponsive(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
Sets the resizing of the chart canvas when its container does.
setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the duration in milliseconds it takes to animate to new size after a resize event.
setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.options.BaseOptions
Sets the duration in milliseconds it takes to animate to new size after a resize event.
setReverse(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
Sets the legend will show datasets in reverse order.
setReverse(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the reverses order of tick labels.
setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
Sets the legend will show datasets in reverse order.
setRight(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the right location in pixel
setRight(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
Sets the right margin in pixel
setRight(int) - Method in class org.pepstock.charba.client.options.layout.Padding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.options.scales.Padding
Sets the padding right in pixel.
setRotation(double) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the starting angle to draw arcs from.
setRound(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, dates will be rounded to the start of this unit.
setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, dates will be rounded to the start of this unit.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
If true, draw a background behind the tick labels.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
If true, draw a background behind the tick labels.
setShowLines(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
Sets if the line is not drawn for this dataset.
setShowLines(boolean) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setShowLines(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
If false, the lines between points are not drawn.
setSource(TickSource) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeTick
Sets the property controls the ticks generation.
setSpanGaps(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
Sets if lines will be drawn between points with no or null data.
setSpanGaps(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
If false, NaN data causes a break in the line.
setStacked(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Sets if the axis are stacked or not.
setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedAreaDataset
Sets the name of stack group.
setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedBarDataset
Sets the name of stack group.
setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the start value of the axis
setStartAngle(double) - Method in class org.pepstock.charba.client.defaults.global.Options
Sets the starting angle to draw arcs for the first item in a dataset.
setStartAngle(double) - Method in class org.pepstock.charba.client.options.PolarAreaOptions
Sets the starting angle to draw arcs for the first item in a dataset.
setStepped(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
Sets true to show the line as a stepped line (tension will be ignored).
setStepped(boolean) - Method in class org.pepstock.charba.client.options.elements.Line
Sets true to show the line as a stepped line (tension will be ignored).
setSteppedLine(SteppedLine) - Method in class org.pepstock.charba.client.data.LineDataset
Sets If the line is shown as a stepped line.
If the steppedLine value is set to anything other than false, lineTension will be ignored.
setStepSize(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the user defined fixed step size for the scale.
setStepSize(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the user defined fixed step size for the scale.
setStepSize(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the user defined fixed step size for the scale.
setStepSize(int) - Method in class org.pepstock.charba.client.options.scales.Time
The number of units between grid lines.
setString(String, String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Sets an element (string) in this object by key.
setStringArray(String, JsStringArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Stores an array list (strings) into the JavaScript object.
setStringArray(Key, JsStringArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (string array list) into embedded JavaScript object at specific property.
setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box
setSuggestedMax(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the adjustment used when calculating the maximum data value.
setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the adjustment used when calculating the maximum data value.
setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the adjustment used when calculating the maximum data value.
setSuggestedMin(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
Sets the adjustment used when calculating the minimum data value.
setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
Sets the adjustment used when calculating the minimum data value.
setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
Sets the adjustment used when calculating the minimum data value.
setT(Date) - Method in class org.pepstock.charba.client.data.DataPoint
Sets T value, is the date for time series.
setTension(double) - Method in class org.pepstock.charba.client.defaults.global.Line
Returns the Bezier curve tension (0 for no Bezier curves).
setTension(double) - Method in class org.pepstock.charba.client.options.elements.Line
Returns the Bezier curve tension (0 for no Bezier curves).
setText(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the label that will be displayed
setText(String...) - Method in class org.pepstock.charba.client.options.Title
Sets the title text to display.
setThresholds(Threshold...) - Method in class org.pepstock.charba.client.data.GaugeDataset
Sets all thresholds to use for this gauge.
setTickMarkLength(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the length in pixels that the grid lines will draw into the axis area.
setTickMarkLength(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the length in pixels that the grid lines will draw into the axis area.
setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
Sets an array of ticks
setTicksAsNumbers(double...) - Method in class org.pepstock.charba.client.items.AxisItem
Sets an array of ticks
setTicksAsNumbers(List<Double>) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the list of ticks
setTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title alignment.
setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title alignment.
setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
 
setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title font color.
setTitleFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title font color.
setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font color.
setTitleFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font color.
setTitleFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title font.
setTitleFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font.
setTitleFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title font size.
setTitleFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font size.
setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the title font style.
setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the title font style.
setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the margin to add on bottom of title section.
setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the margin to add on bottom of title section.
setTitleSpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the spacing to add to top and bottom of each title line.
setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the spacing to add to top and bottom of each title line.
setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.scales.Time
The moment js format string to use for the tooltip.
setTop(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the top location in pixel
setTop(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
Sets the top margin in pixel
setTop(int) - Method in class org.pepstock.charba.client.options.layout.Padding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.options.scales.Padding
Sets the padding top in pixel.
setType(Type) - Method in class org.pepstock.charba.client.data.Dataset
Sets the type of dataset based on type of chart.
setType(AxisType) - Method in class org.pepstock.charba.client.defaults.scale.Scale
Type of scale being employed.
setType(AxisType) - Method in class org.pepstock.charba.client.options.scales.Axis
Type of scale being employed.
setUnit(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, will force the unit to be a certain type.
setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
If defined, will force the unit to be a certain type.
setUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
 
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
setValue(Key, int) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (int) into embedded JavaScript object at specific property.
setValue(Key, double) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (double) into embedded JavaScript object at specific property.
setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (boolean) into embedded JavaScript object at specific property.
setValue(Key, String) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (string) into embedded JavaScript object at specific property.
setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (date) into embedded JavaScript object at specific property.
setValue(Key, JavaScriptObject) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (JavaScript Object) into embedded JavaScript object at specific property.
setValue(Key, T) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (EnumValue) into embedded JavaScript object at specific property.
setValue(Key, JavaScriptObjectContainer) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (JavaScript object container) into embedded JavaScript object at specific property.
setValue(Key, AbstractList<E>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Sets a value (JavaScript object container array list) into embedded JavaScript object at specific property.
setValue(double) - Method in class org.pepstock.charba.client.data.GaugeDataset
 
setValue(double) - Method in class org.pepstock.charba.client.data.MeterDataset
 
setValue(double) - Method in class org.pepstock.charba.client.enums.Threshold
 
setWeight(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
The weight used to sort the axis.
setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the weight of axis
setWeight(int) - Method in class org.pepstock.charba.client.options.scales.Axis
The weight used to sort the axis.
setWidth(String) - Method in class org.pepstock.charba.client.AbstractChart
 
setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the width of axis
setWidth(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
Returns the minimum width of axis in pixel.
setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets X value.
setXAxes(Axis...) - Method in class org.pepstock.charba.client.options.Scales
Sets an array of X axes.
setXAxes(Axis...) - Method in class org.pepstock.charba.client.options.scales.StackedScales
 
setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the x axis to plot this dataset on.
setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the x axis to plot this dataset on.
setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for X axes of the data
setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for X axes of the data
setXPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the padding to add on left and right of tooltip.
setXPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the padding to add on left and right of tooltip.
setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets Y value.
setYAxes(Axis...) - Method in class org.pepstock.charba.client.options.Scales
Sets an array of Y axes.
setYAxes(Axis...) - Method in class org.pepstock.charba.client.options.scales.StackedScales
 
setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the ID of the y axis to plot this dataset on.
setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the ID of the y axis to plot this dataset on.
setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for Y axes of the data
setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
Sets the labels for Y axes of the data
setYPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
Sets the padding to add on top and bottom of tooltip.
setYPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the padding to add on top and bottom of tooltip.
setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the length and spacing of dashes of the grid line for the first index (index 0).
setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the length and spacing of dashes of the grid line for the first index (index 0).
setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the offset for line dashes of the grid line for the first index (index 0).
setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the offset for line dashes of the grid line for the first index (index 0).
setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the stroke color of the grid line for the first index (index 0).
setZeroLineColor(String) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the stroke color of the grid line for the first index (index 0).
setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the stroke color of the grid line for the first index (index 0).
setZeroLineColor(String) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the stroke color of the grid line for the first index (index 0).
setZeroLineIndex(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the index of line 0 of axis
setZeroLineWidth(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
Sets the stroke width of the grid line for the first index (index 0).
setZeroLineWidth(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
Sets the stroke width of the grid line for the first index (index 0).
SingleScaleOptions - Class in org.pepstock.charba.client.options
Configuration of chart with only 1 scale.
SingleScaleOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.SingleScaleOptions
Builds the object storing the chart instance.
size() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the number of elements in this object.
size() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Returns the number of elements in this list.
size() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Returns the number of elements in this list.
SizeItem - Class in org.pepstock.charba.client.items
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs.
SizeItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
Wraps the CHART.JS java script object.
SizeItem.Property - Enum in org.pepstock.charba.client.items
Name of fields of JavaScript object.
StackedAreaChart - Class in org.pepstock.charba.client
STACKED AREA chart implementation.
StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
Builds the object.
StackedAreaDataset - Class in org.pepstock.charba.client.data
The stacked area chart allows a number of properties to be specified for each dataset.
StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
 
StackedBarChart - Class in org.pepstock.charba.client
STACKED BAR chart implementation.
StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
Builds the object.
StackedBarDataset - Class in org.pepstock.charba.client.data
The stacked bar area chart allows a number of properties to be specified for each dataset.
StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
 
StackedOptions - Class in org.pepstock.charba.client.options
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
StackedOptions(AbstractChart<?, ?>, boolean) - Constructor for class org.pepstock.charba.client.options.StackedOptions
Builds the object storing the chart instance and if only Y axis is scaled.
StackedOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.StackedOptions
Builds the object storing the chart instance.
StackedScales - Class in org.pepstock.charba.client.options.scales
Specific scales for stacked charts.
StackedScales(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.StackedScales
Builds the object storing the chart instance.
StandardKey - Class in org.pepstock.charba.client.commons
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String.
StandardKey(String) - Constructor for class org.pepstock.charba.client.commons.StandardKey
Builds the object with the key id as string
SteppedLine - Enum in org.pepstock.charba.client.enums
Property to set if the line is shown as a stepped line.
stop() - Method in class org.pepstock.charba.client.AbstractChart
Use this to stop any current animation loop.
STRING - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for STRING instances
StyleElement - Class in org.pepstock.charba.client.controllers
Element used by controller by removeHoverStyle and setHoverStyle methods.
StyleElement.InternalScaleItem - Class in org.pepstock.charba.client.controllers
Internal class to extend scale items.
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Not implemented
subList(int, int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Not implemented

T

TextAlign - Enum in org.pepstock.charba.client.enums
Property to set the text alignment
Threshold - Class in org.pepstock.charba.client.enums
Is the threshold to use for gauge chart.
Threshold(String) - Constructor for class org.pepstock.charba.client.enums.Threshold
Creates a threshold with standard color (Threshold.DEFAULT_VALUE_COLOR) and value (Double.MAX_VALUE).
Threshold(String, IsColor) - Constructor for class org.pepstock.charba.client.enums.Threshold
Creates a threshold with standard value (Double.MAX_VALUE).
Threshold(String, double) - Constructor for class org.pepstock.charba.client.enums.Threshold
Creates a threshold with standard color (Threshold.DEFAULT_VALUE_COLOR).
Threshold(String, double, IsColor) - Constructor for class org.pepstock.charba.client.enums.Threshold
Creates a threshold
TickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type.
TickItem - Class in org.pepstock.charba.client.items
This item contains the tick info item.
It has been created to change the tick marks.
TickItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.TickItem
Wraps the CHART.JS java script object.
Ticks - Class in org.pepstock.charba.client.defaults.scale
All configuration for ticks of a chart.
TickSource - Enum in org.pepstock.charba.client.enums
Controls the ticks generation on cartesian time axis.
Time - Class in org.pepstock.charba.client.options.scales
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
TimeUnit - Enum in org.pepstock.charba.client.enums
Controls the data distribution along the scale.
Title - Class in org.pepstock.charba.client.defaults.global
Configures the default chart title which defines text to draw at the top of the chart.
"weight"property is not present.
Title - Class in org.pepstock.charba.client.options
Configures the chart title which defines text to draw at the top of the chart.
TitleNode - Class in org.pepstock.charba.client.items
Wrapper of title node of CHART.JS.
toArray() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
Not implemented
toArray() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Not implemented
toArray(T[]) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
Not implemented
toBase64Image() - Method in class org.pepstock.charba.client.AbstractChart
his returns a base 64 encoded string of the chart in it's current state.
toContentString() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
Returns the string representation of the object content.
toHex() - Method in class org.pepstock.charba.client.colors.Color
Returns HEX string value which represents the color.
toHex() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
toHex() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
toHex() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HEX string value which represents the color.
toJSON() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns a JSON representation of this object.
toJSON() - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
Returns a JSON representation of this object.
toJSON() - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
Returns a JSON representation of this object.
toJSON() - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
Returns a JSON representation of this object.
toJSON() - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
Returns a JSON representation of this object.
toJSON() - Method in class org.pepstock.charba.client.data.Labels
 
toJSONString() - Method in class org.pepstock.charba.client.AbstractChart
Returns the chart configuration in JSON format.
TooltipBodyCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipBodyItem - Class in org.pepstock.charba.client.items
This object is passed by CHART.JS to the callback to manage tooltip body.
TooltipCustomCallback - Interface in org.pepstock.charba.client.callbacks
Custom tooltips allow you to hook into the tooltip rendering process so that you can render the tooltip in your own custom way.
Generally this is used to create an HTML tooltip instead of an on canvas one.
TooltipFilterHandler - Interface in org.pepstock.charba.client.callbacks
Allows filtering of tooltip items.
TooltipFooterCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipItem - Class in org.pepstock.charba.client.items
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses into the tooltips callbacks.
TooltipItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.TooltipItem
Wraps the CHART.JS java script object.
TooltipItemArray - Class in org.pepstock.charba.client.items
This object is just a proxy object, created from JavaScript side, to wrap an JavaScript array.
Created and passed by CHART.JS.
This object is NOT used or passed to any callbacks or event handling
TooltipItemArray(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.TooltipItemArray
Wraps the CHART.JS java script object.
TooltipItemSortHandler - Interface in org.pepstock.charba.client.callbacks
Allows sorting of tooltip items.
TooltipLabelCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
TooltipLabelColor - Class in org.pepstock.charba.client.callbacks
Item which contains the colors to apply to tooltip labels.
TooltipLabelColor() - Constructor for class org.pepstock.charba.client.callbacks.TooltipLabelColor
Needed for GWt injection.
TooltipLabelColor - Class in org.pepstock.charba.client.items
This object contains the color info when a label into tooltip.
It must be used into label tooltip callback.
TooltipModel - Class in org.pepstock.charba.client.items
This object is passed by CHART.JS to the callback to manage tooltip custom callback.
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
TooltipModel(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.TooltipModel
Wraps the CHART.JS java script object.
TooltipNode - Class in org.pepstock.charba.client.items
Wrapper of tooltip node of CHART.JS.
TooltipPosition - Enum in org.pepstock.charba.client.enums
These are the different modes for positioning the tooltip
Tooltips - Class in org.pepstock.charba.client.defaults.global
Configuration element to set all attributes and features of the default tooltip.
Tooltips - Class in org.pepstock.charba.client.options
Configuration element to set all attributes and features of the tooltip.
TooltipsCallbacks - Class in org.pepstock.charba.client.options
Contains all callbacks defined for a toolitp.
TooltipTitleCallback - Interface in org.pepstock.charba.client.callbacks
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings.
toRGB() - Method in class org.pepstock.charba.client.colors.Color
Returns RGB string value which represents the color.
toRGB() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
toRGB() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
toRGB() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns RGB string value which represents the color.
toRGBA() - Method in class org.pepstock.charba.client.colors.Color
Returns RGBA string value which represents the color.
toRGBA() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
toRGBA() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
toRGBA() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns RGBA string value which represents the color.
toString() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
String representation of this object
toString() - Method in class org.pepstock.charba.client.colors.Color
 
toString() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
 
toString() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
 
toString() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
 
toString() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
type(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
Returns the java script type of the property.
TYPE - Static variable in class org.pepstock.charba.client.events.AddHandlerEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.AnimationCompleteEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.AnimationProgressEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartHoverEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.ChartResizeEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.LegendClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.LegendHoverEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.RemoveHandlerEvent
Event type
Type - Interface in org.pepstock.charba.client
Interface to set the type of a chart.
typeOf(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
Returns the type of element in this object.
TypeResult Undefined"undefined" Null"object" Boolean"boolean" Number"number" String"string" Function"function" Any other object"object"
For further information, refer to this JavaScript documentation: https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof

U

UndefinedValues - Class in org.pepstock.charba.client.items
Class with default values when the java script object returns an UNDEFINED value.
unregister(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Unregisters a global plugin.
update() - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
update(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
update(Context, AbstractChart<?, ?>, boolean) - Method in interface org.pepstock.charba.client.Controller
Update the elements in response to new data.
update(Context, AbstractChart<?, ?>, boolean) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
UpdateConfiguration - Class in org.pepstock.charba.client
Object can be provided with additional configuration for the update/render process.
This is useful when update is manually called inside an event handler and some different animation is desired.
UpdateConfiguration() - Constructor for class org.pepstock.charba.client.UpdateConfiguration
 

V

valueOf(String) - Static method in enum org.pepstock.charba.client.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.HtmlColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.JavaScriptFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Labels.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CartesianAxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Easing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.GaugeThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.JoinStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.MeterDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PointStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleBounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleDistribution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.SteppedLine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TickSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pepstock.charba.client.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.colors.HtmlColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.commons.JavaScriptFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.data.Labels.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.CapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.CartesianAxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Easing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Fill
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.GaugeThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.InteractionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.JoinStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.MeterDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.PointStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ScaleBounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.ScaleDistribution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.SteppedLine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TickSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V