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

A

AbsoluteDatasetIndexFill - Class in org.pepstock.charba.client.enums
Fill object to configure chart to use an absolute dataset index.
Absolute dataset index, as integer, is composed by integer value which must be greater than 0.
Here are same examples: (1,2,3,...).
AbstractChart<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 simple panel and canvas which are used by CHART.JS.
It sets also some default behaviors (width in percentage) for resizing
AbstractChartsLifecycleListener - Class in org.pepstock.charba.client
Default implementation of charts life cycle listener to help who wants to implement only some methods and not the complete interface.
If the implementation doesn't override the methods, the method doesn't do anything.
AbstractChartsLifecycleListener() - Constructor for class org.pepstock.charba.client.AbstractChartsLifecycleListener
 
AbstractController - Class in org.pepstock.charba.client.controllers
Abstract implementation of a controller.
AbstractController() - Constructor for class org.pepstock.charba.client.controllers.AbstractController
 
AbstractDefaultOptions - Class in org.pepstock.charba.client.defaults.globals
Abstract CHART.JS default values for OPTIONS element with all inner elements.
AbstractDefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
Creates the object using the defaults inner elements of chart options.
AbstractDefaultOptions(IsDefaultAnimation, IsDefaultHover, IsDefaultElements, IsDefaultLayout, IsDefaultTitle, IsDefaultLegend, IsDefaultTooltips) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
Creates the object using the arguments as default inner elements of chart options.
AbstractElement<D extends IsDefaultOptionsElement> - Class in org.pepstock.charba.client.options
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.
AbstractEvent<H extends 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.
AbstractEvent(NativeEvent) - Constructor for class org.pepstock.charba.client.events.AbstractEvent
Creates an event using a native event
AbstractEventHandler - Class in org.pepstock.charba.client.datalabels.events
Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation.
AbstractEventHandler() - Constructor for class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
AbstractPieOptions - Class in org.pepstock.charba.client.configuration
Abstract options for PIE chart.
AbstractPieOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractPieOptions
Builds the object storing the chart instance and defaults.
AbstractPlugin - Class in org.pepstock.charba.client.plugins
Implements a plugin 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
 
AbstractPluginCachedOptions - Class in org.pepstock.charba.client.plugins
Abstract plugin options where to set all the configuration needed to the plugin.
AbstractPluginCachedOptions(String, AbstractPluginCachedOptionsFactory<?>, boolean) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
Creates new plugin options with its factory, plugin ID and a flag to know if it must register the options to the cache or if it will be postponed.
The deferred registration is needed to implement options builder in order do not register options not used.
AbstractPluginCachedOptionsFactory<T extends AbstractPluginCachedOptions> - Class in org.pepstock.charba.client.plugins
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
AbstractPluginCachedOptionsFactory(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
Adds itself as charts life cycle listener to manage the cache of plugin options, in order to clean the instances when the charts will be destroy.
AbstractPluginOptions - Class in org.pepstock.charba.client.plugins
Abstract plugin options where to set all the configuration needed to the plugin.
AbstractPluginOptions(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
Creates new plugin options with plugin ID.
AbstractPluginOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
 
AbstractPluginOptionsFactory<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
AbstractPluginOptionsFactory(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Creates the object with plugin ID.
AbstractTick<P extends org.pepstock.charba.client.options.AbstractModel<?,?>,D extends IsDefaultBaseTick> - Class in org.pepstock.charba.client.options
Configures the ticks of an axis.
Common base class for ticks.
AbstractTooltipBodyCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip body callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipBodyCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
AbstractTooltipFooterCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip footer callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipFooterCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
AbstractTooltipLabelCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip label callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipLabelCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
AbstractTooltipPositioner - Class in org.pepstock.charba.client.positioner
Abstract class which implements a positioner.
AbstractTooltipPositioner(String) - Constructor for class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
Creates the positioner passing the name of tooltip position as argument.
If the name is one of out of the box ones, see TooltipPosition, an exception is launched.
AbstractTooltipTitleCallback - Class in org.pepstock.charba.client.callbacks
Abstract implementation of tooltip title callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
AbstractTooltipTitleCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
add(Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Appends the specified element to the end of this list
add(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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.ArrayEnumList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
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(ImageElement) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Appends the specified element to the end of this list
add(int, ImageElement) - Method in class org.pepstock.charba.client.commons.ArrayImageList
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.ArrayIntegerList
Appends the specified element to the end of this list
add(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
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.ArrayObjectContainerList
Appends the specified element to the end of this list
add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
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(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Appends the specified element to the end of this list
add(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
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.ArrayStringList
Appends the specified element to the end of this list
add(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
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 the chart must be drawn again.
addAll(double...) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Loads an array of elements into the list
addAll(Collection<? extends Double>) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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(E[]) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Loads an array of elements into the list
addAll(ImageElement...) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Loads an array of elements into the list
addAll(Collection<? extends ImageElement>) - Method in class org.pepstock.charba.client.commons.ArrayImageList
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...) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Loads an array of elements into the list
addAll(Collection<? extends Integer>) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
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(E[]) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Loads an array of elements into the list
addAll(NativeObject...) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Loads an array of elements into the list
addAll(Collection<? extends NativeObject>) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
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(String...) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Loads an array of elements into the list
addAll(Collection<? extends String>) - Method in class org.pepstock.charba.client.commons.ArrayStringList
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
addColorsStartStop(IsColor, IsColor) - Method in class org.pepstock.charba.client.colors.Gradient
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
addColorsStartStop(String, String) - Method in class org.pepstock.charba.client.colors.Gradient
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.colors.Gradient
Adds a stopping color with its offset
addColorStop(double, String) - Method in class org.pepstock.charba.client.colors.Gradient
Adds a stopping color with its offset
addColorStop(GradientColor) - Method in class org.pepstock.charba.client.colors.Gradient
Adds a stopping color with its offset
addDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Adds a dataset selection handler instance to be invoke at click event.
addElementAndReset(ControllerContext, IsChart, 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(ControllerContext, IsChart, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
addElements(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
Create elements for each piece of data in the dataset.
addElements(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
addHandler(H, GwtEvent.Type<H>) - Method in interface org.pepstock.charba.client.IsChart
Adds this handler to the widget.
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.
addLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
Adds new charts life cycle listener instance into collection.
alert(String) - Static method in class org.pepstock.charba.client.utils.Window
Displays an alert box with a specified message and an OK button.
Align - Enum in org.pepstock.charba.client.datalabels.enums
The align option defines the position of the label relative to the anchor point position and orientation.
Align - Enum in org.pepstock.charba.client.impl.plugins.enums
Property to set the clear selection element alignment.
AlignCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set align property at runtime, using the chart instance and the plugin context.
alpha(double) - Method in class org.pepstock.charba.client.colors.Color
 
alpha(double) - Method in interface org.pepstock.charba.client.colors.IsColor
Clones the color applying the alpha value.
Anchor - Enum in org.pepstock.charba.client.datalabels.enums
An anchor point is defined by an orientation vector and a position on the data element.
AnchorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set anchor property at runtime, using the chart instance and the plugin context.
AngleLines - Class in org.pepstock.charba.client.options
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.configuration
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 a wrapper of the CHART.JS item with all needed info.
AnimationObject - Class in org.pepstock.charba.client.items
This is native java script object, passed by CHART.JS during the animation events, which contains the animation item.
This is the CHART.JS item with all needed info.
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.
AnnotationBuilder - Class in org.pepstock.charba.client.utils
Utility to have an image to apply to canvas of chart in order to add HTML custom information on chart.
The utility is leveraging on svg+mxl and foreignObject elements.
The HTML content MUST be XML well-formed, following the xHTML specification, when passed as string.
This is the SVG XML tree, used:

applyFillProperties(Context2d, String) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for fill designing.
applyGradient(Key, List<CanvasGradient>) - Method in class org.pepstock.charba.client.data.Dataset
Stores the canvas gradients into dataset object by property name passed as key.
applyGradient(Key, List<CanvasGradient>) - Method in class org.pepstock.charba.client.data.HovingDataset
 
applyGradient(Key, List<CanvasGradient>) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
 
applyGradient(Key, List<CanvasGradient>) - Method in class org.pepstock.charba.client.data.LiningDataset
 
applyGradient(Key, List<CanvasGradient>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
 
applyPattern(Key, List<CanvasPattern>) - Method in class org.pepstock.charba.client.data.Dataset
Stores the canvas patterns into dataset object by property name passed as key.
applyPattern(Key, List<CanvasPattern>) - Method in class org.pepstock.charba.client.data.HovingDataset
 
applyPattern(Key, List<CanvasPattern>) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
 
applyPattern(Key, List<CanvasPattern>) - Method in class org.pepstock.charba.client.data.LiningDataset
 
applyPattern(Key, List<CanvasPattern>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
 
applyStrokeProperties(Context2d, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for stroke designing.
applyStrokeProperties(Context2d, String, int, Context2d.LineCap, Context2d.LineJoin) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Applies the common configuration to context for stroke designing.
Arc - Class in org.pepstock.charba.client.configuration
Arcs are used in the polar area, doughnut and pie charts.
Arc - Class in org.pepstock.charba.client.options
Arcs are used in the polar area, doughnut and pie charts.
Area - Class in org.pepstock.charba.client.colors
Contains the coordinates of an area.
Used inside the canvas object factory.
Area() - Constructor for class org.pepstock.charba.client.colors.Area
 
Array - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
Array() - Constructor for class org.pepstock.charba.client.commons.Array
 
ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script array with name "Array".
ArrayDouble - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values.
ArrayDoubleList - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayDoubleList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleList
Creates an empty list
ArrayEnumList<E extends Key> - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayEnumList(Class<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
Creates an empty list by a class which is a enum
ArrayGradient - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradient) values.
ArrayImage - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values.
ArrayImageList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayImageList() - Constructor for class org.pepstock.charba.client.commons.ArrayImageList
Creates an empty list
ArrayInteger - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values.
ArrayIntegerList - Class in org.pepstock.charba.client.commons
The user of this interface has precise control over where in the list each element is inserted.
ArrayIntegerList() - Constructor for class org.pepstock.charba.client.commons.ArrayIntegerList
Creates an empty list
ArrayListHelper - Class in org.pepstock.charba.client.commons
Utility to create array list objects from java script arrays.
ArrayMixedObject - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous array of mixed type of object (extension of java script objects) values.
ArrayMixedObject() - Constructor for class org.pepstock.charba.client.commons.ArrayMixedObject
 
ArrayObject - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values.
ArrayObjectContainerList<E extends NativeObjectContainer> - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayObjectContainerList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectContainerList
Creates an empty list
ArrayObjectList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayObjectList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectList
Creates an empty list
ArrayPattern - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPattern) values.
ArrayPlugin - Class in org.pepstock.charba.client.plugins
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of native plugin values.
ArrayString - Class in org.pepstock.charba.client.commons
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values.
ArrayStringList - Class in org.pepstock.charba.client.commons
An ordered collection (also known as a sequence).
ArrayStringList() - Constructor for class org.pepstock.charba.client.commons.ArrayStringList
Creates an empty list
asPattern() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns a CHARBA pattern, using the shape, background color, shape color and size.
asTile() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns a canvas pattern, using the shape, background color, shape color and size.
AtLeastOneDatasetHandler - Class in org.pepstock.charba.client.impl.callbacks
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.impl.callbacks.AtLeastOneDatasetHandler
 
atob(String) - Static method in class org.pepstock.charba.client.utils.Window
Decode a base-64 encoded string
Axis - Class in org.pepstock.charba.client.configuration
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.
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.
AxisClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the axis of the chart.
AxisClickEvent(NativeEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisClickEvent
Creates the event with axis related to the click
AxisClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart axis.
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 a wrapper of the CHART.JS item with all needed info about an axis.
Implements all set methods to change java script object properties.
AxisItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.AxisItem
Creates the item using a native java script object which contains all properties.
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.
Implements all set methods to change java script object properties.
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.
Implements all set methods to change java script object properties.
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

BackgroundColorCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set backgroundColor, hoverBackgroundColor, pointBackgroundColor or pointHoverBackgroundColor property at runtime, using the chart instance and the context.
BarBorderWidth - Class in org.pepstock.charba.client.data
Defines the border width for BAR dataset (left, top, right, bottom).
BarBorderWidth() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
Creates the object with an empty native object instance.
BarChart - Class in org.pepstock.charba.client
BAR chart implementation.
A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
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
Creates a dataset.
It uses the global options has default.
BarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BarDataset
Creates the dataset using a default.
BarOptions - Class in org.pepstock.charba.client.configuration
Specific options for BAR chart.
BarOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.BarOptions
Builds the object storing the chart instance and default values.
BaseAxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale before ticks building.
This is the base class for axis build ticks callbacks.
BaseBoxItem - Class in org.pepstock.charba.client.items
Base object which maps the CHART.JS chart items which represents a box.
This is a wrapper of the CHART.JS item with all needed info.
Implements all get methods to change java script object properties.
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.
This is a wrapper of the CHART.JS item with all needed info.
Implements all get methods to change java script object properties.
BaseTickMajor - Class in org.pepstock.charba.client.configuration
It defines options for the major tick marks that are generated by the axis.
BaseTickMinor - Class in org.pepstock.charba.client.configuration
It defines options for the minor tick marks that are generated by the axis.
BOOLEAN - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for BOOLEAN instances, Boolean.FALSE.
BorderAlign - Enum in org.pepstock.charba.client.enums
Property to set the border alignment on chart datasets.
BorderAlignCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderAlign property at runtime, using the chart instance and the context.
BorderAligner - Class in org.pepstock.charba.client.data
Utility to manage the border alignment on chart datasets.
BorderCapStyleCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderCapStyle property at runtime, using the chart instance and the context.
BorderColorCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderColor, hoverBorderColor, pointBorderColoror pointHoverBorderColor property at runtime, using the chart instance and the context.
BorderDashCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderDash property at runtime, using the chart instance and the context.
BorderDashOffsetCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderDashOffset property at runtime, using the chart instance and the context.
BorderJoinStyleCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderJoinStyle property at runtime, using the chart instance and the context.
BorderSkipped - Enum in org.pepstock.charba.client.enums
Property to set the border position on chart datasets.
This setting is used to avoid drawing the bar stroke at the base of the fill.
BorderSkippedCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderSkipped property at runtime, using the chart instance and the context.
BorderWidthCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set borderWidth, hoverBorderWidth, pointBorderWidth or pointHoverBorderWidth property at runtime, using the chart instance and the context.
BrewerScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Color Brewer schemes.
To configure ColorSchemes.ID plugin, where category is "brewer".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
btoa(String) - Static method in class org.pepstock.charba.client.utils.Window
Encodes a string in base-64.
BubbleChart - Class in org.pepstock.charba.client
BUBBLE chart implementation.
A bubble chart is used to display three dimensions of data at the same time.
The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes.
The third dimension is represented by the size of the individual bubbles.
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
Creates a dataset.
It uses the global options has default.
BubbleDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
Creates the dataset using a default.
BubbleOptions - Class in org.pepstock.charba.client.configuration
Specific options for BUBBLE chart.
BubbleOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.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() - Static method in class org.pepstock.charba.client.data.Labels
Builds new label object
build() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns a configured labels options.
build() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Returns a configured plugin options.
build() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Returns a configured plugin options.
build() - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns a configured labels options.
build(Element, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates an image to apply to canvas with the HTML content (passed as GWT element) and width and height of the resulted image.
build(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
Creates an image to apply to canvas with the HTML content (MUST BE XML well-formed) and width and height of the resulted image.

C

call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyArrayCallback
Method of function to be called to provide an array property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyBooleanCallback
Method of function to be called to provide a boolean property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyDoubleCallback
Method of function to be called to provide a double property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyIntegerCallback
Method of function to be called to provide a integer property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyNativeObjectCallback
Method of function to be called to provide a native object property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyObjectCallback
Method of function to be called to provide a object property.
call(Object, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyStringCallback
Method of function to be called to provide a string property.
call() - Method in interface org.pepstock.charba.client.commons.CallbackProxy.Proxy
Call method the function proxy implemented into additional java script source.
call(String, Object) - Method in interface org.pepstock.charba.client.utils.JSON.Replacer
Method of function to alter the behavior of the stringification process.
CallbackProxy<T> - Class in org.pepstock.charba.client.commons
This is a native object which wraps a java script object created by JsHelper.
This object is used to get a proxy instance which is able to call a java script function passing laso this java script value, to maintain the environment when required.
CallbackProxy() - Constructor for class org.pepstock.charba.client.commons.CallbackProxy
 
CallbackProxy.Proxy - Interface in org.pepstock.charba.client.commons
It's a java script function which maps the function proxy implemented into additional java script source.
CanvasObject - Class in org.pepstock.charba.client.colors
Base object for pattern and gradient instances, based on canvas element.
CanvasObjectFactory - Class in org.pepstock.charba.client.colors
Abstract utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a GWT canvas gradient or pattern must be created.
CanvasObjectFactory() - Constructor for class org.pepstock.charba.client.colors.CanvasObjectFactory
To avoid any instantiation
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.configuration
This object is used to map defined axis as category.
CartesianCategoryAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance.
CartesianCategoryAxis(IsChart, CartesianAxisType) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Builds the object storing the chart instance and axis type.
CartesianCategoryTick - Class in org.pepstock.charba.client.configuration
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.configuration
This object is used to map defined axis as linear.
CartesianLinearAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance.
CartesianLinearAxis(IsChart, CartesianAxisType) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
Builds the object storing the chart instance and axis type.
CartesianLinearTick - Class in org.pepstock.charba.client.configuration
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.configuration
This object is used to map defined axis as logarithmic.
CartesianLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance.
CartesianLogarithmicAxis(IsChart, CartesianAxisType) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Builds the object storing the chart instance and axis type.
CartesianLogarithmicTick - Class in org.pepstock.charba.client.configuration
The logarithmic scale is use to chart numerical data.
CartesianPadding - Class in org.pepstock.charba.client.configuration
It is applied to all sides of the chart (left, top, right, bottom).
CartesianScaleLabel - Class in org.pepstock.charba.client.configuration
When creating a chart, you want to tell the viewer what data they are viewing.
CartesianTimeAxis - Class in org.pepstock.charba.client.configuration
This object is used to map defined axis as time.
CartesianTimeAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance.
CartesianTimeAxis(IsChart, CartesianAxisType) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
Builds the object storing the chart instance and axis type.
CartesianTimeTick - Class in org.pepstock.charba.client.configuration
The time scale is use to chart time data.
It can be placed on either the x or y axis.
category() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns the color scheme category.
CategoryAxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks building, for CartesianCategoryAxis.
CategoryTickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian category axes.
Center - Class in org.pepstock.charba.client.colors
Contains the coordinates of a center of arc.
Used inside the canvas object factory.
Center() - Constructor for class org.pepstock.charba.client.colors.Center
 
CHARACTER_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
Name of shape to draw a character, "char".
CharacterShape - Class in org.pepstock.charba.client.colors.tiles
This is a shape which can draw a character on the tile.
This object is also a shape drawer.
The font size is calculated automatically based on tile size.
It designs a char into the following tile sections (A and B):
CharacterShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
Creates a shape with a character as shape, using the default font family
CharacterShape(String, String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
Creates a shape with a character as shape using passed font family.
charbaHelper() - Method in interface org.pepstock.charba.client.resources.Resources
This java script with a set of static methods used as utility and needed to improve JSINTEROP adoption for CHARBA, because JSINTEROP is not able to address all java script model.
Chart - Class in org.pepstock.charba.client
Native object which import the CHART java script object of CHART.JS.
The Chart the entry point of CHART.JS.
Chart(Context2d, Configuration) - Constructor for class org.pepstock.charba.client.Chart
Builds CHART object at CHART.JS level.
This constructor MUST be empty.
CHART - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as chart with name "Chart", (internal of CHART.JS).
ChartAreaNode - Class in org.pepstock.charba.client.items
Object which maps the chart area item of CHART.JS chart java script object.
This is a wrapper of the CHART.JS item with all needed info.
ChartAreaNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode
Creates the item using a native java script object which contains all properties.
ChartBackgroundColor - Class in org.pepstock.charba.client.impl.plugins
Default plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have a DEFAULT_BACKGROUND_COLOR background color.
ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Default constructor with DEFAULT_BACKGROUND_COLOR background color.
ChartBackgroundColor(IsColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColor(String) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default background color for all charts.
ChartBackgroundColor(Gradient) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default gradient for all charts.
ChartBackgroundColor(Pattern) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Builds the object with the default pattern for all charts.
ChartBackgroundColorOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of ChartBackgroundColor.ID plugin.
ChartBackgroundColorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Builds the object with new java script object setting the default value of plugin.
ChartBackgroundColorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (ONLY for chart and not global options) related to ChartBackgroundColor.ID plugin.
ChartClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the chart.
ChartClickEvent(NativeEvent, List<DatasetItem>) - 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.
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, List<DatasetItem>) - 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.
chartJs() - Method in interface org.pepstock.charba.client.resources.DeferredResources
Contains text representation of native chart.js code.
chartJs() - Method in interface org.pepstock.charba.client.resources.EmbeddedResources
Contains text representation of native chart.js code.
chartJs() - 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
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at runtime.
ChartNode(Chart) - Constructor for class org.pepstock.charba.client.ChartNode
Creates the object wrapping a CHART instance.
ChartOptions - Class in org.pepstock.charba.client
This object is mapping the default options related to the chart type.
ChartPointer - Class in org.pepstock.charba.client.impl.plugins
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
ChartPointer() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointer
 
ChartPointerOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of ChartPointer.ID plugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not.
ChartPointerOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Builds the object with new java script object setting the default value of plugin.
ChartPointerOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to ChartPointer.ID plugin.
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.
ChartsLifecycleListener - Interface in org.pepstock.charba.client
Interface to catch the initialization and destroy of all charts.
ChartType - Enum in org.pepstock.charba.client
Enumerates all out-of-the-box 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 upper case letters should be something short, but also reasonably descriptive
checkAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.Color
Any double between 0.0d and 1.0d (inclusive) is valid.
checkIfValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
Checks if key passed as argument is not null and its value is not null as well.
checkIfValid(Type) - Static method in interface org.pepstock.charba.client.Type
Checks if type passed as argument is not null and its scale type is not null as well.
checkTimeSeriesItems(List<DataPoint>) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Checks if the list of data points, passed as argument, have got the properties to be time series items (time and Y value).
If not, a IllegalArgumentException will be thrown.
checkValue(IsColor) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Checks a color value if consistent, returning the RGBA representation, otherwise null.
ClampCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set clamp property at runtime, using the chart instance and the plugin context.
clear() - Method in class org.pepstock.charba.client.AbstractChart
Will clear the chart canvas.
clear(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Clears the cache of loaded patterns and gradients, needed when a chart is destroy.
clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayImageList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Removes all of the elements from this list.
clear() - Method in class org.pepstock.charba.client.commons.ArrayStringList
Removes all of the elements from this list.
clear() - Method in interface org.pepstock.charba.client.IsChart
Will clear the chart canvas.
CLEAR_SELECTION - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Value -2147483648 of FROM and TO when the event is representing a clear of selection
ClearSelection - Class in org.pepstock.charba.client.impl.plugins
DatasetsItemsSelector.ID plugin configuration element in order to have into the chart a clickable element to clear the selection.
clearSelection(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Clears the selection on the chart.
clearSelection(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Clears the selection on the chart and set if an event should fire on clear action.
clearSelection18() - Method in interface org.pepstock.charba.client.resources.Resources
Returns a image to use into datasets items selector plugin as clear icon.
clearSelection24() - Method in interface org.pepstock.charba.client.resources.Resources
Returns a image to use into datasets items selector plugin as clear icon.
clearSelection36() - Method in interface org.pepstock.charba.client.resources.Resources
Returns a image to use into datasets items selector plugin as clear icon.
ClickEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
ClipCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set clip property at runtime, using the chart instance and the plugin context.
clone(NativeObject) - Method in class org.pepstock.charba.client.Helpers
Returns a deep copy of source without keeping references on objects and arrays.
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.
ColorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set color property at runtime, using the chart instance and the plugin context.
PAY ATTENTION that with the current release of DataLabelsPlugin.ID plugin, the GRADIENT coordinates are relative the the label coordinates (local), not relative to the canvas coordinates (global), therefore NOT USE GRADIENT Charba object, waiting for DataLabelsPlugin.ID enhancement.
ColorScheme - Interface in org.pepstock.charba.client.impl.plugins
This interface defines what a color scheme must have in terms of methods.
A color scheme must have:
name is the name of color scheme category is the category of color scheme.
ColorSchemes - Class in org.pepstock.charba.client.impl.plugins
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes.
ColorSchemes() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
ColorSchemesOptions - Class in org.pepstock.charba.client.impl.plugins
This is the object to map the ColorSchemes.ID plugin options, both at chart and global level.
ColorSchemesOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Creates an empty object with plugin options.
ColorSchemesOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
Comfortable object to create ColorSchemes.ID plugin options by a builder.
ColorSchemesOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to ColorSchemes.ID plugin.
compare(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
Compares the two specified key values.
compute(IsChart, double, ScriptableContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Computes the percentage of the value based on the data of datasets.
compute(IsChart, double, ScriptableContext, boolean) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
Computes the percentage of the value based on the data of datasets.
computePosition(IsChart, List<DatasetItem>, Point) - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Applies own logic to returns the point where the tooltip must be showed.
Configuration - Class in org.pepstock.charba.client
This is the configuration object of a chart.
It contains always the type, options, plugins and data.
THIS IS AN EXPORTED OBJECT.
ConfigurationElement - Interface in org.pepstock.charba.client
Interface which allows an object to be called to set a native object into chart configuration.
The chart configuration are items options, data and plugins.
ConfigurationLoader - Class in org.pepstock.charba.client.commons
Utility to load java script object into CHART-JS configuration.
This utility needs to reduce visibility on java script objects for configuration.
ConfigurationOptions - Class in org.pepstock.charba.client.configuration
Base object which maps chart configuration.
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).
Console - Interface in org.pepstock.charba.client.utils
This object is the wrapper to console java script object.
The console object provides access to the browser's debugging console
contains(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Returns true if this list contains all of the elements of the specified collection.
Controller - Interface in org.pepstock.charba.client
This interface enables the capability to create a custom chart.
ControllerContext - 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.
Controllers - Class in org.pepstock.charba.client.controllers
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers.
ControllerType - Class in org.pepstock.charba.client.controllers
Represent the type of new controller.
ControllerType(String) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type with scale type ScaleType.MULTI as default.
ControllerType(String, ChartType) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one.
ControllerType(String, ScaleType) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
Creates new chart type with a specific scale type.
create(NativeObject) - Method in class org.pepstock.charba.client.colors.Gradient.GradientFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.colors.Pattern.PatternFactory
 
create() - Static method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Returns new tiles builder instance.
create(String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key instance by its string value.
create() - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
Creates a native object container instance by an empty native object
create(NativeObject) - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
Creates a native object container instance by a native object
create() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Returns new builder instance.
create(NativeObject) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
 
create() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Returns new builder instance.
create(NativeObject) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
 
create() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Returns new builder instance.
create(NativeObject) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.DatasetItem.DatasetItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TimeTickItem.TimeTickItemFactory
 
create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
 
create() - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Returns new builder instance.
create(NativeObject) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory
 
createChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
Creates the chart options based on type of chart.
It can be override when a controller is implemented.
createGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a GWT canvas gradient java script object using a Charba gradient and a chart instance which must provide a canvas instance and its context.
createHandlerManager() - Method in class org.pepstock.charba.client.AbstractChart
 
createPattern(IsChart, Pattern) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Creates a GWT canvas pattern java script object using a Charba pattern and a chart instance which must provide a canvas instance and its context.
createPattern() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using default values, shape is square, background color, shape color and size.
createPattern(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape as argument and the other default values, background color, shape color and size.
createPattern(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createPattern(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createPattern(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createPattern(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createPattern(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
createPattern(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
createTile() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using default values, shape is square, background color, shape color and size.
createTile(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape as argument and the other default values, background color, shape color and size.
createTile(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createTile(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
createTile(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createTile(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
createTile(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
createTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
CubicInterpolationMode - Enum in org.pepstock.charba.client.enums
Determines the interpolation mode of lines.
CubicInterpolationModeCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set cubicInterpolationMode property at runtime, using the chart instance and the context.
CustomTooltipPosition - Class in org.pepstock.charba.client.positioner
Custom tooltip position to use into chart options to configure charts.
It must not be equals of the out of the box ones.
CustomTooltipPosition(String) - Constructor for class org.pepstock.charba.client.positioner.CustomTooltipPosition
Creates the object using the name of tooltip position passes as argument

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
Creates the object with an empty native object.
DataLabelsOptions - Class in org.pepstock.charba.client.datalabels
This is the DataLabelsPlugin.ID plugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.
DataLabelsOptions() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
Creates new DataLabelsPlugin.ID plugin options.
DataLabelsOptionsBuilder - Class in org.pepstock.charba.client.datalabels
Comfortable object to create DataLabelsPlugin.ID plugin options by a builder.
DataLabelsOptionsFactory - Class in org.pepstock.charba.client.datalabels
Factory to get the options (form chart, form dataset or from default global ones) related to DataLabelsPlugin.ID plugin.
DataLabelsPlugin - Class in org.pepstock.charba.client.datalabels
Entry point of DATALABELS plugin to enable the plugin.
The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.
datalabelsPlugin() - Method in interface org.pepstock.charba.client.resources.Extensions
Contains text representation of native chartdatalabels plugin code.
DataLabelsPointerHandler - Class in org.pepstock.charba.client.impl.callbacks
DataLabelsPlugin.ID event callback to change the cursor type when the labels are clickable.
DataLabelsPointerHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Creates a callback setting the DataLabelsPointerHandler.DEFAULT_CURSOR as pointer.
DataLabelsPointerHandler(Style.Cursor) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Creates a callback setting the pointer cursor what is passed as argument.
DataLabelsSelectionHandler - Class in org.pepstock.charba.client.impl.callbacks
DataLabelsPlugin.ID event callbacks to invoke dataset selection handlers if there were defined.
This can substitute the event handling at chart level.
DataLabelsSelectionHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Creates a callback setting Style.Cursor.POINTER as pointer.
DataLabelsSelectionHandler(Style.Cursor) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Creates a callback setting the pointer cursor what is passed as argument.
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
Creates the object with an empty native object.
Dataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each dataset.
Dataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.Dataset
Creates the dataset using a default, adding patterns and gradients element.
Dataset.Property - Enum in org.pepstock.charba.client.data
Name of properties of native object.
DatasetCanvasObjectFactory - Class in org.pepstock.charba.client.data
Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a GWT canvas gradient or pattern must be created.
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(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetItem
Creates the item using a native java script object which contains all properties.
DatasetItem.DatasetItemFactory - Class in org.pepstock.charba.client.items
Inner class to create dataset item by a native object.
DatasetItemFactory() - Constructor for class org.pepstock.charba.client.items.DatasetItem.DatasetItemFactory
 
DatasetMetaItem - 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.
Created and passed by CHART.JS and provide dataset metadata information.
Contains all data set items.
DatasetMetaItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetMetaItem
Creates the item using a native java script object which contains all properties.
DatasetPluginItem - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a dataset.
This object is used in the plugins methods of CHART.JS.
DatasetPluginItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetPluginItem
Creates the item using a native java script object which contains all properties.
DatasetRangeSelectionEvent - Class in org.pepstock.charba.client.impl.plugins
Event which is fired when the user selects an area on the chart, by DatasetsItemsSelector.ID plugin.
DatasetRangeSelectionEvent(NativeEvent) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Creates the event when the clear of current selection has been requested.
DatasetRangeSelectionEvent(NativeEvent, int, int) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Creates the event with start and end index of selected datasets.
DatasetRangeSelectionEventHandler - Interface in org.pepstock.charba.client.impl.plugins
Event handler for chart area selecting, by DatasetsItemsSelector.ID plugin.
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
DatasetSelectionEvent(NativeEvent, IsChart, DatasetItem) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
Creates the event with dataset metadata item related to the click and the chart instance
DatasetSelectionEventHandler - Interface in org.pepstock.charba.client.events
Event handler for chart dataset selecting.
DatasetsItemsSelector - Class in org.pepstock.charba.client.impl.plugins
Enables the datasets items selection directly into the canvas.
It works only for line and bar chart instances.
It will add mouser listeners to canvas.
Tooltips will be disable to avoid events conflicts.
Overrides also the events which can be caught (only click and touchstart).
It activates also the legend click handler to avoid that all datasets will be hidden.
DatasetsItemsSelector() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
DatasetsItemsSelectorOptions - Class in org.pepstock.charba.client.impl.plugins
Configuration options of DatasetsItemsSelector.ID plugin.
It is managing:
the X axis ID the selection color the border color the border width the border dash if firing event on clear selection
DatasetsItemsSelectorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Builds the object with a new java script object setting the default value of plugin.
DatasetsItemsSelectorOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
Comfortable object to create DatasetsItemsSelector.ID plugin options by a builder.
DatasetsItemsSelectorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
Factory to get the options (form chart or from default global ones) related to DatasetsItemsSelector.ID plugin.
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.
This is a wrapper of the CHART.JS item with all needed info.
DataType - Enum in org.pepstock.charba.client.enums
Enumeration with all possible types of data set into dataset.
DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default position of the label relative to the anchor point position and orientation, Align.CENTER.
DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default clear selection box alignment, Align.RIGHT.
DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.colors.Color
Default transparency is 1.0, (no transparency).
DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default alpha of selecting/selection colors, 0.3.
DEFAULT_ANCHOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default anchor point, which is defined by an orientation vector and a position on the data element, Anchor.CENTER.
DEFAULT_ARC - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default to enable drawing label in arc, false.
DEFAULT_AXIS_ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default X axis id, Scales.DEFAULT_X_AXIS_ID.
DEFAULT_BACKGROUND_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default transparency value for the background color, 0.5.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default background color, "rgba(100, 100, 100, 0.7)".
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default background color, null, and uses the background color of dataset.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Default background color, HtmlColor.WHITE.
DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default background color as string, "rgba(100, 100, 100, 0.7)".
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border color, null, and uses the border color of dataset.
DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default border color for area, GwtMaterialColor.GREY_DARKEN_2.
DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border radius of labels, 0.0.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default border width of labels, 0.
DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default border width of selection area, 0.
DEFAULT_CLAMP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default to enforce the anchor position to be calculated based on the visible geometry of the associated element, false.
DEFAULT_CLIP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default to enforce the part of the label which is outside the chart area will be masked, false.
DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default color for area, GwtMaterialColor.ORANGE_LIGHTEN_3, alpha 0.3.
DEFAULT_CURSOR - Static variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Default pointer cursor to use if omitted, Style.Cursor.POINTER.
DEFAULT_CURSOR_POINTER - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Default cursor type when the cursor is over the dataset item, Style.Cursor.POINTER.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default visibility of labels, Display.TRUE.
DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default flag if clear selection must be showed into chart, value is false.
DEFAULT_DISPLAY_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
Default color of display, rgb(128, 128, 128)
DEFAULT_EMPTY_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default empty color, rgb(234, 234, 234).
DEFAULT_FIRE_EVENT_ON_CLEAR_SELECTION - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Default flag if fire event after clear selection, false.
DEFAULT_FORMAT - Static variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Default number format to apply to ticks, "0.0".
DEFAULT_FORMAT - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Default number format, "##0.##%".
DEFAULT_FORMAT - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
Default number format "##0" to apply displaying the value or percentage.
DEFAULT_IMAGE - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default image for clear selection element, , value is Resources.clearSelection18()}.
DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default label for clear selection element, value is "Clear selection".
DEFAULT_LAZY - Static variable in class org.pepstock.charba.client.UpdateConfiguration
Default to enable the animation can be interrupted by other animations, false.
DEFAULT_LINE_CAP - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default to determine the shape used to draw the end points of lines, Context2d.LineCap.ROUND.
DEFAULT_LINE_HEIGHT - Static variable in class org.pepstock.charba.client.datalabels.Font
Default line height, 1.2.
DEFAULT_LINE_JOIN - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default to determine the shape used to join two line segments where they meet, Context2d.LineJoin.ROUND.
DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default margin from canvas for clear selection element, value is 2.
DEFAULT_MAXIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default maximum value is 100.0.
DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default distance (in pixels) to pull the label away from the anchor point, 4.0.
DEFAULT_OFFSET_START - Static variable in class org.pepstock.charba.client.colors.GradientColor
Offset 0 defined as default start.
DEFAULT_OFFSET_STOP - Static variable in class org.pepstock.charba.client.colors.GradientColor
Offset 1 defined as default stop.
DEFAULT_OPACITY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default opacity, 1.0.
DEFAULT_OUTSIDE_PADDING - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default padding when position is Position.OUTSIDE, 2.
DEFAULT_OVERLAP - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default to enable drawing label even it's overlap, true.
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.datalabels.Padding
Default padding, 4.
DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default padding for clear selection element, value is 4.
DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default clear selection box position, Position.BOTTOM.
DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default position to draw label, Position.DEFAULT.
DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default the precision for percentage, 0.
DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default clear selection rendering, Render.IMAGE_LABEL.
DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default rendering (what data must be showed), Render.VALUE.
DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default the order of the colors in the selected scheme is reversed, false.
DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default clockwise rotation angle (in degrees) of the label, 0.0.
DEFAULT_SCHEME - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default color scheme, BrewerScheme.PAIRED12.
DEFAULT_SCHEME_CATEGORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default category when new color scheme has been created on top of the available schemes, "custom".
DEFAULT_SCHEME_SCOPE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Default color scheme scope (for bar and bubble charts), SchemeScope.DATASET.
DEFAULT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default text shadow intensity, 6.
DEFAULT_SHADOW_COLOR - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default text shadow color, "rgba(0,0,0,0.3)".
DEFAULT_SHADOW_OFFSET_X - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default text shadow X offset, 3.
DEFAULT_SHADOW_OFFSET_Y - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default text shadow Y offset, 3.
DEFAULT_SHAPE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default the shape, Shape.SQUARE.
DEFAULT_SHAPE_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default shape color, "rgba(255, 255, 255, 0.8)".
DEFAULT_SHAPE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default shape color as string, "rgba(255, 255, 255, 0.8)".
DEFAULT_SHOW_ACTUAL_PERCENTAGES - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default to enable showing the real calculated percentages from the values, false.
DEFAULT_SHOW_ZERO - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default to enable whether or not labels of value 0 are displayed, false.
DEFAULT_SINGLE_AXIS_ID - Static variable in class org.pepstock.charba.client.options.Scales
Default name of axis when the chart has got only 1 scale (polar, radar) is "scale".
DEFAULT_SIZE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Default tile size, 20.
DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default spacing between label and image for clear selection element, value is 3.
DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text alignment being used when drawing the label text, TextAlign.START.
DEFAULT_TEXT_MARGIN - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default the margin of text when position is Position.OUTSIDE or Position.BORDER, 2.
DEFAULT_TEXT_SHADOW - Static variable in class org.pepstock.charba.client.labels.LabelsOptions
Default to enable if draws text shadows under labels, false.
DEFAULT_TEXT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text shadow blur, 0.0.
DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Default text stroke width, 0.
DEFAULT_USE_SELECTION_STYLE - Static variable in class org.pepstock.charba.client.impl.plugins.ClearSelection
Default flag if clear selection will use selection area style, value is false.
DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
Default value for relative dataset index, AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INT as string.
DEFAULT_VALUE_AS_INT - Static variable in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
Default value for absolute dataset index, 0.
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Default value color, rgb(140, 214, 16).
DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.Threshold
Default color value, GaugeThreshold.NORMAL.
DEFAULT_WEIGHT - Static variable in class org.pepstock.charba.client.datalabels.Font
Default font weight, Weight.NORMAL.
DEFAULT_X_AXIS_ID - Static variable in class org.pepstock.charba.client.options.Scales
Default name of X axis is "x-axis-0".
DEFAULT_Y_AXIS_ID - Static variable in class org.pepstock.charba.client.options.Scales
Default name of Y axis is "y-axis-0".
DefaultAngleLines - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANGLELINES element.
DefaultAngleLines() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
DefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ANIMATION element.
DefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
DefaultArc - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ARC element.
DefaultArc() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultArc
Creates a defualt arc
DefaultChartAngleLines - Class in org.pepstock.charba.client.defaults.chart
Defaults for angle lines option element, based on chart type.
DefaultChartAnimation - Class in org.pepstock.charba.client.defaults.chart
Defaults for animation option element, based on chart type.
DefaultChartArc - Class in org.pepstock.charba.client.defaults.chart
Defaults for arc option element, based on chart type.
DefaultChartElements - Class in org.pepstock.charba.client.defaults.chart
Defaults for elements option element, based on chart type.
DefaultChartGridLines - Class in org.pepstock.charba.client.defaults.chart
Defaults for grid lines option element, based on chart type.
DefaultChartHover - Class in org.pepstock.charba.client.defaults.chart
Defaults for hover option element, based on chart type.
DefaultChartLayout - Class in org.pepstock.charba.client.defaults.chart
Defaults for layout option element, based on chart type.
DefaultChartLegend - Class in org.pepstock.charba.client.defaults.chart
Defaults for legend option element, based on chart type.
DefaultChartLegendLabels - Class in org.pepstock.charba.client.defaults.chart
Defaults for legend labels option element, based on chart type.
DefaultChartLine - Class in org.pepstock.charba.client.defaults.chart
Defaults for line option element, based on chart type.
DefaultChartOptions - Class in org.pepstock.charba.client.defaults.chart
Defaults for options element, based on chart type.
DefaultChartOptions(ChartOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
Creates the object by options element instance.
DefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
Defaults for padding option element, based on chart type.
DefaultChartPoint - Class in org.pepstock.charba.client.defaults.chart
Defaults for point option element, based on chart type.
DefaultChartPointLabels - Class in org.pepstock.charba.client.defaults.chart
Defaults for point labels option element, based on chart type.
DefaultChartRectangle - Class in org.pepstock.charba.client.defaults.chart
Defaults for rectangle option element, based on chart type.
DefaultChartScale - Class in org.pepstock.charba.client.defaults.chart
Defaults for scale/axis option element, based on chart type.
DefaultChartScale(Scale) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScale
Creates the object by scale option element instance.
DefaultChartScaleLabel - Class in org.pepstock.charba.client.defaults.chart
Defaults for scale label option element, based on chart type.
DefaultChartScaleLabelPadding - Class in org.pepstock.charba.client.defaults.chart
Defaults for scale label padding option element, based on chart type.
DefaultChartScales - Class in org.pepstock.charba.client.defaults.chart
Defaults for scales/axes option element, based on chart type.
DefaultChartScales(Scales) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScales
Creates the object by scales option element instance.
DefaultChartTicks - Class in org.pepstock.charba.client.defaults.chart
Defaults for ticks option element, based on chart type.
DefaultChartTime - Class in org.pepstock.charba.client.defaults.chart
Defaults for time option element, based on chart type.
DefaultChartTitle - Class in org.pepstock.charba.client.defaults.chart
Defaults for title option element, based on chart type.
DefaultChartTooltips - Class in org.pepstock.charba.client.defaults.chart
Defaults for tooltips option element, based on chart type.
DefaultElements - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for ELEMENTS element.
DefaultElements() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
Creates the object using inner default elements.
DefaultElements(IsDefaultArc, IsDefaultLine, IsDefaultPoint, IsDefaultRectangle) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
Creates the object using the inner elements are arguments.
DefaultGridLines - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for GRIDLINES element.
DefaultGridLines() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
DefaultHover - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for HOVER element.
DefaultHover() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultHover
 
defaultLabelColor - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
 
DefaultLayout - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LAYOUT element.
DefaultLayout() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLayout
 
DefaultLegend - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGEND element.
DefaultLegend() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
DefaultLegendLabels - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LEGENDLABELS element.
DefaultLegendLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
DefaultLine - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for LINE element.
DefaultLine() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLine
Creates a defualt arc
DefaultMajorTickItem - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for MAJOR tick element.
DefaultMajorTickItem() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultMajorTickItem
 
DefaultMinorTickItem - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for MINOR tick element.
DefaultMinorTickItem() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultMinorTickItem
 
DefaultOptions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for OPTIONS element.
DefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultOptions
Creates the object.
DefaultPadding - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for PADDING element.
DefaultPadding() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPadding
Creates a default PADDING element.
DefaultPoint - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for POINT element.
DefaultPoint() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPoint
Creates a defualt arc
DefaultPointLabels - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for POINTLABELS element.
DefaultPointLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
DefaultRectangle - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for RECTANGLE element.
DefaultRectangle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultRectangle
Creates a defualt arc
Defaults - Class in org.pepstock.charba.client
This singleton is a wrapper to defaults object that CHART.JS (by CHART object) provides to get defaults values.
DefaultsBuilder - Class in org.pepstock.charba.client.defaults.globals
Singleton builder of defaults options, with or without scales.
DefaultScale - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for scale/axis element.
DefaultScale() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScale
 
DefaultScaledOptions - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for OPTIONS element for scaled charts.
DefaultScaledOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
Creates the object.
DefaultScaleLabel - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for SCALELABEL element.
DefaultScaleLabel() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
 
DefaultScaleLabelPadding - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for PADDING element for scale.
DefaultScaleLabelPadding() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaleLabelPadding
Creates a default PADDING element for scale.
DefaultScales - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for scale/axis element.
DefaultScales() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScales
 
DefaultTickItem - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for base tick element.
DefaultTickItem() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTickItem
 
DefaultTicks - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TICKS element.
DefaultTicks() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
DefaultTime - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TIME element.
DefaultTime() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTime
 
DefaultTitle - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TITLE element.
DefaultTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
DefaultTooltips - Class in org.pepstock.charba.client.defaults.globals
CHART.JS default values for TOOLTIPS element.
DefaultTooltips() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
DeferredResources - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in async mode in order to optimize the performance when GWT code splitting is implemented.
destroy() - Method in class org.pepstock.charba.client.AbstractChart
Use this to destroy any chart instances that are created.
destroy() - Method in interface org.pepstock.charba.client.IsChart
Use this to destroy any chart instances that are created.
dir(Object) - Method in interface org.pepstock.charba.client.utils.Console
Displays an interactive list of the properties of the specified JavaScript object.
dirxml(Object) - Method in interface org.pepstock.charba.client.utils.Console
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
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(AxisClickEventHandler) - Method in class org.pepstock.charba.client.events.AxisClickEvent
 
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(LegendLeaveEventHandler) - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
 
dispatch(RemoveHandlerEventHandler) - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
dispatch(TitleClickEventHandler) - Method in class org.pepstock.charba.client.events.TitleClickEvent
 
dispatch(DatasetRangeSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
 
Display - Enum in org.pepstock.charba.client.enums
The display option controls the visibility of axis and the display option controls the visibility of data labels plugin.
Controls the axis global visibility (visible when true, hidden when false).
DisplayCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set display property at runtime, using the chart instance and the plugin context.
DisplayFormats - Class in org.pepstock.charba.client.configuration
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
DisplayFormats - Class in org.pepstock.charba.client.options
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, Double.NaN.
DoughnutChart - Class in org.pepstock.charba.client
DOUGHNUT chart implementation.
A doughnut charts are divided into segments, the arc of each segment shows the proportional value of each piece of data.
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
Creates a dataset.
It uses the global options has default.
DoughnutDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
Creates the dataset using a default.
DoughnutOptions - Class in org.pepstock.charba.client.configuration
Specific options for DOUGHNUT chart.
DoughnutOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.DoughnutOptions
Builds the object storing the chart instance and default options.
draw() - Method in class org.pepstock.charba.client.AbstractChart
Draws the chart
draw(ControllerContext, IsChart, double) - Method in interface org.pepstock.charba.client.Controller
Draw the representation of the dataset.
draw(ControllerContext, IsChart, double) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
draw() - Method in interface org.pepstock.charba.client.IsChart
Draws the chart
drawTile(Context2d, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
 
drawTile(Context2d, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ImageShape
 
drawTile(Context2d, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
Draws the tile applying the requested shape.

E

Easing - Enum in org.pepstock.charba.client.enums
Easing is acceleration, a change in speed.
For further details, see here.
elementAttributes(Element) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a list of strings with element attributes.
Elements - Class in org.pepstock.charba.client.configuration
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
When set, these options apply to the configuration attached to a dataset.
Elements - Class in org.pepstock.charba.client.options
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
EmbeddedResources - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in sync mode, as part of GWT module to be down loaded.
EMPTY_ARRAY_STRING - Static variable in class org.pepstock.charba.client.utils.Utilities
Constant for EMPTY ARRAY string.
EMPTY_STRING - Static variable in class org.pepstock.charba.client.utils.Utilities
Constant for EMPTY string
enable() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Inject the plugin but disables into all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enable() - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
Inject the plugin but disables into all charts waiting for the specific statement for each chart.
enable(boolean) - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
enableResizeOnBeforePrint() - Method in class org.pepstock.charba.client.utils.JsWindowHelper
CSS media queries allow changing styles when printing a page.
ensureInjected(ResourcePrototype) - Static method in class org.pepstock.charba.client.Injector
Injects a script resource if not injected yet.
EnterEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
EntryPointStarter - Class in org.pepstock.charba.client.resources
Utility to start an entry point leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting.

equals(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if the keys have got the same value.
equals(Object) - Method in class org.pepstock.charba.client.controllers.ControllerType
 
Event - Enum in org.pepstock.charba.client.datalabels.enums
This DataLabelsPlugin.ID plugin currently supports the below label events.
Charba events that need to be enabled in order to get the associated label event working.
Event - Enum in org.pepstock.charba.client.enums
The events option defines the browser events that the chart should listen to.
EventPluginItem - Class in org.pepstock.charba.client.items
This is a wrapper of java script object which represents a event.
This object is used in the plugins methods of CHART.JS.
EventPluginItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.EventPluginItem
Creates the item using a native java script object which contains all properties.
extend(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
Registers a controller as global, to apply to all charts.
ExtendedOptions - Class in org.pepstock.charba.client.options
Options used internally inside the chart configuration.
ExtendedOptions(IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
Creates an options with default provider.
ExtendedScale - Class in org.pepstock.charba.client.options
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.
ExtendedScale(IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
Creates a scale with default provider.
Extensions - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS plugins or extensions, wrapped by Charba.

F

FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Data labels options factory
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
The factory to create options
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
The factory to create options for plugin.
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Data labels options factory
FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
The factory to read options for plugin
FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
Data labels options factory
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.
These are the constants of predefined filling mode values.
FillCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set fill property at runtime, using the chart instance and the context.
The result object can have one of following type:
Fill Boolean Integer for AbsoluteDatasetIndexFill String for RelativeDatasetIndexFill
Filler - Class in org.pepstock.charba.client.enums
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.
Filler(NativeObject, IsFill) - Constructor for class org.pepstock.charba.client.enums.Filler
Creates a filler with the native object where FILL property must be managed and the default value to use when the property does not exist.
Filler.Property - Enum in org.pepstock.charba.client.enums
Name of properties of native object.
FillingMode - Enum in org.pepstock.charba.client.enums
Represents how to fill the area under the line.
FLEX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.data.BarDataset
If set to 'flex', the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Font - Class in org.pepstock.charba.client.datalabels
Base object to map font options for DataLabelsPlugin.ID plugin configuration.
It can be used also into callback for font generation at runtime.
Font() - Constructor for class org.pepstock.charba.client.datalabels.Font
Creates new font element.
FontCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set a font element at runtime, using the chart instance and the plugin context.
FontColorCallback - Interface in org.pepstock.charba.client.labels.callbacks
Callback interface of LabelsPlugin.ID plugin to change font color at runtime, using the arguments.
FontColorItem - Class in org.pepstock.charba.client.labels
This object is wrapping the native java script object provided by LabelsPlugin.ID plugin when the FONTCOLOR function is called.
Fonter - Class in org.pepstock.charba.client.options
Base object to map font options for configuration.
Fonter(NativeObject, AbstractModel<?, ?>, IsDefaultFontItem) - Constructor for class org.pepstock.charba.client.options.Fonter
Creates a fonter with the native object where FONTs properties must be managed and the default value to use when the property does not exist.
FontStyle - Enum in org.pepstock.charba.client.enums
The font-style property specifies the font style for a text.
FormatterCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set formatter property at runtime, using the chart instance and the plugin context.
Labels can be displayed on multiple lines by using the newline character \n between each line or by providing an array of strings where each item represents a new line.
fromOrEmpty(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
This method creates new array instance with a variable number of double arguments.
fromOrEmpty(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
Creates a java script array of doubles starting from list of doubles.
fromOrEmpty(CanvasGradient...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
This method creates new array instance with a variable number of CanvasGradient arguments.
fromOrEmpty(List<CanvasGradient>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
Creates a java script array of gradients starting from list of gradients.
fromOrEmpty(ImageElement...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
This method creates new array instance with a variable number of ImageElement arguments.
fromOrEmpty(List<ImageElement>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
Creates a java script array of images starting from list of images.
fromOrEmpty(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
This method creates new array instance with a variable number of int arguments.
fromOrEmpty(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
Creates a java script array of integers starting from list of integers.
fromOrEmpty(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from an array of native object containers.
fromOrEmpty(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a list of native object containers.
fromOrEmpty(CanvasPattern...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
This method creates new array instance with a variable number of CanvasPattern arguments.
fromOrEmpty(List<CanvasPattern>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
Creates a java script array of patterns starting from list of patterns.
fromOrEmpty(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
This method creates new array instance with a variable number of string arguments.
fromOrEmpty(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from list of strings.
fromOrEmpty(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of colors.
fromOrEmpty(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of keys.
fromOrNull(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
This method creates new array instance with a variable number of double arguments.
fromOrNull(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
Creates a java script array of doubles starting from list of doubles.
fromOrNull(CanvasGradient...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
This method creates new array instance with a variable number of CanvasGradient arguments.
fromOrNull(List<CanvasGradient>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
Creates a java script array of gradients starting from list of gradients.
fromOrNull(ImageElement...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
This method creates new array instance with a variable number of ImageElement arguments.
fromOrNull(List<ImageElement>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
Creates a java script array of images starting from list of images.
fromOrNull(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
This method creates new array instance with a variable number of int arguments.
fromOrNull(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
Creates a java script array of integers starting from list of integers.
fromOrNull(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from an array of native object containers.
fromOrNull(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
Creates a java script array of objects starting from a list of native object containers.
fromOrNull(CanvasPattern...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
This method creates new array instance with a variable number of CanvasPattern arguments.
fromOrNull(List<CanvasPattern>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
Creates a java script array of patterns starting from list of patterns.
fromOrNull(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
This method creates new array instance with a variable number of string arguments.
fromOrNull(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from list of strings.
fromOrNull(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of colors.
fromOrNull(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
Creates a java script array of strings starting from array of keys.

G

GaugeChart - Class in org.pepstock.charba.client.impl.charts
GAUGE chart implementation.
GaugeChart() - Constructor for class org.pepstock.charba.client.impl.charts.GaugeChart
Builds the object.
GaugeDataset - Class in org.pepstock.charba.client.impl.charts
The Gauge chart allows a number of properties to be specified for each dataset.
GaugeDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
Creates a dataset for gauge with maximum value of data.
GaugeDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
Creates a dataset setting the maximum value of dataset and defaults value.
GaugeOptions - Class in org.pepstock.charba.client.impl.charts
Specific options for GAUGE chart.
GaugeOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeOptions
Builds the object storing the chart instance and defaults.
GaugeThreshold - Enum in org.pepstock.charba.client.impl.charts
Default gauge thresholds.
generateLegend() - Method in class org.pepstock.charba.client.AbstractChart
Returns an HTML string of a legend for that chart.
generateLegend(IsChart, SafeHtmlBuilder) - Method in interface org.pepstock.charba.client.callbacks.LegendCallback
Creates HTML representation of legend.
generateLegend() - Method in interface org.pepstock.charba.client.IsChart
Returns an HTML string of a legend for that chart.
generateLegendLabels(IsChart) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
Generates legend items for each thing in the legend.
get(String) - Static method in class org.pepstock.charba.client.Charts
Returns the chart instance by its id.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Returns the element at the specified position in this list.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayString
Gets the value at a given index.
get(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Returns the element at the specified position in this list.
get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object.
get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object.
get(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the property value from java script object, when the ID is stored as integer
get() - Static method in class org.pepstock.charba.client.commons.JsHelper
Singleton object to get the helper instance
get() - Static method in class org.pepstock.charba.client.commons.Merger
Singleton method to get the instance
get(Type) - Method in class org.pepstock.charba.client.commons.Merger
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)
get() - Static method in class org.pepstock.charba.client.controllers.Controllers
Singleton method to get static instance.
get() - Static method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
Singleton method to get instance.
get() - Static method in class org.pepstock.charba.client.Defaults
Singleton method to get static instance.
get() - Static method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Singleton method to return the instance
get() - Static method in class org.pepstock.charba.client.Helpers
Singleton method to get the instance
get() - Static method in class org.pepstock.charba.client.positioner.Positioner
Singleton object to get the tooltip positioner instance
get() - Static method in class org.pepstock.charba.client.utils.JsWindowHelper
Singleton object to get the helper instance
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.
getAlign() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the alignment of the legend.
getAlign() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the position of the label relative to the anchor point position and orientation.
getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the alignment of the legend.
getAlign() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the clear selection align.
getAlign() - Method in class org.pepstock.charba.client.options.Legend
Returns the alignment of the legend.
getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the align callback, if set, otherwise null.
getAlpha() - Method in class org.pepstock.charba.client.colors.Color
 
getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the alpha rate.
getAnchor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the anchor point, which is defined by an orientation vector and a position on the data element.
getAnchorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the anchor callback, if set, otherwise null.
getAngle() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the arc angle to cover.
getAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the arc angle to cover.
getAngle() - Method in class org.pepstock.charba.client.options.Arc
Returns the arc angle to cover.
getAngleLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the angle lines element.
getAngleLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getAngleLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getAngleLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the angle lines default.
getAngleLines() - Method in class org.pepstock.charba.client.options.Scale
Returns the angle lines element.
getAnimation() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the animation element.
getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the animation defaults.
getAnimation() - Method in class org.pepstock.charba.client.options.Options
Returns the animation element.
getAnimationDuration() - Method in class org.pepstock.charba.client.configuration.Hover
Returns the duration in milliseconds it takes to animate hover style changes.
getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
 
getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
 
getAnimationDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
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.
getAnimationItem() - Method in class org.pepstock.charba.client.items.AnimationObject
Returns the animation item, by the native java script object.
getArc() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the arc element.
getArc() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getArc() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns ARC object defaults.
getArc() - Method in class org.pepstock.charba.client.options.Elements
Returns the arc element.
getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns an area object used to define the area of LINEAR gradient.
getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
getAspectRatio() - Method in class org.pepstock.charba.client.ChartNode
Returns the aspect ratio.
getAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Canvas aspect ratio (i.e.
getAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Canvas aspect ratio (i.e.
getAspectRatio() - Method in class org.pepstock.charba.client.options.Options
Canvas aspect ratio (i.e.
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.AxisClickEvent
 
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.LegendLeaveEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.events.TitleClickEvent
 
getAssociatedType() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
 
getAttribute(Key) - 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.chart.DefaultChartTicks
 
getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getAutoSkipPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
getAutoSkipPadding() - Method in class org.pepstock.charba.client.options.Ticks
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the axis instance.
getAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
 
getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
 
getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
getAxis() - Method in class org.pepstock.charba.client.events.AxisClickEvent
Returns the axis configuration instance if exists.
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.
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Returns the user callback that runs before/after ticks are created.
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Returns the user callback that runs before/after ticks are created.
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Returns the user callback that runs before/after ticks are created.
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the user callback that runs before/after ticks are created.
getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the user callback that runs before/after ticks are created.
getAxisCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after tick rotation is determined.
getAxisDataLimitsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after data limits are determined.
getAxisDimensionsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after dimensions are set.
getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after the scale fits to the canvas.
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
getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after ticks are converted into strings.
getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the user callback that runs before/after of the update process.
getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the color of label backdrops.
getBackdropColor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the color of label backdrops.
getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
Returns the color of label backdrops.
getBackdropPaddingX() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the horizontal padding of label backdrop.
getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getBackdropPaddingX() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the horizontal padding of label backdrop.
getBackdropPaddingX() - Method in class org.pepstock.charba.client.options.Ticks
Returns the horizontal padding of label backdrop.
getBackdropPaddingY() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the vertical padding of label backdrop.
getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getBackdropPaddingY() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the vertical padding of label backdrop.
getBackdropPaddingY() - Method in class org.pepstock.charba.client.options.Ticks
Returns the vertical padding of label backdrop.
getBackgroundColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the background color of tile.
getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the background color of the tooltip.
getBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill colors of the elements.
getBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background color.
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.labels.FontColorItem
Returns the fill color under the line.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color.
getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
The transparency value for the background color.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill gradient of elements.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill gradient under the line.
If property is missing or not a gradient, returns null.
getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background gradient.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill pattern under the line.
If property is missing or not a pattern, returns null.
getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background pattern.
getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill patters of elements.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the background color of tile.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill colors of the elements.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the background color as string.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the background color.
getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the background color of the tooltip.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Returns the background color.
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.labels.FontColorItem
Returns the fill color
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the background color.
getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the background color of the tooltip.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the background color callback, if set, otherwise null.
getBackgroundColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the background color callback, if set, otherwise null.
getBarPercentage() - Method in class org.pepstock.charba.client.data.BarDataset
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.data.BarDataset
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 interface org.pepstock.charba.client.colors.IsColor
Returns the blue value.
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.configuration.Tooltips
Returns the body alignment.
getBodyAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.TooltipsCallbacks
Returns the user body callback.
getBodyFontColor() - Method in class org.pepstock.charba.client.configuration.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.configuration.Tooltips
Returns the body font color.
getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the body line font.
getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the body font size.
getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the body font style.
getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodyFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the spacing to add to top and bottom of each tooltip item.
getBodySpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBodySpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBodySpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.
getBorderAlign() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.data.BorderAligner
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getBorderAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the property to set the border alignment on chart datasets.
getBorderAlign() - Method in class org.pepstock.charba.client.options.Arc
Returns the property to set the border alignment on chart datasets.
getBorderAlignCallback() - Method in class org.pepstock.charba.client.data.BorderAligner
Returns the border align callback, if set, otherwise null.
getBorderAligner() - Method in class org.pepstock.charba.client.data.PieDataset
 
getBorderAligner() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
 
getBorderCapStyle() - Method in class org.pepstock.charba.client.configuration.Line
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderCapStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns how the end points of every line are drawn.
getBorderCapStyle() - Method in class org.pepstock.charba.client.options.Line
Returns how the end points of every line are drawn.
getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border cap style callback, if set, otherwise null.
getBorderColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color of the border.
getBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the color of the bar border
getBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the color of the line.
If property is missing or not a color, returns the default border color.
getBorderColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
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.AbstractElement
Returns the border color.
getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the gradient of the bar border.
getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the gradient of the line.
If property is missing or not a gradient, returns null.
getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the color of the bar border
getBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the color of the line.
If property is missing or not a color, returns the default border color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border color as string.
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border color.
getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the color of the border.
getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
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.items.TooltipModel
Returns the border color of tooltips.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border color.
getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the color of the border.
getBorderColorBackground() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the border color of tooltips.
getBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the border color callback, if set, otherwise null.
getBorderColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border color callback, if set, otherwise null.
getBorderDash() - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.RadialAngleLines
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.data.LiningDataset
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.impl.plugins.DatasetsItemsSelectorOptions
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.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.
getBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash callback, if set, otherwise null.
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.GridLines
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns the line dash pattern offset or "phase".
getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
Returns the line dash pattern offset or "phase".
getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border dash offset callback, if set, otherwise null.
getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.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 end points 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.data.LiningDataset
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 end points 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.defaults.chart.DefaultChartLine
 
getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
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 end points 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.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 end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border join style callback, if set, otherwise null.
getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border radius.
getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border radius callback, if set, otherwise null.
getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Rectangle
Returns the edge to skip drawing the border for.
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.chart.DefaultChartRectangle
 
getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRectangle
 
getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultRectangle
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.Rectangle
Returns the edge to skip drawing the border for.
getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the border skipped callback, if set, otherwise null.
getBorderWidth() - Method in class org.pepstock.charba.client.ChartNode
Returns the border width value.
getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke width of the bar in pixels.
getBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the width of the line in pixels.
getBorderWidth() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
Returns the border width.
getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the size of the border.
getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the border width of the selection.
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.items.TooltipModel
Returns the size of border.
getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
Returns the border width.
getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the size of the border.
getBorderWidthAsItem() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the stroke width of the bar in pixels.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
Returns the border width callback, if set, otherwise null.
getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the border width callback, if set, otherwise null.
getBottom() - Method in class org.pepstock.charba.client.colors.Area
Returns the bottom coordinate.
getBottom() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.datalabels.Padding
Returns the padding bottom in pixel.
getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding bottom in pixel.
getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the bottom of chart area.
getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBounds() - Method in class org.pepstock.charba.client.options.Scale
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the width of colored box.
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
Returns the width of colored box.
getBoxWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
Returns the width of colored box.
getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
Returns the function callback implemented into additional java script source.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Returns the user callback instance.
getCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the user callback to change point labels.
getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
 
getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
Returns the callbacks element.
getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
Returns the canvas element used to draw the chart.
getCanvas() - Method in interface org.pepstock.charba.client.IsChart
Returns the canvas element used to draw the chart.
getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the canvas pattern if exists.
getCaretPadding() - Method in class org.pepstock.charba.client.configuration.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.defaults.chart.DefaultChartTooltips
 
getCaretPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCaretPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.items.TooltipModel
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.configuration.Tooltips
Returns the size, in px, of the tooltip arrow.
getCaretSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getCaretSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCaretSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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 pixels, 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.data.BarDataset
Returns the percent (0-1) of the available width each category should be within the sample width.
getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns the coordinates of a center of arc for RADIAL gradient.
getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getCharbaId() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the unique id of axis.
getCharbaId() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the unique id of scale.
getCharbaId() - Method in class org.pepstock.charba.client.options.ExtendedScale
Returns the unique id of scale.
getCharbaId() - Method in class org.pepstock.charba.client.options.Options
Returns the CHARBA id when the options are related to a chart instance.
getChart() - Method in class org.pepstock.charba.client.Chart
Returns the CHARBA chart or null if CHARBA id is not present into CAHRT.JS chart options.
getChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the CHARBA chart instance.
getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the chart instance, stored in the event as source.
getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
 
getChartArea() - Method in class org.pepstock.charba.client.ChartNode
Returns the chart area item.
getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
Returns the extended chart type of controller, otherwise null.
getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the the sweep to allow arcs to cover.
getCircumference() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.
getCircumference() - Method in class org.pepstock.charba.client.options.Options
Returns the the sweep to allow arcs to cover.
getClampCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the clamp callback, if set, otherwise null.
getClearSelection() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the clear selection element.
getClickEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
getClientBundle() - Static method in class org.pepstock.charba.client.resources.ResourcesType
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw.
getClipCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the clip callback, if set, otherwise null.
getColor() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the color of the gradient.
getColor() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
 
getColor() - Method in enum org.pepstock.charba.client.colors.HtmlColor
 
getColor() - Method in class org.pepstock.charba.client.configuration.GridLines
The color of the grid lines.
getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the color.
getColor() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
 
getColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for value.
getColor() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the color if it has been set, otherwise null.
getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getColor() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the color of angled lines.
getColor() - Method in class org.pepstock.charba.client.options.GridLines
The color of the grid lines.
getColorAsString() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the color of the gradient.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.GridLines
The color of the grid lines.
getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the color as string.
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
Returns the color of angled lines.
getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
The color of the grid lines.
getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for value.
getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the color as string if it has been set, otherwise null.
getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns the color.
getColorAsString() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the color of angled lines.
getColorAsString() - Method in class org.pepstock.charba.client.options.GridLines
The color of the grid lines.
getColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the color callback, if set, otherwise null.
getColors() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the unmodifiable list of stopping colors.
getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns a list of colors which are composing a color scheme.
getColorsAsString() - Method in class org.pepstock.charba.client.options.GridLines
The color of the grid lines.
getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of columns widths.
getConsole() - Static method in class org.pepstock.charba.client.utils.Window
Returns the Console object
getControllers() - Method in class org.pepstock.charba.client.Defaults
Returns the controllers.
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.configuration.Tooltips
Returns the radius of tooltip corner curves.
getCornerRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getCornerRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getCornerRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Line
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getCubicInterpolationMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationMode() - Method in class org.pepstock.charba.client.options.Line
Returns algorithm used to interpolate a smooth curve from the discrete data points.
getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
Returns the border join style callback, if set, otherwise null.
getCurrent() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Returns the current threshold.
getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.ChartNode
Returns the current device pixel ratio.
getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
Returns the current animation frame number.
getCursor() - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
Returns the pointer cursor to use.
getCursorOfChart(IsChart) - Static method in class org.pepstock.charba.client.utils.Utilities
Returns the cursor currently set into chart.
getCursorPointer() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Returns the cursor type when the cursor is over the dataset item.
getCustomCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user custom callback.
getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the the percentage of the chart that is cut out of the middle.
getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the the percentage of the chart that is cut out of the middle.
getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
Returns the the percentage of the chart that is cut out of the middle.
getData() - Method in class org.pepstock.charba.client.AbstractChart
Returns the data object with all passed datasets.
getData() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns an array of integer of data
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(boolean) - 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 interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
getData() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
getData() - Method in interface org.pepstock.charba.client.IsChart
Returns the data object with all passed datasets.
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.
getDataPoints() - Method in interface org.pepstock.charba.client.data.HasDataPoints
Returns the data property of a dataset for a chart is specified as an array of data points
getDataPoints(boolean) - Method in interface org.pepstock.charba.client.data.HasDataPoints
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.
getDataset() - Method in class org.pepstock.charba.client.data.Dataset
 
getDataset() - Method in interface org.pepstock.charba.client.data.HasDataset
Gets the dataset instance.
getDatasetAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the dataset that matches the event and returns that metadata.
getDatasetAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
Looks for the dataset that matches the event and returns that metadata.
getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
Returns the dataset index of the data inside the dataset.
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
getDatasetIndex() - Method in class org.pepstock.charba.client.labels.RenderItem
Returns the dataset index of the data inside the dataset.
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.
getDatasetMeta(int) - Method in interface org.pepstock.charba.client.IsChart
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(boolean) - 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.
getDataString(boolean) - 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.
getDataString() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
getDataString(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
getDataType() - Method in class org.pepstock.charba.client.data.Dataset
Returns the data type of datasets.
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default background color value based on type of chart.
getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border color value based on type of chart.
getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
 
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default border width value based on type of chart.
getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getDefaultByType(GradientType) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the default orientation based on gradient type.
getDefaultChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
Returns the default options created based on chart type.
getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the default options created based on chart type.
getDefaultColor() - Method in class org.pepstock.charba.client.options.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.chart.DefaultChartOptions
 
getDefaultColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDefaultColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.options.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.options.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.chart.DefaultChartOptions
 
getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDefaultFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.options.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.chart.DefaultChartOptions
 
getDefaultFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDefaultFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-family options.
getDefaultFontFamily() - Method in class org.pepstock.charba.client.options.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.chart.DefaultChartOptions
 
getDefaultFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDefaultFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the font size to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontSize() - Method in class org.pepstock.charba.client.options.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.chart.DefaultChartOptions
 
getDefaultFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDefaultFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the font style to use in the chart, on all objects, if not override by the specific configuration.
getDefaultFontStyle() - Method in class org.pepstock.charba.client.options.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
returns the default format for the time unit.
getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
Returns the default values of tiles configuration.
getDefaultValue() - Method in class org.pepstock.charba.client.enums.Filler
Returns the default value of FILL to use when the property does not exist.
getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
Returns the default options instance.
getDevicePixelRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
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.defaults.chart.DefaultChartOptions
 
getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getDevicePixelRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
getDevicePixelRatio() - Static method in class org.pepstock.charba.client.utils.Window
Returns the device pixel ratio
getDisplay() - Method in class org.pepstock.charba.client.configuration.Axis
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
getDisplay() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the visibility of labels.
getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
 
getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
 
getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns how showing the axis.
getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
The display option controls the visibility of axis
getDisplay() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the display type of data in chart.
getDisplay() - Method in class org.pepstock.charba.client.options.Scale
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
getDisplay() - Method in class org.pepstock.charba.client.options.Scales
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the display callback, if set, otherwise null.
getDisplayFontColor() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the font color to apply to the display of value.
getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
Returns the display formats are used to configure how different time units are formed into strings for the axis tick marks.
getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.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.configuration.Time
Returns the displayFormats element.
getDisplayFormats() - Method in class org.pepstock.charba.client.options.Time
Returns the displayFormats element.
getDistribution() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the property controls the data distribution along the scale.
getDistribution() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getDistribution() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getDistribution() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the property controls the data distribution along the scale.
getDistribution() - Method in class org.pepstock.charba.client.options.Scale
Returns the property controls the data distribution along the scale.
getDrawer() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
Returns the instance of shape drawer.
getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
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.configuration.Animation
Returns the number of milliseconds an animation takes.
getDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
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.configuration.Animation
Returns the animation easing.
getEasing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
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.items.DatasetPluginItem
Returns the current animation frame number.
getEasing() - Method in class org.pepstock.charba.client.items.TooltipPluginItem
Returns the total number of animation frames.
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.
getElementAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
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.configuration.ConfigurationOptions
Returns the elements element.
getElements() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getElements() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the elements defaults.
getElements() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Returns the chart elements in scope to "cursorpointer" plugin.
getElements() - Method in class org.pepstock.charba.client.options.Options
Returns the elements element.
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.
getElementsAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
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.
getEmptyColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for empty sector.
getEmptyColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the fill color for empty sector.
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.
getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the ENTER event (the mouse is moved over a label) handler.
getEvent() - Method in class org.pepstock.charba.client.items.EventPluginItem
Returns the native event into the CHART.JS event.
getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the browser events that the chart should listen to for tooltips and hovering.
getEvents() - Method in class org.pepstock.charba.client.options.Options
Returns the browser events that the chart should listen to for tooltips and hovering.
getFamily() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the font family, follows CSS font-family options.
getFill() - Method in class org.pepstock.charba.client.configuration.Line
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getFill() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getFill() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns how to fill the area under the line.
getFill(int) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns a fill, based on absolute dataset index, using the passed index.
getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
Returns a fill, based on relative dataset index, using the passed index.
If the passed argument is not a relative dataset index, checks if is predefined fill.
getFill() - Method in class org.pepstock.charba.client.enums.Filler
Returns how to fill the area under the line.
getFill() - Method in interface org.pepstock.charba.client.enums.HasFill
Returns how to fill the area under the line.
getFill() - Method in class org.pepstock.charba.client.options.Line
Returns how to fill the area under the line.
getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill callback, if set, otherwise null.
getFiller() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getFiller() - Method in interface org.pepstock.charba.client.enums.HasFill
Returns a filler instance to use into default methods of this interface.
getFiller() - Method in class org.pepstock.charba.client.options.Line
 
getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the fill style of the legend box
getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the user filter callback.
getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user filter callback.
getFont() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the font element.
getFont() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
Returns the font of scale.
getFontCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the font callback, if set, otherwise null.
getFontColor() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the font color for scale label
getFontColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font color for label
getFontColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font color for tick labels.
getFontColor() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font color for title
getFontColor() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the the clear selection label font color.
getFontColor() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the the font color as color.
getFontColor() - Method in class org.pepstock.charba.client.options.Fonter
Returns the font color
getFontColor() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font color.
getFontColor() - Method in class org.pepstock.charba.client.options.PointLabels
 
getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the font color for scale label
getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font color for label
getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font color for tick labels.
getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font color for title
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
Returns the font color
getFontColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the the clear selection label font color.
getFontColorAsString() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the the font color as string.
getFontColorAsString() - Method in class org.pepstock.charba.client.options.Fonter
Returns the font color
getFontColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font color as string.
getFontColorAsString() - Method in class org.pepstock.charba.client.options.PointLabels
 
getFontColorCallback() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the font color callback, if set, otherwise null.
getFontColors() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the font colors as list.
getFontColorsAsString() - Method in class org.pepstock.charba.client.options.PointLabels
Returns the font colors as list.
getFonter() - Method in interface org.pepstock.charba.client.options.HasFont
Returns a fonter instance to use into default methods of this interface.
getFonter() - Method in class org.pepstock.charba.client.options.LegendLabels
 
getFontFamily() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the font family for the scale label, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font family for the label, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font family for the tick labels, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font family for title, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
Returns the font family, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the font family to apply to the display of value.
getFontFamily() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the font family, follows CSS font-family options.
getFontFamily() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the font family.
getFontFamily() - Method in class org.pepstock.charba.client.options.Fonter
Returns the font family, follows CSS font-family options.
getFontFamily() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font family, follows CSS font-family options.
getFontSize() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the font size for scale label.
getFontSize() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font size for label.
getFontSize() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font size for the tick labels.
getFontSize() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font size for title.
getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
Returns the font size.
getFontSize() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the font size.
getFontSize() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the the font size.
getFontSize() - Method in class org.pepstock.charba.client.options.Fonter
Returns the font size.
getFontSize() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font size.
getFontStyle() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the font style for the scale label, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the font style for the label, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the font style for the tick labels, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.configuration.Title
Returns the font style for title, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
Returns the font style, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns the font style to apply to the display of value.
getFontStyle() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the font style, follows CSS font-style options (i.e.
getFontStyle() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the font style.
getFontStyle() - Method in class org.pepstock.charba.client.options.Fonter
Returns the font style, follows CSS font-style options (i.e.
getFontStyle() - Method in interface org.pepstock.charba.client.options.HasFont
Returns the font style, 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.configuration.Tooltips
Returns the footer alignment.
getFooterAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the footer 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 body alignment.
getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user footer callback.
getFooterFontColor() - Method in class org.pepstock.charba.client.configuration.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.configuration.Tooltips
Returns the footer font color.
getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the footer font.
getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the footer font size.
getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the footer font style.
getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the margin to add before drawing the footer.
getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterMarginTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the spacing to add to top and bottom of each footer line.
getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getFooterSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.impl.callbacks.NoSelectedDatasetTicksCallback
Returns the number format applied to ticks.
getFormat() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Returns the number format as string to apply.
getFormat() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the format to apply to display the value.
getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the formatter callback, if set, otherwise null.
getFrom() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Returns the starting index of of selected datasets items.
If equals to CLEAR_SELECTION, the event is related to a clear of selection area.
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.Defaults
Returns the global options.
getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the gradient if it has been set, otherwise null.
getGreen() - Method in class org.pepstock.charba.client.colors.Color
 
getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the green value.
getGrideLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the grid lines element.
getGrideLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getGrideLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getGrideLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the grid lines defaults.
getGrideLines() - Method in class org.pepstock.charba.client.options.Scale
Returns the grid lines element.
getHeight() - Method in class org.pepstock.charba.client.ChartNode
Returns the height in pixel.
getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
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.configuration.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
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.chart.DefaultChartPoint
 
getHitRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHitRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
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.Point
Returns the pixel size of the non-displayed point that reacts to mouse events.
getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the hit radius callback, if set, otherwise null.
getHover() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the hover element.
getHover() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getHover() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the hover defaults.
getHover() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns nothing but throws an exception because not available.
getHover() - Method in class org.pepstock.charba.client.options.Options
Returns the hover element.
getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill color of the elements when hovered.
getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill gradients of the arcs in the dataset when hovered.
getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill gradients of elements when hovered.
getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill patterns of the arcs in the dataset when hovered.
getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill patters of elements when hovered.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the fill color of the arcs when hovered as string.
getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the fill color of the elements when hovered.
getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the hover background color callback, if set, otherwise null.
getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke color of the elements when hovered
getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke gradients of the arcs in the dataset when hovered.
getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke gradients of the elements when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke color of the arcs when hovered.
getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke color of the elements when hovered.
getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the hover border color callback, if set, otherwise null.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.configuration.Point
Returns the border width of point when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the stroke width of the arcs when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Returns the stroke width of the elements when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHoverBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the border width of point when hovered.
getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.Point
Returns the border width of point when hovered.
getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
Returns the hover border width callback, if set, otherwise null.
getHoverRadius() - Method in class org.pepstock.charba.client.configuration.Point
Returns the radius of the 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.chart.DefaultChartPoint
 
getHoverRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getHoverRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the radius of the point when hovered.
getHoverRadius() - Method in class org.pepstock.charba.client.options.Point
Returns the radius of the point when hovered.
getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the hover radius callback, if set, otherwise null.
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.ChartNode
Returns the CHART JS chart ID.
getId() - Method in class org.pepstock.charba.client.colors.CanvasObject
Returns the unique canvas id.
getId() - Method in class org.pepstock.charba.client.data.Dataset
Returns the unique id of datasets.
getId() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
getId() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
getId() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
getId() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
getId() - Method in interface org.pepstock.charba.client.IsChart
Returns the ID of chart.
It could be considered as chart unique ID.
getId() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the id of scale
getId() - Method in class org.pepstock.charba.client.options.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 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.AbstractPluginOptions
Returns the unique ID of the options.
getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Gets all global registered plugins ids.
getImage() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the image to use into pattern if exists.
getImage() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the clear selection image.
getImages() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the images when Render is Render.IMAGE.
getIndex() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
Returns the index of the data inside the dataset.
getIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
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.DatasetPluginItem
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.TooltipItem
Returns the index of the data inside the dataset.
getIndex() - Method in class org.pepstock.charba.client.labels.RenderItem
Returns the index of the data inside the dataset.
getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
Returns the initial cursor of the chart.
getInitialCursor() - Method in interface org.pepstock.charba.client.IsChart
Returns the initial cursor of the chart.
getInner() - Method in class org.pepstock.charba.client.colors.Radius
Returns the inner radius of arc.
getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
The innerHeight property returns the inner height of a window's content area.
getInnerOptions() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
 
getInnerOptions() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
Returns a collection of inner options of the main one.
Must be override if inner options must be removed from cache.
getInnerRadius() - Method in class org.pepstock.charba.client.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.
getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
The innerWidth property returns the inner width of a window's content area.
getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
Returns a color using the gradient as source of colors.
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.AxisClickEvent
Returns the scale item related to the click
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
getItem() - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
Returns the legend item related to the leaving.
getItem() - Method in class org.pepstock.charba.client.events.TitleClickEvent
Returns the title related to the click
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.
getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the user item sort callback.
getKeyByValue(Class<T>, String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key into an enumeration by the value.
getKeyByValue(Class<T>, String, T) - Static method in interface org.pepstock.charba.client.commons.Key
Returns a key into an enumeration by the value, or the default key passed as argument.
getKeyPrefix() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
Returns a unique key prefix for shape to use into cache.
getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
Returns the label for the dataset which appears in the legend and tooltips.
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.data.LiningDataset
Returns the label for the dataset which appears in the legend and tooltips.
getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the stored options for specific key.
getLabel(Key) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the stored options for specific key.
getLabel() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the clear selection label.
getLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the label.
getLabel() - Method in class org.pepstock.charba.client.items.ScaleTickItem
Returns the label of the tick.
getLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the label for the tooltip.
getLabel() - Method in class org.pepstock.charba.client.labels.RenderItem
Returns the label for the dataset.
getLabelCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Returns the user label callback.
getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels color of tooltip.
getLabelKeys() - Method in class org.pepstock.charba.client.datalabels.Labels
Returns the list of all keys related to stored options.
getLabelOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getLabelOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getLabelOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the distance in pixels to offset the label from the center 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.
getLabelOffset() - Method in class org.pepstock.charba.client.options.Ticks
Returns the distance in pixels to offset the label from the center 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.configuration.CartesianCategoryTick
Returns the array of labels to display.
getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the legend labels element.
getLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels.
getLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the labels for axes.
getLabels() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the labels element.
getLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the labels object defaults.
getLabels() - Method in class org.pepstock.charba.client.options.Legend
Returns the legend labels element.
getLabels() - Method in class org.pepstock.charba.client.options.Ticks
Returns the array of labels to display.
getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the user callback to generate labels.
getLabelString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the text for the label.
getLabelString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getLabelString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
 
getLabelString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
Returns the text for the scale string.
getLabelString() - Method in class org.pepstock.charba.client.options.ScaleLabel
Returns the text for the scale string.
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.configuration.ConfigurationOptions
Returns the layout element.
getLayout() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getLayout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the layout defaults.
getLayout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns nothing but throws an exception because not available.
getLayout() - Method in class org.pepstock.charba.client.options.Options
Returns the layout element.
getLeaveEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
Returns the LEAVE event (the mouse is moved out of a label) handler.
getLeft() - Method in class org.pepstock.charba.client.colors.Area
Returns the left coordinate.
getLeft() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding left in pixel.
getLeft() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width left in pixel.
getLeft() - Method in class org.pepstock.charba.client.datalabels.Padding
Returns the padding left in pixel.
getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
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.
getLegend() - Method in class org.pepstock.charba.client.ChartNode
Returns the legend item.
getLegend() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the legend element.
getLegend() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getLegend() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the legend defaults.
getLegend() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns nothing but throws an exception because not available.
getLegend() - Method in class org.pepstock.charba.client.options.Options
Returns the legend element.
getLegendCallback() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the legend callback instance
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.configuration.Elements
Returns the line element.
getLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns LINE object defaults.
getLine() - Method in class org.pepstock.charba.client.options.Elements
Returns the line element.
getLinearAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
Returns the axis for values.
getLineCap() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the lineCap, to determine the shape used to draw the end points of lines.
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.configuration.CartesianScaleLabel
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.configuration.Title
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the height of an individual line of text.
getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTickItem
 
getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseTick
Returns the height of an individual line of text.
getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns the height of an individual line of text.
getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
Returns the height of an individual line of text.
getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Title
Returns the height of an individual line of text.
getLineHeightAsString() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the height of an individual line of text.
getLineJoin() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the lineJoin, to determine the shape used to join two line segments where they meet.
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 end points 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.
getLinesWidth() - Method in class org.pepstock.charba.client.options.GridLines
Returns the stroke widths of grid lines.
getLineTension() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns curve tension of the line.
getLineWidth() - Method in class org.pepstock.charba.client.configuration.GridLines
Returns the stroke widths of grid lines.
getLineWidth() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Returns the width of angled lines.
getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
Returns the width of angled lines.
getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns the stroke widths of grid lines.
getLineWidth() - Method in class org.pepstock.charba.client.items.LegendLabelItem
Returns the width of line in pixels.
getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
Returns the width of angled lines.
getLineWidth() - Method in class org.pepstock.charba.client.options.GridLines
Returns the stroke width of grid lines.
getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
Returns the list of line widths.
getListeners() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the listeners element.
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.chart.DefaultChartTicks
 
getMajor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMajor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the major tick defaults.
getMajor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the major element.
getMargin() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the margin from canvas border.
getMargins() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the margin item.
getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Returns the maximum item to display.
getMax() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
If defined, this will override the data maximum.
getMax() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMax() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the maximum value of chart.
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.Ticks
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMaxAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMaxAsDate() - Method in class org.pepstock.charba.client.options.Ticks
If defined, this will override the data maximum.
getMaxAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the max value of scale.
getMaxAsString() - Method in class org.pepstock.charba.client.options.Ticks
Returns the user defined maximum number for the scale, overrides maximum value from data.
getMaxBarThickness() - Method in class org.pepstock.charba.client.data.BarDataset
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.chart.DefaultChartTicks
 
getMaxRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMaxRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the maximum rotation for tick labels when rotating to condense labels.
getMaxRotation() - Method in class org.pepstock.charba.client.options.Ticks
Returns the maximum rotation for tick labels when rotating to condense labels.
getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the maximum number of ticks and grid lines to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMaxTicksLimit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the maximum number of ticks and gridlines to show.
getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
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.
getMeta() - Method in class org.pepstock.charba.client.items.DatasetPluginItem
Returns the dataset meta data item.
getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Returns the minimum item to display
getMin() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
If defined, this will override the data minimum.
getMin() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
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 minimum value of scale.
getMin() - Method in class org.pepstock.charba.client.options.Ticks
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMinAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value of scale.
getMinAsDate() - Method in class org.pepstock.charba.client.options.Ticks
If defined, this will override the data minimum.
getMinAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value of scale.
getMinAsString() - Method in class org.pepstock.charba.client.options.Ticks
Returns the user defined minimum number for the scale, overrides minimum value from data.
getMinBarLength() - Method in class org.pepstock.charba.client.data.BarDataset
Returns a minimum length in pixels.
getMinIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum index of scale.
getMinNotZero() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the minimum value not zero of scale, only for CartesianLogarithmicAxis.
getMinor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMinor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMinor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the minor tick defaults.
getMinor() - Method in class org.pepstock.charba.client.options.Ticks
Returns the minor tick element.
getMinRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getMinRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getMinRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the minimum rotation for tick labels.
getMinRotation() - Method in class org.pepstock.charba.client.options.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.configuration.Time
The minimum display format to be used for a time unit.
getMinUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getMinUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getMinUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The minimum display format to be used for a time unit.
getMinUnit() - Method in class org.pepstock.charba.client.options.Time
The minimum display format to be used for a time unit.
getMode() - Method in class org.pepstock.charba.client.configuration.Hover
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns which elements appear in the tooltip.
getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
 
getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
 
getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
Returns which elements appear in the tooltip.
getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns which elements appear in the tooltip.
getMode() - Method in enum org.pepstock.charba.client.enums.Fill
 
getMode() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the type of filling.
getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
Returns the tooltip model
getMultiKeyBackground() - Method in class org.pepstock.charba.client.configuration.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.configuration.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.chart.DefaultChartTooltips
 
getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getMultiKeyBackgroundAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.impl.charts.GaugeThreshold
 
getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getName() - Method in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
 
getName() - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Returns the name of tooltip position which must be used in chart options.
getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
Returns the native event instance.
getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the native object instance.
getNativeOptions() - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
Returns the options property by native object.
getNode() - Method in class org.pepstock.charba.client.AbstractChart
Returns the chart node with runtime data.
getNode() - Method in class org.pepstock.charba.client.controllers.ControllerContext
Returns the chart node with runtime data.
getNode() - Method in interface org.pepstock.charba.client.IsChart
Returns the chart node with runtime data.
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.impl.plugins.DatasetsItemsSelectorOptions
Returns the java script object of this options.
getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Wraps the protected method to get the java script object in order to consume it.
getOffset() - Method in class org.pepstock.charba.client.colors.GradientColor
Returns the defined offset for stopping gradient color.
getOffset() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the distance (in pixels) to pull the label away from the anchor point.
getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the offset callback, if set, otherwise null.
getOffsetX() - Method in class org.pepstock.charba.client.ChartNode
Returns the offset X value.
getOffsetY() - Method in class org.pepstock.charba.client.ChartNode
Returns the offset Y value.
getOpacity() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the opacity.
getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the opacity of tooltip.
getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the opacity callback, if set, otherwise null.
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.ChartNode
Returns the options item.
getOptions(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
Returns the options, if exist.
getOptions() - Method in class org.pepstock.charba.client.configuration.BubbleOptions
 
getOptions() - Method in class org.pepstock.charba.client.configuration.LineOptions
 
getOptions(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the plugin options, if exist.
getOptions() - Method in class org.pepstock.charba.client.configuration.RadarOptions
 
getOptions() - Method in class org.pepstock.charba.client.configuration.ScatterOptions
 
getOptions() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
 
getOptions(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
Returns the plugin dataset configuration, if exist.
getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
Returns the default options by a chart type, by defaults of CHART.JS.
getOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Returns the default options without scales.
getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
 
getOptions() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
getOptions() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
getOptions() - Method in interface org.pepstock.charba.client.IsChart
Returns the options of chart.
getOptions() - Method in class org.pepstock.charba.client.LineChart
 
getOptions(String, NativeObjectContainerFactory<T>) - 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(NativeObject) - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
Returns the cached plugin options instance if there is, otherwise returns null.
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
 
getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
 
getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
 
getOptionsAsList(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the plugin options as list of object containers, if exist.
getOptionsAsList(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
Returns the plugin options as list of object containers, if exist.
getOptionsType(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns the options type.
getOptionsType(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns the options type.
getOptionValue(ScriptableContext, Scriptable<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the value of the property as result of callback (the same type).
getOptionValue(ScriptableContext, Scriptable<T>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the value of the property as result of callback (the same type), passing a default value.
getOptionValueAsColor(ScriptableContext, Scriptable<?>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
By defaults, is able to manage also Pattern or CanvasPattern.
getOptionValueAsColor(ScriptableContext, Scriptable<?>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
getOptionValueAsString(ScriptableContext, Scriptable<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
getOptionValueAsString(ScriptableContext, Scriptable<T>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the enumeration value of the property by invoking a callback which is typed to a key, passing a default value.
getOrder() - Method in class org.pepstock.charba.client.data.Orderer
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
getOrderer() - Method in class org.pepstock.charba.client.data.BarDataset
 
getOrderer() - Method in class org.pepstock.charba.client.data.BubbleDataset
 
getOrderer() - Method in class org.pepstock.charba.client.data.LiningDataset
 
getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient orientation.
getOuter() - Method in class org.pepstock.charba.client.colors.Radius
Returns the outer radius if an arc.
getOuterHeight() - Static method in class org.pepstock.charba.client.utils.Window
The outerHeight property returns the outer height of a window, including all interface elements (like toolbars/scrollbars).
getOuterRadius() - Method in class org.pepstock.charba.client.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.
getOuterWidth() - Static method in class org.pepstock.charba.client.utils.Window
The outerWidth property returns the outer width of a window, including all interface elements (like toolbars/scrollbars).
getOutsidePadding() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the padding when position is Position.OUTSIDE.
getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.Layout
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.configuration.LegendLabels
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.configuration.Title
Returns the padding to apply around title.
getPadding() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
Returns padding object defaults.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
Returns the padding to apply around labels.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
Returns the padding defaults.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the padding between the tick label and the axis.
getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns the padding to apply around labels.
getPadding() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the padding of clear selection element.
getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Returns the padding height used by clear selection element if enabled.
This is very helpful when you have added padding for your purposes and you need to know the amount of space that the element allocated.
getPadding() - Method in class org.pepstock.charba.client.options.Layout
Returns the padding elements.
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.ScaleLabel
Returns the padding element.
getPadding() - Method in class org.pepstock.charba.client.options.Ticks
Returns the padding between the tick label and the axis.
getPadding() - Method in class org.pepstock.charba.client.options.Title
Returns the padding to apply around labels.
getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the padding bottom in pixel.
getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the padding callback, if set, otherwise null.
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.
getParser() - Method in class org.pepstock.charba.client.configuration.Time
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
getParser() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getParser() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getParser() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
getParser() - Method in class org.pepstock.charba.client.options.Time
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
getPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Returns the pattern if it has been set, otherwise null.
getPercentage() - Method in class org.pepstock.charba.client.labels.RenderItem
Returns the percentage for the dataset.
getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
Returns the plugin id related to this options.
getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Returns the plugin id related to this options.
getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Returns the plugin id related to this options.
getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
Returns the plugins element to manage inline plugins.
getPlugins() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the plugins element.
getPlugins() - Method in class org.pepstock.charba.client.Defaults
Returns the global plugins manager.
getPlugins() - Method in interface org.pepstock.charba.client.IsChart
Returns the plugins element to manage inline plugins.
getPlugins() - Method in class org.pepstock.charba.client.options.Options
Returns the plugins element.
getPoint() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the point element.
getPoint() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getPoint() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns POINT object defaults.
getPoint() - Method in class org.pepstock.charba.client.options.Elements
Returns the point element.
getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the fill color for points.
getPointBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color callback, if set, otherwise null.
getPointBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border color for points.
getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border gradient for points.
getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border color for points.
getPointBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color callback, if set, otherwise null.
getPointBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the width of the point border in pixels.
getPointBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border width callback, if set, otherwise null.
getPointHitRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the pixel size of the non-displayed point that reacts to mouse events.
getPointHitRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hit radius callback, if set, otherwise null.
getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point background color when hovered.
getPointHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover background color callback, if set, otherwise null.
getPointHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color when hovered.
getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border gradient when hovered.
getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point border color when hovered.
getPointHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover border color callback, if set, otherwise null.
getPointHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the border width of point when hovered.
getPointHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover border width callback, if set, otherwise null.
getPointHoverRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the radius of the point when hovered.
getPointHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point hover radius callback, if set, otherwise null.
getPointLabels() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the point labels element.
getPointLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getPointLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getPointLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the point labels defaults.
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.Scale
Returns the point labels element.
getPointRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the radius of the point shape.
getPointRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point radius callback, if set, otherwise null.
getPointRotation() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the rotation of the point in degrees.
getPointRotationCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point rotation callback, if set, otherwise null.
getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the style of the point.
getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns the style of the dataset item.
getPointStyle() - Method in class org.pepstock.charba.client.items.LegendLabelItem
Returns the style of the legend box (only used if usePointStyle is true)
getPointStyle() - Method in class org.pepstock.charba.client.options.Point
Returns the style of the point.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
Returns the style of the point as image.
getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendLabelItem
Returns the style (as image) of the legend box (only used if usePointStyle is true)
getPointStyleAsImages() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the style of the point as image.
getPointStyleAsImages() - Method in class org.pepstock.charba.client.options.Point
Returns the style of the point as image.
getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the point style callback, if set, otherwise null.
getPointStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns the point style callback, if set, otherwise null.
getPosition() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the position of the legend.
getPosition() - Method in class org.pepstock.charba.client.configuration.Title
Returns the position of title.
getPosition() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the mode for positioning the tooltip.
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns the position of the legend.
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Position of the axis in the chart.
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns the position of title.
getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
Returns the mode for positioning the tooltip.
getPosition() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the clear selection label position.
getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
Returns the position of node.
getPosition() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the position to draw label.
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.Scale
Position of the axis in the chart.
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.
getPositionAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the position of node as string.
getPrecision() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecision() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecision() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getPrecision() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getPrecision() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getPrecision() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the precision for percentage.
getPrecision() - Method in class org.pepstock.charba.client.options.Ticks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
Gets the function proxy implemented into additional java script source.
getR() - Method in class org.pepstock.charba.client.data.DataPoint
Returns the bubble radius in pixels (not scaled).
getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Returns the inner and outer radius of arc for RADIAL gradient.
getRadius() - Method in class org.pepstock.charba.client.configuration.Point
Returns the radius of the point when hovered.
getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius of the point shape.
getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
 
getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
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.Point
Returns the radius of the point when hovered.
getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the radius callback, if set, otherwise null.
getRadiusLength() - Method in class org.pepstock.charba.client.ChartNode
Returns the radius length value.
getRectangle() - Method in class org.pepstock.charba.client.configuration.Elements
Returns the rectangle element.
getRectangle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
 
getRectangle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
Returns RECTANGLE object defaults.
getRectangle() - Method in class org.pepstock.charba.client.options.Elements
Returns the rectangle element.
getRed() - Method in class org.pepstock.charba.client.colors.Color
 
getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns the red value.
getReferences() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
Returns the list of references of this options.
Called by factory in order to manage correctly the cache and removes this option when it doesn't have any reference.
getRender() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the clear selection render.
getRender() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns what data must be showed.
getRenderCallback() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the render callback, if set, otherwise null.
getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
Returns the repetition to use into pattern.
getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the duration in milliseconds it takes to animate to new size after a resize event.
getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getResponsiveAnimationDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.Options
Returns the duration in milliseconds it takes to animate to new size after a resize event.
getRight() - Method in class org.pepstock.charba.client.colors.Area
Returns the right coordinate.
getRight() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width right in pixel.
getRight() - Method in class org.pepstock.charba.client.datalabels.Padding
Returns the padding right in pixel.
getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
Returns the padding right in pixel.
getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns the right of chart area.
getRotation() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Returns the starting angle to draw arcs from.
getRotation() - Method in class org.pepstock.charba.client.configuration.Point
Returns the point rotation (in degrees).
getRotation() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the rotation of the point in degrees.
getRotation() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
 
getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
 
getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the starting angle to draw arcs from.
getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
Returns the point rotation (in degrees).
getRotation() - Method in class org.pepstock.charba.client.items.LegendItem
Returns the rotation of the point in degrees (only used if usePointStyle is true).
getRotation() - Method in class org.pepstock.charba.client.options.Options
Returns the starting angle to draw arcs from.
getRotation() - Method in class org.pepstock.charba.client.options.Point
Returns the point rotation (in degrees).
getRotationCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
Returns the rotation callback, if set, otherwise null.
getRotationCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the rotation callback, if set, otherwise null.
getRound() - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
getRound() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getRound() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getRound() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
If defined, dates will be rounded to the start of this unit.
getRound() - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
getSampleSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSampleSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSampleSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
getSampleSize() - Method in class org.pepstock.charba.client.options.Ticks
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
getScale() - Method in class org.pepstock.charba.client.ChartOptions
 
getScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getScale() - Method in class org.pepstock.charba.client.Defaults
Returns the global scale.
getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
Returns the global scale by axis type.
getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
 
getScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
Returns the scale/axis defaults.
getScale() - Method in class org.pepstock.charba.client.options.ScaledOptions
 
getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
Returns the default options with scales.
getScaleIsInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
Returns the scale item if the chart event is inside of one of scales, otherwise null.
getScaleLabel() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getScaleLabel() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getScaleLabel() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the scale label defaults
getScaleLabel() - Method in class org.pepstock.charba.client.options.Scale
Returns the scale label element.
getScales() - Method in class org.pepstock.charba.client.ChartNode
Returns the scales item.
getScales() - Method in class org.pepstock.charba.client.ChartOptions
 
getScales() - Method in class org.pepstock.charba.client.configuration.StackedOptions
 
getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getScales() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
 
getScales() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
Returns the scale/axis defaults.
getScales() - Method in class org.pepstock.charba.client.options.ScaledOptions
 
getScheme() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Returns the color scheme.
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
 
getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
 
getSchemeScope() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
getScope() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient scope.
getShadowBlur() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the text shadow intensity.
getShadowColor() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the text shadow color as color.
getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the text shadow color as string.
getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the text shadow X offset.
getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the text shadow Y offset.
getShape() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape of tile.
getShapeColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape color of tile.
getShapeColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the shape color of tile.
getSize() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Returns the size of the tile.
getSize() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the font size.
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.configuration.CartesianTimeTick
Returns the property controls the ticks generation.
getSource() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSource() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSource() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the property controls the ticks generation.
getSource() - Method in class org.pepstock.charba.client.options.Ticks
Returns the property controls the ticks generation.
getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns the spacing between label and image for clear selection element.
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.
getStackGroup() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
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.configuration.PolarAreaOptions
Returns the starting angle to draw arcs for the first item in a dataset.
getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
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.Options
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 interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.configuration.Time
The number of units between grid lines.
getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the user defined fixed step size for the scale.
getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The number of units between grid lines.
getStepSize() - Method in class org.pepstock.charba.client.options.Ticks
Returns the user defined fixed step size for the scale.
getStepSize() - Method in class org.pepstock.charba.client.options.Time
The number of units between grid lines.
getString(int) - Method in class org.pepstock.charba.client.data.Labels
Returns a label at a specific index.
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.LegendLabelItem
Returns the stroke style of the legend box
getStyle() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the font style, follows CSS font-style options (i.e.
getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the adjustment used when calculating the maximum data value.
getSuggestedMax() - Method in class org.pepstock.charba.client.options.Ticks
Returns the adjustment used when calculating the maximum data value.
getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the adjustment used when calculating the minimum data value.
getSuggestedMin() - Method in class org.pepstock.charba.client.options.Ticks
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.configuration.Line
Returns the Bezier curve tension (0 for no Bezier curves).
getTension() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
getTension() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
getTension() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
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.Line
Returns the Bezier curve tension (0 for no Bezier curves).
getText() - Method in class org.pepstock.charba.client.configuration.Title
Returns the title text to display, as a list of strings.
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.
getTextAlign() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text alignment being used when drawing the label text.
getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text align callback, if set, otherwise null.
getTextDirection() - Method in class org.pepstock.charba.client.configuration.Legend
Returns the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
getTextDirection() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTextDirection() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectioner
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
getTextDirectioner() - Method in class org.pepstock.charba.client.options.Legend
 
getTextDirectioner() - Method in class org.pepstock.charba.client.options.Tooltips
 
getTextLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the list of labels text color of tooltip.
getTextMargin() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns the margin of text when position is Position.OUTSIDE or Position.BORDER.
getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text shadow blur.
getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text shadow blur callback, if set, otherwise null.
getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text shadow color.
getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text shadow color as string.
getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text shadow color callback, if set, otherwise null.
getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text stroke color.
getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text stroke color as string.
getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text stroke color callback, if set, otherwise null.
getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text stroke width.
getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns the text stroke width callback, if set, otherwise null.
getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
Creates a new threshold cloning the constant one.
getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Gets all thresholds by an unmodifiable list.
getTickItems() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of tick items.
getTickMarkLength() - Method in class org.pepstock.charba.client.configuration.GridLines
Returns the length in pixels that the grid lines will draw into the axis area.
getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getTickMarkLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns the length in pixels that the grid lines will draw into the axis area.
getTickMarkLength() - Method in class org.pepstock.charba.client.options.GridLines
Returns the length in pixels that the grid lines will draw into the axis area.
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
 
getTicks() - Method in class org.pepstock.charba.client.configuration.RadialAxis
Returns the ticks element.
getTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the ticks defaults.
getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of ticks.
getTicks() - Method in class org.pepstock.charba.client.options.Scale
Returns the ticks element.
getTicksAsNumber() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of ticks as number.
getTime() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Returns the time element.
getTime() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Returns the time of time series item.
getTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the time defaults.
getTime() - Method in class org.pepstock.charba.client.options.Scale
Returns the time element.
getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
Returns the axis for time.
getTimeSeriesData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns the data property of a dataset for a chart is specified as an array of time series items.
getTimeSeriesData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns the data property of a dataset for a chart is specified as an array of time series items
getTimeTickItems() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the list of time tick items, only for CartesianTimeAxis.
getTitle() - Method in class org.pepstock.charba.client.ChartNode
Returns the title item.
getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the title element.
getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the title defaults.
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.Options
Returns the title element.
getTitleAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the title alignment.
getTitleAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.TooltipsCallbacks
Returns the user title callback.
getTitleFontColor() - Method in class org.pepstock.charba.client.configuration.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.configuration.Tooltips
Returns the title font color.
getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the title font.
getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the title font size.
getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the title font style.
getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the margin to add on bottom of title section.
getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleMarginBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.configuration.Tooltips
Returns the spacing to add to top and bottom of each title line.
getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getTitleSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.
getTo() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Returns the ending index of of selected datasets items.
If equals to CLEAR_SELECTION, the event is related to a clear of selection area.
getTooltip() - Method in class org.pepstock.charba.client.ChartNode
Returns the tooltip item.
getTooltip() - Method in class org.pepstock.charba.client.items.TooltipPluginItem
Returns the tooltip model.
getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
The moment js format string to use for the tooltip.
getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getTooltipFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
The moment js format string to use for the tooltip.
getTooltipFormat() - Method in class org.pepstock.charba.client.options.Time
The format string to use for the tooltip.
getTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
Returns the tooltip positioner implementation by tooltip position name.
getTooltips() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the tooltips element.
getTooltips() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
 
getTooltips() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the tooltips defaults.
getTooltips() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns nothing but throws an exception because not available.
getTooltips() - Method in class org.pepstock.charba.client.options.Options
Returns the tooltips element.
getTop() - Method in class org.pepstock.charba.client.colors.Area
Returns the top coordinate.
getTop() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.configuration.Padding
Returns the padding top in pixel.
getTop() - Method in class org.pepstock.charba.client.data.BarBorderWidth
Returns the border width top in pixel.
getTop() - Method in class org.pepstock.charba.client.datalabels.Padding
Returns the padding top in pixel.
getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
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.
getType() - Method in class org.pepstock.charba.client.BarChart
 
getType() - Method in class org.pepstock.charba.client.BubbleChart
 
getType() - Method in class org.pepstock.charba.client.ChartOptions
Returns the chart type.
getType() - Method in class org.pepstock.charba.client.colors.Gradient
Returns the gradient type.
getType() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
Returns the supported gradient type.
getType() - Method in class org.pepstock.charba.client.configuration.Axis
Returns the type of axis.
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.chart.DefaultChartScale
 
getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns the type of axis.
getType() - Method in class org.pepstock.charba.client.DoughnutChart
 
getType() - Method in class org.pepstock.charba.client.HorizontalBarChart
 
getType() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
getType() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
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.items.EventPluginItem
Returns the event type a string.
getType() - Method in class org.pepstock.charba.client.items.ScaleItem
Returns the type of scale
getType() - Method in class org.pepstock.charba.client.LineChart
 
getType() - Method in class org.pepstock.charba.client.options.Scale
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
 
getType() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
 
getType() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
 
getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
Returns the controller type by name as string.
getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
Gets all global registered controllers types.
getUnit() - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
getUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
getUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
getUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
If defined, will force the unit to be a certain type.
getUnit() - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
getValue() - Method in class org.pepstock.charba.client.commons.NativeArrayDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeBooleanDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeCallbackProxyDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeDateDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeDoubleDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeGradientDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeImageDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
Gets the value associated with the property.
getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (int) into embedded JavaScript object at specific property.
getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (double) into embedded JavaScript object at specific property.
getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (boolean) into embedded JavaScript object at specific property.
getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (string) into embedded JavaScript object at specific property.
getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (date) into embedded JavaScript object at specific property.
getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (JavaScript Object) into embedded JavaScript object at specific property.
getValue(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (image) into embedded JavaScript object at specific property.
getValue(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (gradient) into embedded JavaScript object at specific property.
getValue(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (pattern) into embedded JavaScript object at specific property.
getValue(Key, Class<T>, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (key) into embedded JavaScript object at specific property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeObjectDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativePatternDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.commons.NativeStringDescriptor
Gets the value associated with the property.
getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Returns the value of time series item.
getValue() - Method in enum org.pepstock.charba.client.enums.Fill
 
getValue() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise UndefinedValues.STRING.
getValue() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
 
getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Returns the value of the chart.
getValue() - Method in class org.pepstock.charba.client.impl.charts.Threshold
 
getValue() - Method in class org.pepstock.charba.client.items.TimeTickItem
Returns the date of the tick.
getValue() - Method in class org.pepstock.charba.client.items.TooltipItem
Returns the value for the tooltip.
getValue() - Method in class org.pepstock.charba.client.labels.RenderItem
Returns the value for the dataset.
getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Fill
 
getValueAsInt() - Method in interface org.pepstock.charba.client.enums.IsFill
Returns the value as integer (valid ONLY for absolute dataset index), otherwise UndefinedValues.INTEGER.
getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
getValueOrArray(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
getValueOrArray(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
getValueOrArray(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key.
getView() - Method in class org.pepstock.charba.client.items.DatasetItem
Returns all view information about the dataset.
getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
Returns the amount of datasets which are visible
getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
Returns the amount of datasets which are visible
getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
The weight used to sort the axis.
getWeight() - Method in class org.pepstock.charba.client.data.PieDataset
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in class org.pepstock.charba.client.datalabels.Font
Returns the font weight, follows CSS font-style-weight options.
getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
 
getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
 
getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
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.Arc
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
getWeight() - Method in class org.pepstock.charba.client.options.Scale
The weight used to sort the axis.
getWidth() - Method in class org.pepstock.charba.client.ChartNode
Returns the width in pixel.
getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
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.colors.Center
Returns the X coordinate.
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.EventPluginItem
Returns X value of event.
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.
getX() - Method in class org.pepstock.charba.client.positioner.Point
Returns the X coordinate of the point.
getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the X align location.
getXAxes() - Method in class org.pepstock.charba.client.configuration.Scales
Returns the list of X axes.
getXAxes() - Method in class org.pepstock.charba.client.options.Scales
Returns a list of X axes.
getXAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
 
getXAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
 
getXAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
Returns the default configuration for x axis.
getXAxis() - 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.impl.plugins.DatasetsItemsSelectorOptions
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.
getXLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for X axes.
getXLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the labels for X axes.
getXPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the padding to add on left and right of tooltip.
getXPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getXPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getXPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.colors.Center
Returns the Y coordinate.
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.EventPluginItem
Returns Y value of event.
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.
getY() - Method in class org.pepstock.charba.client.positioner.Point
Returns the Y coordinate of the point.
getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the Y align location.
getYAxes() - Method in class org.pepstock.charba.client.configuration.Scales
Returns the list of Y axes.
getYAxes() - Method in class org.pepstock.charba.client.options.Scales
Returns a list of Y axes.
getYAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
 
getYAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
 
getYAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
Returns the default configuration for y axis.
getYAxis() - 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.
getYLabels() - Method in class org.pepstock.charba.client.data.Data
Returns the labels for Y axes.
getYLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
Returns the labels for Y axes.
getYPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns the padding to add on top and bottom of tooltip.
getYPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
getYPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
getYPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.
getZ() - Method in class org.pepstock.charba.client.configuration.GridLines
Returns z-index of gridline layer.
getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns z-index of gridline layer.
getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns z-index of tick layer.
getZ() - Method in class org.pepstock.charba.client.options.GridLines
Returns z-index of gridline layer.
getZ() - Method in class org.pepstock.charba.client.options.Ticks
Returns z-index of tick layer.
getZeroLineBorderDash() - Method in class org.pepstock.charba.client.configuration.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.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.configuration.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.defaults.chart.DefaultChartGridLines
 
getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getZeroLineBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
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.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.configuration.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColor() - Method in class org.pepstock.charba.client.options.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.configuration.GridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getZeroLineColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns the stroke color of the grid line for the first index (index 0).
getZeroLineColorAsString() - Method in class org.pepstock.charba.client.options.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.configuration.GridLines
Returns the stroke width of the grid line for the first index (index 0).
getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
getZeroLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
Returns the stroke width of the grid line for the first index (index 0).
getZeroLineWidth() - Method in class org.pepstock.charba.client.options.GridLines
Returns the stroke width of the grid line for the first index (index 0).
GlobalOptions - Class in org.pepstock.charba.client
Default global options (maps the java script object chart.defaults.global).
GlobalPlugins - Class in org.pepstock.charba.client.plugins
Global configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins.
GlobalPlugins(NativePlugins) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
Builds the object by the native object which maps chart.plugins
GlobalScale - Class in org.pepstock.charba.client
Default global scale (maps the java script object Chart.defaults.scale and the result of Chart.scaleService).
Gradient - Class in org.pepstock.charba.client.colors
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear or Radial.
Can be created using the size of CANVAS or CHART area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing items (canvas and chart).
Gradient() - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a LINEAR gradient, with topDown orientation and chart scope.
Gradient(GradientType) - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a gradient by a type, with chart scope.
Gradient(GradientType, GradientOrientation) - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a gradient by a type and an orientation, with chart scope.
Gradient(GradientType, GradientScope) - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a gradient by a type and a scope.
Gradient(GradientType, GradientOrientation, GradientScope) - Constructor for class org.pepstock.charba.client.colors.Gradient
Creates a gradient by a type, an orientation and a scope.
Gradient.GradientFactory - Class in org.pepstock.charba.client.colors
Inner class to create gradient by a native object.
GradientColor - Class in org.pepstock.charba.client.colors
Contains the color and its offset to set a gradient.
GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
Creates a stopping gradient with its offset.
GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
Creates a stopping gradient with its offset.
GradientFactory() - Constructor for class org.pepstock.charba.client.colors.Gradient.GradientFactory
 
GradientOrientation - Enum in org.pepstock.charba.client.colors
Represents the gradient orientation for gradient.
Every orientation contains also on which gradient type can be applied.
GradientScope - Enum in org.pepstock.charba.client.colors
A gradient needs to have coordinates and/or radius to be created.
The dimension to create a gradient are decided by Charba, automatically based on canvas or chart area element.
GradientType - Enum in org.pepstock.charba.client.colors
A gradient must have a type.
The possible types are:
LINEAR RADIAL
GridLines - Class in org.pepstock.charba.client.configuration
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
GridLines - Class in org.pepstock.charba.client.options
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.
GwtMaterialScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the GWT material schemes.
To configure ColorSchemes.ID plugin, where category is "gwtmaterial".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.

H

has(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if the embedded JavaScript object contains an element at specific property.
has(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns true if the embedded JavaScript object contains an element at all properties.
has(String) - Method in class org.pepstock.charba.client.plugins.Plugins
Returns true if a plugin is already added, otherwise false.
hasAxisClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any axis click handler, otherwise false.
HasDataPoints - Interface in org.pepstock.charba.client.data
Interface to define if a dataset can contains data points.
HasDataset - Interface in org.pepstock.charba.client.data
Interface to get a dataset instance.
hasDatasetSelectionHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any dataset selection handler, otherwise false.
hasEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns if a global plugin has been set or not.
hasEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
Returns if a global plugin has been set or not.
HasFill - Interface in org.pepstock.charba.client.enums
Defines a configuration element which is managing the FILL property.
It has being used into options and datasets instances where FILL is required.
HasFont - Interface in org.pepstock.charba.client.options
Interface to map font options.
hashCode() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
hasKeyByValue(Class<T>, String) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if a key into an enumeration is related to the value, otherwise false.
hasLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns true if there is a stored options for specific key.
hasLabel(Key) - Method in class org.pepstock.charba.client.datalabels.Labels
Returns true if there is a stored options for specific key.
hasNext() - Method in class org.pepstock.charba.client.commons.IteratorImpl
Returns true if the iteration has more elements.
hasOptions() - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
Checks if there is any options.
hasOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Checks if there is any options for a specific plugin, by its id.
hasOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
Checks if there is any dataset configuration for a specific plugin, by its id.
hasOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
Checks if there is any options for a specific plugin, by its id.
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.
HasTimeSeriesItems - Interface in org.pepstock.charba.client.data
Interface to define if a dataset can contains time series items.
hasTitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns true if there is any title click handler, otherwise false.
hasTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
Returns true if the custom positioner has been registered, otherwise false.
Helpers - Class in org.pepstock.charba.client
Singleton object to use the helpers utility of CHART.JS.
It maps the java script object chart.helpers.
HorizontalBarChart - Class in org.pepstock.charba.client
HORIZONTAL BAR chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
HorizontalBarChart() - Constructor for class org.pepstock.charba.client.HorizontalBarChart
 
Hover - Class in org.pepstock.charba.client.configuration
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.
HovingDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each dataset.
HovingFlexDataset - Class in org.pepstock.charba.client.data
This dataset is managing some common properties related to background and border colors where every property can be set as a single value or an array.
HtmlColor - Enum in org.pepstock.charba.client.colors
All modern browsers support the following 140 color names.

I

Id - Enum in org.pepstock.charba.client.commons
Enums the property ID used by CHARBA to identify the chart.
ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
Plugin ID "datalabels".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
Plugin ID "backgroundcolor".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
Plugin ID "cursorpointer".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
Plugin ID "charbacolorschemes".
ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Plugin ID "datasetsitemsselector".
ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
Plugin ID "labels".
IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for ImageElement instances, null.
IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
Name of shape to draw an image, "image".
ImageShape - Class in org.pepstock.charba.client.colors.tiles
This is a shape which can draw an image on the tile.
This object is also a shape drawer.
The image is scaled to the size of the tile.
ImageShape(ImageResource) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
Creates a shape with an image.
ImageShape(Image) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
Creates a shape with an image.
ImageShape(ImageElement) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
Creates a shape with an image.
indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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.ArrayEnumList
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.ArrayImageList
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.ArrayIntegerList
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.ArrayObjectContainerList
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.ArrayObjectList
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.ArrayStringList
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(ControllerContext, IsChart, int) - Method in interface org.pepstock.charba.client.Controller
Initializes the controller.
initialize(ControllerContext, IsChart, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
Injector - Class in org.pepstock.charba.client
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) into the web page of GWT.
It enables also to inject other script into web page, necessary when you want to use some Chart.JS plugins.
It tracks the resources which have been injected using as key their name and class name to avoid that however will inject own resources will use the same name of already injected resources.
INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
Unique instance of no defaults class.
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources
Static reference to resources java script source code
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.EmbeddedResources
Static reference to resources java script source code
INSTANCE - Static variable in interface org.pepstock.charba.client.resources.Extensions
Static reference to extensions java script source code
INTEGER - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for INTEGER instances, Integer.MIN_VALUE.
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.
invoke(IsChart, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
Returns the value of property at runtime, using the chart instance and the context.
invoke(IsChart, double, ScriptableContext) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
Returns the formatter property at runtime, using the chart instance and the plugin context.
invoke(IsChart, double, ScriptableContext) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
 
invoke(IsChart, FontColorItem) - Method in interface org.pepstock.charba.client.labels.callbacks.FontColorCallback
Called to change font color at runtime, using the arguments.
invoke(IsChart, RenderItem) - Method in interface org.pepstock.charba.client.labels.callbacks.RenderCallback
Called to provide the item to be rendered as string or as image at runtime, using the arguments.
isActive() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
Returns whether the associated element is hovered.
isAnimatedDisplay() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Returns if the display will be shown based on the animation of chart.
isAnimateRotate() - Method in class org.pepstock.charba.client.configuration.Animation
If true, the chart will animate in with a rotation animation.
isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
isAnimateRotate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
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.configuration.Animation
If true, will animate scaling the chart from the center outwards.
isAnimateScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
 
isAnimateScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
 
isAnimateScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
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.ChartNode
Returns if the chart is animating or not.
isArc() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns if draws label in arc.
isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
This method determines whether the passed value is an Array.
isAutoSkip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isAutoSkip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isAutoSkip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
isAutoSkip() - Method in class org.pepstock.charba.client.options.Ticks
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, scale will include 0 if it is not already included.
isBeginAtZero() - Method in class org.pepstock.charba.client.options.Ticks
If true, scale will include 0 if it is not already included.
isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
Returns true to keep Bezier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
isCapBezierPoints() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns true to keep Bezier control inside the chart, false for no restriction.
isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
Returns true to keep Bezier control inside the chart, false for no restriction.
IsChart - Interface in org.pepstock.charba.client
Interface which defines a chart.
isCircular() - Method in class org.pepstock.charba.client.configuration.GridLines
If true, gridlines are circular (on radar chart only).
isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If true, gridlines are circular (on radar chart only).
isCircular() - Method in class org.pepstock.charba.client.options.GridLines
If true, gridlines are circular (on radar chart only).
isClamp() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Returns true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
isClip() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
When the clip option is true, the part of the label which is outside the chart area will be masked.
IsColor - Interface in org.pepstock.charba.client.colors
Defines the methods that all colors must have.
isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
Looks for the dataset if it's visible or not, selected by index.
isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
Looks for the dataset if it's visible or not, selected by index.
IsDefaultAngleLines - Interface in org.pepstock.charba.client.defaults
Interface to define angle lines defaults.
IsDefaultAnimation - Interface in org.pepstock.charba.client.defaults
Interface to define animation object defaults.
IsDefaultArc - Interface in org.pepstock.charba.client.defaults
Interface to define arc object defaults.
IsDefaultBaseTick - Interface in org.pepstock.charba.client.defaults
Interface to define base tick object defaults.
IsDefaultElements - Interface in org.pepstock.charba.client.defaults
Interface to define elements object defaults.
IsDefaultFontItem - Interface in org.pepstock.charba.client.defaults
Interface for elements object defaults.
IsDefaultGridLines - Interface in org.pepstock.charba.client.defaults
Interface to define grid lines defaults.
IsDefaultHover - Interface in org.pepstock.charba.client.defaults
Interface to define hover object defaults.
IsDefaultLayout - Interface in org.pepstock.charba.client.defaults
Interface to define layout object defaults.
IsDefaultLegend - Interface in org.pepstock.charba.client.defaults
Interface to define legends object defaults.
IsDefaultLegendLabels - Interface in org.pepstock.charba.client.defaults
Interface to define legend labels object defaults.
IsDefaultLine - Interface in org.pepstock.charba.client.defaults
Interface to define line object defaults.
IsDefaultMajorTick - Interface in org.pepstock.charba.client.defaults
Interface to define MAJOR tick object defaults.
IsDefaultMinorTick - Interface in org.pepstock.charba.client.defaults
Interface to define MINOR tick object defaults.
IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
Interface to define options defaults.
IsDefaultOptionsElement - Interface in org.pepstock.charba.client.defaults
Interface to define arc object defaults.
IsDefaultPadding - Interface in org.pepstock.charba.client.defaults
Interface to define padding object defaults.
IsDefaultPoint - Interface in org.pepstock.charba.client.defaults
Interface to define point object defaults.
IsDefaultPointLabels - Interface in org.pepstock.charba.client.defaults
Interface to define point labels object defaults.
IsDefaultRectangle - Interface in org.pepstock.charba.client.defaults
Interface to define rectangle object defaults.
IsDefaultScale - Interface in org.pepstock.charba.client.defaults
Interface to define scale/axis object defaults.
IsDefaultScaledOptions - Interface in org.pepstock.charba.client.defaults
Interface to define options defaults.
IsDefaultScaleLabel - Interface in org.pepstock.charba.client.defaults
Interface to define scale label object defaults.
IsDefaultScales - Interface in org.pepstock.charba.client.defaults
Interface to define scales/axes object defaults.
IsDefaultTextDirectioner - Interface in org.pepstock.charba.client.defaults
Interface to define text direction options.
IsDefaultTicks - Interface in org.pepstock.charba.client.defaults
Interface to define ticks object defaults.
IsDefaultTime - Interface in org.pepstock.charba.client.defaults
Interface to define time object defaults.
IsDefaultTitle - Interface in org.pepstock.charba.client.defaults
Interface to define title object defaults.
IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
Interface to define tooltips object defaults.
isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
isDestroyOnDetach() - Method in interface org.pepstock.charba.client.IsChart
Returns true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
If true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.configuration.GridLines
If false, do not display grid lines for this axis.
isDisplay() - Method in class org.pepstock.charba.client.configuration.Legend
Returns if the legend is shown.
isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
If true, labels are shown
isDisplay() - Method in class org.pepstock.charba.client.configuration.Title
Returns if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
If true, angle lines are shown
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If false, do not display grid lines for this axis.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns true if the legend is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
Returns if the title is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
Returns if the title is shown.
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, show tick marks
isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
Returns if the title is shown.
isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns true if clear of selection label will be applied into chart, otherwise false.
isDisplay() - Method in class org.pepstock.charba.client.options.AngleLines
If true, angle lines are shown
isDisplay() - Method in class org.pepstock.charba.client.options.GridLines
If false, do not display grid lines for this axis.
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.PointLabels
If true, labels are shown.
isDisplay() - Method in class org.pepstock.charba.client.options.ScaleLabel
If true, display the axis title.
isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
If true, show tick marks.
isDisplay() - Method in class org.pepstock.charba.client.options.Title
Returns true if the title is shown.
isDisplayColors() - Method in class org.pepstock.charba.client.configuration.Tooltips
If true, color boxes are shown in the tooltip.
isDisplayColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isDisplayColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isDisplayColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
If true, color boxes are shown in the tooltip.
isDisplayColors() - Method in class org.pepstock.charba.client.items.TooltipModel
Returns the display of colors of 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.configuration.GridLines
If true, draw border at the edge between the axis and the chart area.
isDrawBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isDrawBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isDrawBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If true, draw border at the edge between the axis and the chart area.
isDrawBorder() - Method in class org.pepstock.charba.client.options.GridLines
If true, draw border at the edge between the axis and the chart area.
isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnAttach() - Method in interface org.pepstock.charba.client.IsChart
Returns true if the chart is configured to be drawn on the attach of DIV element, otherwise false.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.GridLines
If true, draw lines on the chart area inside the axis lines.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If true, draw lines on the chart area inside the axis lines.
isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.GridLines
If true, draw lines on the chart area inside the axis lines.
isDrawTicks() - Method in class org.pepstock.charba.client.configuration.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If true, draw lines beside the ticks in the axis area beside the chart.
isDrawTicks() - Method in class org.pepstock.charba.client.options.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
isEmpty() - Method in class org.pepstock.charba.client.commons.Array
Returns true if this array contains no elements.
isEmpty() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Returns true if this list contains no elements
isEnabled() - Method in class org.pepstock.charba.client.configuration.BaseTickMajor
If true, major tick options are used to show major ticks.
isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
Returns if a global plugin is enabled or not.
isEnabled() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns if tooltips are enabled.
isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajorTickItem
 
isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajorTick
If true, major tick options are used to show major ticks.
isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
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.TickMajor
If true, major tick options are used to show major ticks.
isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
Returns true if tooltips are enabled.
isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Returns true if the plugin is enabled to all charts, otherwise false.
isExtended() - Method in class org.pepstock.charba.client.controllers.ControllerType
Returns true if this controller is extending an existing chart.
IsFill - Interface in org.pepstock.charba.client.enums
Represents how to fill the area under the line.
isFireEventOnClearSelection() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Returns true if it will fire event after clear of selection, otherwise false.
isFullWidth() - Method in class org.pepstock.charba.client.configuration.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.configuration.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.defaults.chart.DefaultChartLegend
 
isFullWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
 
isFullWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isFullWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
 
isFullWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns true if marks that this box should take the full width of the canvas (pushing down other boxes)
isFullWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
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 true 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.
isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
Returns true if CHART.JS chart has been initialized, otherwise false.
isInitialized() - Method in class org.pepstock.charba.client.ChartNode
Returns if CHART.JS chart instance has been initialized.
isInitialized() - Method in interface org.pepstock.charba.client.IsChart
Returns true if CHART.JS chart has been initialized, otherwise false.
isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Checks if the value passed is into threshold.
isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
Returns true if the chart event is inside of this box, otherwise false.
isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
Returns true if the chart event is inside of this box, otherwise false.
isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
Returns true if the chart event is inside of one of scales, otherwise false.
isIntersect() - Method in class org.pepstock.charba.client.configuration.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.configuration.Tooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
 
isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
if true, the hover mode only applies when the mouse position intersects an item on the chart.
isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
if true, the tooltip mode applies only when the mouse position intersects with an element.
isIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
If true and the unit is set to 'week', then the first day of the week will be Monday.
isIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
 
isIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
 
isIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
If true and the unit is set to 'week', then the first day of the week will be Monday.
isIsoWeekday() - Method in class org.pepstock.charba.client.options.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.
IsLinearTick - Interface in org.pepstock.charba.client.configuration
Common methods for linear scale is use to chart numerical data.
Can be used for cartesian and radial axes.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
isMirror() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isMirror() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isMirror() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
isMirror() - Method in class org.pepstock.charba.client.options.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.chart.DefaultChartScale
 
isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
isOffset() - Method in class org.pepstock.charba.client.options.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.configuration.GridLines
If true, grid lines will be shifted to be between labels.
isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
 
isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
 
isOffsetGridLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
If true, grid lines will be shifted to be between labels.
isOffsetGridLines() - Method in class org.pepstock.charba.client.options.GridLines
If true, grid lines will be shifted to be between labels.
isOnlyYAxis() - Method in class org.pepstock.charba.client.configuration.StackedScales
Returns true if there is only a Y axis, otherwise false.
isOverlap() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns if draws label even it's overlap.
isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Returns true if percentage threshold is used, otherwise false.
isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendLabelItem
Returns true if the point style is defined as image.
isPredefined(IsFill) - Static method in enum org.pepstock.charba.client.enums.Fill
Checks if the fill passed by argument is a predefined fill, the returns true.
isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
Checks if the controller is registered by its type.
isResponsive() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Returns the resizing of the chart canvas when its container does.
isResponsive() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
isResponsive() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isResponsive() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
Returns the resizing of the chart canvas when its container does.
isResponsive() - Method in class org.pepstock.charba.client.options.Options
Returns the resizing of the chart canvas when its container does.
isReverse() - Method in class org.pepstock.charba.client.configuration.Legend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
Returns the reverses order of tick labels.
isReverse() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
If set to true, the order of the colors in the selected scheme is reversed.
isReverse() - Method in class org.pepstock.charba.client.options.Legend
Returns if the legend will show datasets in reverse order.
isReverse() - Method in class org.pepstock.charba.client.options.Ticks
Returns the reverses order of tick labels.
isRtl() - Method in class org.pepstock.charba.client.configuration.Legend
Returns true for rendering the legends from right to left.
isRtl() - Method in class org.pepstock.charba.client.configuration.Tooltips
Returns true for rendering the tooltips from right to left.
isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
 
isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
 
isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
 
isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
 
isRtl() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectioner
Returns true for rendering the object from right to left.
IsShape - Interface in org.pepstock.charba.client.colors.tiles
Defines a shape to draw on the tile.
isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
If true, draw a background behind the tick labels.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
 
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
 
isShowLabelBackdrop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
If true, draw a background behind the tick labels.
isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.Ticks
If true, draw a background behind the tick labels.
isShowLine() - 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.chart.DefaultChartOptions
 
isShowLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isShowLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
If false, the lines between points are not drawn.
isShowLines() - Method in class org.pepstock.charba.client.options.Options
If false, the lines between points are not drawn.
isShowZero() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns whether or not labels of value 0 are displayed.
isSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
Returns true if skipped.
isSpanGaps() - Method in class org.pepstock.charba.client.data.LiningDataset
Returns if lines will be drawn between points with no or null data.
isSpanGaps() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
 
isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
 
isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
If false, NaN data causes a break in the line.
isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
If false, NaN data causes a break in the line.
isStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
 
isStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
 
isStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
Returns if the axis are stacked or not.
isStacked() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Returns true if it computes the percentage on stacked datasets.
isStacked() - Method in class org.pepstock.charba.client.options.Scale
Returns if the axis are stacked or not.
isStepped() - Method in class org.pepstock.charba.client.configuration.Line
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
 
isStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
 
isStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
Returns true to show the line as a stepped line (tension will be ignored).
isStepped() - Method in class org.pepstock.charba.client.options.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.
isTextShadow() - Method in class org.pepstock.charba.client.labels.LabelsOptions
Returns if draws text shadows under labels.
isTimeSeriesItem(DataPoint) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Returns true if the data point, passed as argument, has got the properties to be a time series item (time and Y value).
IsTooltipPosition - Interface in org.pepstock.charba.client.enums
Defines an object which represents the positioning of the tooltip.
isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.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.defaults.chart.DefaultChartLegendLabels
 
isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
 
isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
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).
isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Returns true if clear selection element will apply style of selection area, otherwise false.
isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
Returns true if key passed as argument is not null and its value is not null as well.
isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
Returns true if fill passed as argument is not null and its value is not null and its mode is not null as well.
isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
Returns true if color scheme passed as argument is not null and its properties are not null.
isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
Returns true if tooltip positioner passed as argument is not null and its name is not null as well.
isValid(Type) - Static method in interface org.pepstock.charba.client.Type
Returns true if type passed as argument is not null and its scale type is not null as well.
iterator() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
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

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 end points and control points are exactly at the same position, are skipped).
JSCONTROLLERHELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsControllerHelper with name "CharbaJsControllerHelper", (internal of Charba).
JsHelper - Class in org.pepstock.charba.client.commons
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
JSHELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsHelper with name "CharbaJsHelper", (internal of Charba).
JSON - Class in org.pepstock.charba.client.utils
This is the wrapper to JSON java script object.
The JSON object contains methods for parsing JSON and converting values to JSON.
JSON.Replacer - Interface in org.pepstock.charba.client.utils
A function that alters the behavior of the stringification process.
JSPOSITIONERHELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsPositionerHelper with name "CharbaJsPositionerHelper", (internal of Charba).
JSWINDOWHELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as JsWindowHelper with name "CharbaJsWindowHelper", (internal of Charba).
JsWindowHelper - Class in org.pepstock.charba.client.utils
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on window java script object.

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
Creates a key by the plugin id as string
keys() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
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 - Class in org.pepstock.charba.client.datalabels
Base object to map multi labels options for DataLabelsPlugin.ID plugin configuration.
It's possible to define multiple labels for each data element using the this object.
It is an object where each property represents a new label, the key being the label key and the value being the options specific to each label.
These options are merged on top of the options defined at the chart and dataset levels.
LabelsOptions - Class in org.pepstock.charba.client.labels
This is the object to map the LabelsPlugin.ID plugin options, both at chart and global level.
LabelsOptions() - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
Creates an empty object with plugin options.
LabelsOptionsBuilder - Class in org.pepstock.charba.client.labels
Comfortable object to create LabelsPlugin.ID plugin options by a builder.
LabelsOptionsFactory - Class in org.pepstock.charba.client.labels
Factory to get the options (form chart or from default global ones) related to LabelsPlugin.ID plugin.
LabelsPlugin - Class in org.pepstock.charba.client.labels
Entry point of LABELS plugin with some static utilities to enable it and to get and set options.
labelsPlugin() - Method in interface org.pepstock.charba.client.resources.Extensions
Contains text representation of native chart labels plugin code.
lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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.ArrayEnumList
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.ArrayImageList
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.ArrayIntegerList
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.ArrayObjectContainerList
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.ArrayObjectList
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.ArrayStringList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
Layout - Class in org.pepstock.charba.client.configuration
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 padding.
LeaveEventHandler - Interface in org.pepstock.charba.client.datalabels.events
Callback interface of DataLabelsPlugin.ID plugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returns true, the label is updated with the new context and the chart re-rendered.
Legend - Class in org.pepstock.charba.client.configuration
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.
LegendAlign - Enum in org.pepstock.charba.client.enums
Property to set alignment of the legend.
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.
LegendFilterCallback - Interface in org.pepstock.charba.client.callbacks
Filters legend items out of the legend.
LegendHitBoxItem - Class in org.pepstock.charba.client.items
This is a wrapper of the CHART.JS item which contains the legends hit box.
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
This is a wrapper of the CHART.JS item which contains the legend item.
LegendItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendItem
Creates the item using a native java script object which contains all properties.
LegendLabelItem - Class in org.pepstock.charba.client.items
This object is created by callbacks and returned to HCART.JS as native object to configure the legend.
LegendLabelItem() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
Standard constructor which wraps a new native java script object.
LegendLabels - Class in org.pepstock.charba.client.configuration
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.
LegendLeaveEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user leaves on the legend of the chart.
LegendLeaveEvent(NativeEvent, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendLeaveEvent
Creates the event with legend item related to the leaving.
LegendLeaveEventHandler - Interface in org.pepstock.charba.client.events
Event handler for leaving on the chart legend.
LegendNode - Class in org.pepstock.charba.client.items
Wrapper of legend node of CHART.JS.
This is a wrapper of legend node of Chart (of CHART.JS).
LegendNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendNode
Creates the item using a native java script object which contains all properties.
length() - Method in class org.pepstock.charba.client.commons.Array
Returns the number of elements in this array.
Line - Class in org.pepstock.charba.client.configuration
Line elements are used to represent the line in a line chart.
Line - Class in org.pepstock.charba.client.options
Line elements are used to represent the line in a line chart.
LineChart - Class in org.pepstock.charba.client
LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
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
Creates a dataset.
It uses the global options has default.
LineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.LineDataset
Creates the dataset using a default.
LineOptions - Class in org.pepstock.charba.client.configuration
Specific options for LINE chart.
LineOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.LineOptions
Builds the object storing the chart instance and default values.
LiningDataset - Class in org.pepstock.charba.client.data
The chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
This class collects a set of common field for Line and Radar charts.
list(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of doubles by a java script array of doubles.
list(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of integers by a java script array of integers.
list(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by a java script array of strings.
list(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of images by a java script array of images.
list(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by an array of colors (instance of IsColor).
list(Class<E>, E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of enumeration values (instance of Key).
list(Class<E>, ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of enumeration values by an java script array of strings.
list(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of generic java script objects by a java script array.
list(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of java script native object container by a java script array and a factory.
Listeners - Class in org.pepstock.charba.client.datalabels
This is the LISTENER options of DataLabelsPlugin.ID plugin allows to register callback(s) to be notified when an event is detected on a specific label.
listIterator() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Returns a list iterator over the elements in this list
listIterator(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
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(IsChart, Configuration) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
load(IsChart, Configuration) - Method in interface org.pepstock.charba.client.ConfigurationElement
Called to enable to load into a configuration object the specific configuration item (by native object).
load(IsChart, Configuration) - Method in class org.pepstock.charba.client.data.Data
 
load(String...) - Method in class org.pepstock.charba.client.data.Labels
Loads single line labels.
load(IsChart, Configuration) - Method in class org.pepstock.charba.client.plugins.Plugins
 
loadData(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
Loads the DATA into configuration CHART.JS object.
loadGlobalsPluginOptions(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Loads the default plugin options from defaults.
loadGlobalsPluginOptions(NativeObjectContainerFactory<G>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
Loads the default plugin options from defaults.
loadGradient(Gradient) - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
Loads a gradient with the scheme of colors, setting the offset proportionally.
loadOptions(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
Loads the OPTIONS into configuration CHART.JS object.
log(Object...) - Method in interface org.pepstock.charba.client.utils.Console
Outputs a message to the Web Console.

M

MarginsItem - Class in org.pepstock.charba.client.items
It is applied to all sides of the chart (left, top, right, bottom).
This is a wrapper of the CHART.JS item
merge(NativeObjectContainer, NativeObjectContainer, String) - 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(NativeObject, NativeObjectContainer, String) - 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(NativeObjectContainer, NativeObject, String) - 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(NativeObject, NativeObject, String) - 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
mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.Helpers
Recursively deep copies source properties into target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties.
Merger - Class in org.pepstock.charba.client.commons
Singleton utility to merge java script object into another one and provide the service to get the chart options with all defaults.
MeterChart - Class in org.pepstock.charba.client.impl.charts
METER chart implementation.
MeterChart() - Constructor for class org.pepstock.charba.client.impl.charts.MeterChart
Builds the object.
MeterDataset - Class in org.pepstock.charba.client.impl.charts
The Meter chart allows a number of properties to be specified for each dataset.
MeterDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
Creates a dataset setting the maximum value of dataset.
MeterDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
Creates a dataset setting the maximum value of dataset and defaults value.
MeterDisplay - Enum in org.pepstock.charba.client.impl.charts
Determines which information must be displayed into meter or gauge chart.
MeterOptions - Class in org.pepstock.charba.client.impl.charts
Specific options for METER chart.
MeterOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterOptions
Builds the object storing the chart instance and defaults.
MINIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
Minimum value is 0.0.

N

NAN_AS_STRING - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Default value of NaN as string, "NaN".
NativeArrayDescriptor<T extends Array> - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (array).
NativeArrayDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeArrayDescriptor
 
NativeBooleanDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (boolean).
NativeBooleanDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeBooleanDescriptor
 
NativeCallbackProxyDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (callback proxy function).
NativeCallbackProxyDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeCallbackProxyDescriptor
 
NativeDateDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (JsDate).
NativeDateDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeDateDescriptor
 
NativeDoubleDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (double).
NativeDoubleDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeDoubleDescriptor
 
nativeEvent(NativeObject, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a chart native event from CHART.JS event.
NativeExtendedObject - Class in org.pepstock.charba.client.commons
Base native object which can be extended by native object where additional properties could be needed, added as java script object into a property called 'options'.
NativeExtendedObject() - Constructor for class org.pepstock.charba.client.commons.NativeExtendedObject
To avoid any instantiation
NativeGradientDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (CanvasGradient).
NativeGradientDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeGradientDescriptor
 
NativeImageDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (ImageElement).
NativeImageDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeImageDescriptor
 
NativeIntegerDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (integer).
NativeIntegerDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeIntegerDescriptor
 
NativeName - Class in org.pepstock.charba.client.commons
Constants with java script object name to use into JsType native objects.
NativeObject - Class in org.pepstock.charba.client.commons
Base object for all native objects implemented in Charba.
It implements some common methods and wraps some native methods.
NativeObjectContainer - Class in org.pepstock.charba.client.commons
Base class for all classes which are wrapping a native java script object.
NativeObjectContainer() - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
Creates the object with an empty native object instance.
NativeObjectContainer(NativeObject) - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
Creates the object with native object instance to be wrapped.
NativeObjectContainerFactory<T extends NativeObjectContainer> - Interface in org.pepstock.charba.client.commons
Interface to be implemented to load elements from an array of native object
NativeObjectDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (object).
NativeObjectDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeObjectDescriptor
 
NativePatternDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (CanvasPattern).
NativePatternDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativePatternDescriptor
 
NativePlugins - Class in org.pepstock.charba.client.plugins
This is the java script native object which is the plugins utility of CHART.JS.
It maps the java script object chart.plugins.
NativeStringDescriptor - Class in org.pepstock.charba.client.commons
A property descriptor is a record which describes a java script property (String).
NativeStringDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeStringDescriptor
 
newCallbackProxy() - Method in class org.pepstock.charba.client.commons.JsHelper
Creates new proxy for callback which will pass this environment of java script as first argument of callback method.
newDataset() - Method in class org.pepstock.charba.client.AbstractChart
Creates a new dataset related to chart type.
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.impl.charts.GaugeChart
 
newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
 
newDataset() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
 
newDataset() - Method in class org.pepstock.charba.client.LineChart
 
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
 
newDataset() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
 
newDataset() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
 
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().
NoDefaults - Class in org.pepstock.charba.client.defaults
It is an uninstantiable placeholder class to hold a reference for models (of options) which do not have any defaults.
NoSelectedDatasetTicksCallback - Class in org.pepstock.charba.client.impl.callbacks
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.impl.callbacks.NoSelectedDatasetTicksCallback
Creates the callback using the NoSelectedDatasetTicksCallback.DEFAULT_FORMAT.
NoSelectedDatasetTicksCallback(String) - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
Creates the callback using the argument as number format to apply to ticks.

O

OBJECT - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as object with name "Object".
ObjectType - Enum in org.pepstock.charba.client.commons
Enumerates 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
OfficeScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Microsoft Office schemes.
To configure ColorSchemes.ID plugin, where category is "office".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
OffsetCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set offset property at runtime, using the chart instance and the plugin context.
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
 
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
 
onAdd(AddHandlerEvent) - Method in interface org.pepstock.charba.client.events.AddHandlerEventHandler
Invoked when a new event handler is added.
onAfterBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
onAfterBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render after the body section.
onAfterBuildTicks(Axis, AxisItem, List<Double>) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
Callback that runs after ticks are created.
onAfterBuildTicks(Axis, AxisItem, List<String>) - Method in interface org.pepstock.charba.client.callbacks.CategoryAxisBuildTicksCallback
Callback that runs after ticks are created.
onAfterBuildTicks(Axis, AxisItem, List<TimeTickItem>) - Method in interface org.pepstock.charba.client.callbacks.TimeAxisBuildTicksCallback
Callback that runs after ticks are created.
onAfterCalculateTickRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs after tick rotation is determined.
onAfterDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs after data limits are determined.
onAfterDatasetDraw(IsChart, DatasetPluginItem) - 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(IsChart, DatasetPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetsDraw(IsChart, double) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been drawn.
onAfterDatasetsDraw(IsChart, double) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetsUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets have been updated.
onAfterDatasetsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDatasetUpdate(IsChart, DatasetPluginItem) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' datasets at the given 'args.index' has been updated.
onAfterDatasetUpdate(IsChart, DatasetPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.AbstractChartsLifecycleListener
 
onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called after the chart has been destroyed.
onAfterDraw(IsChart, double) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onAfterDraw(IsChart, double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onAfterDraw(IsChart, double) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been drawn for the specific easing value.
onAfterDraw(IsChart, double) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterEvent(IsChart, ChartNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
onAfterEvent(IsChart, ChartNativeEvent) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'event' has been consumed.
onAfterEvent(IsChart, ChartNativeEvent) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs after the scale fits to the canvas.
onAfterFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onAfterFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Text to render after the footer section.
onAfterInit(IsChart) - Method in class org.pepstock.charba.client.AbstractChartsLifecycleListener
 
onAfterInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called after 'chart' has been initialized and before the first update.
onAfterInit(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been initialized and before the first update.
onAfterInit(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterInit(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
 
onAfterLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onAfterLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render after an individual label.
onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been layed out.
onAfterLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the 'chart' has been fully rendered (and animation completed).
onAfterRender(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs after dimensions are set.
onAfterTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs after ticks are converted into strings.
onAfterTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onAfterTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render after the title.
onAfterTooltipDraw(IsChart, TooltipPluginItem) - Method in interface org.pepstock.charba.client.Plugin
Called after drawing the 'tooltip'.
onAfterTooltipDraw(IsChart, TooltipPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAfterUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback that runs at the end of the update process.
onAfterUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after 'chart' has been updated and before rendering.
onAfterUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onAttach() - Method in class org.pepstock.charba.client.AbstractChart
 
onBeforeBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
 
onBeforeBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
Returns text to render before the body section.
onBeforeBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.BaseAxisBuildTicksCallback
Callback that runs before ticks are created.
onBeforeCalculateTickRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateTickRotationCallback
Callback that runs before tick rotation is determined.
onBeforeDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
Callback that runs before data limits are determined.
onBeforeDatasetDraw(IsChart, DatasetPluginItem) - 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(IsChart, DatasetPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetsDraw(IsChart, double) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'chart' datasets.
onBeforeDatasetsDraw(IsChart, double) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetsUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' datasets.
onBeforeDatasetsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDatasetUpdate(IsChart, DatasetPluginItem) - Method in interface org.pepstock.charba.client.Plugin
Called before updating the 'chart' dataset at the given 'args.index'.
onBeforeDatasetUpdate(IsChart, DatasetPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.AbstractChartsLifecycleListener
 
onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called before the chart has been destroyed.
onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
 
onBeforeDraw(IsChart, double) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onBeforeDraw(IsChart, double) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing 'chart' at every animation frame specified by the given easing value.
onBeforeDraw(IsChart, double) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeEvent(IsChart, ChartNativeEvent) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onBeforeEvent(IsChart, ChartNativeEvent) - Method in interface org.pepstock.charba.client.Plugin
Called before processing the specified 'event'.
onBeforeEvent(IsChart, ChartNativeEvent) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
Callback that runs before the scale fits to the canvas.
onBeforeFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onBeforeFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render before the footer section.
onBeforeInit(IsChart) - Method in class org.pepstock.charba.client.AbstractChartsLifecycleListener
 
onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
Called before initializing 'chart'.
onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before initializing 'chart'.
onBeforeInit(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onBeforeLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render before an individual label.
onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before laying out 'chart'.
onBeforeLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before rendering 'chart'.
onBeforeRender(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
Callback that runs before dimensions are set.
onBeforeTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
Callback that runs before ticks are converted into strings.
onBeforeTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onBeforeTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns the text to render before the title.
onBeforeTooltipDraw(IsChart, TooltipPluginItem) - Method in interface org.pepstock.charba.client.Plugin
Called before drawing the 'tooltip'.
onBeforeTooltipDraw(IsChart, TooltipPluginItem) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onBeforeUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
Callback called before the update process starts.
onBeforeUpdate(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
 
onBeforeUpdate(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
 
onBeforeUpdate(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onBeforeUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before updating 'chart'.
onBeforeUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onCallback(Axis, String, int, List<String>) - Method in interface org.pepstock.charba.client.callbacks.CategoryTickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, String) - Method in interface org.pepstock.charba.client.callbacks.RadialPointLabelCallback
Callback function to transform data labels to point labels.
onCallback(Axis, double, int, List<Double>) - Method in interface org.pepstock.charba.client.callbacks.TickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, Date, String, int, List<TimeTickItem>) - Method in interface org.pepstock.charba.client.callbacks.TimeTickCallback
Changes the tick marks to include information about the data type.
onCallback(Axis, double, int, List<Double>) - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
 
onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.Plugins
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
onClick(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onClick(IsChart, ScriptableContext) - Method in interface org.pepstock.charba.client.datalabels.events.ClickEventHandler
Invoked to manage CLICK events on labels.
onClick(AxisClickEvent) - Method in interface org.pepstock.charba.client.events.AxisClickEventHandler
Invoked when the user clicks on the chart axis.
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(TitleClickEvent) - Method in interface org.pepstock.charba.client.events.TitleClickEventHandler
Invoked when the user clicks on the chart title.
onClick(LegendClickEvent) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
 
onClick(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
 
onComplete(AnimationCompleteEvent) - Method in interface org.pepstock.charba.client.events.AnimationCompleteEventHandler
Invoked when chart animation is complete.
onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onConfigure(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called before initializing configuration of 'chart'.
onConfigure(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onCustom(IsChart, 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.
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
 
onDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been destroyed.
onDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
onDetach() - Method in class org.pepstock.charba.client.AbstractChart
 
onEnter(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onEnter(IsChart, ScriptableContext) - Method in interface org.pepstock.charba.client.datalabels.events.EnterEventHandler
Invoked to manage ENTER events on labels.
onEnter(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
 
onFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
 
onFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
Returns text to render as the footer of the tooltip.
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.
onItemSort(IsChart, TooltipItem, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipItemSortCallback
Allows sorting of tooltip items.
onLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns text to render for an individual item in the tooltip.
onLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabelColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors to render for the tooltip item.
onLabelTextColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
 
onLabelTextColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
Returns the colors for the text of the label for the tooltip item.
onLeave(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
 
onLeave(IsChart, ScriptableContext) - Method in interface org.pepstock.charba.client.datalabels.events.LeaveEventHandler
Invoked to manage LEAVE events on labels.
onLeave(LegendLeaveEvent) - Method in interface org.pepstock.charba.client.events.LegendLeaveEventHandler
Invoked when the user leaves on the chart legend.
onLeave(IsChart, ScriptableContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
 
onProgress(AnimationProgressEvent) - Method in interface org.pepstock.charba.client.events.AnimationProgressEventHandler
Invoked when chart animation is progressing.
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
 
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
 
onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
 
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(IsChart, SizeItem) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
 
onResize(IsChart, SizeItem) - Method in interface org.pepstock.charba.client.Plugin
Called after the chart as been resized.
onResize(IsChart, SizeItem) - 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 dataset.
onSelect(DatasetRangeSelectionEvent) - Method in interface org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEventHandler
Invoked when the user selects an area on the chart.
onTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
 
onTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
Returns text to render as the title of the tooltip.
OpacityCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set opacity property at runtime, using the chart instance and the plugin context.
Options - Class in org.pepstock.charba.client.options
Base object which maps chart options.
Options(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.options.Options
Creates the object only with default provider.
Options(IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Options
Creates the object only with default provider and native object.
OptionsNode - Class in org.pepstock.charba.client.items
Wrapper of options node of CHART.JS.
OptionsNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.OptionsNode
Creates the item using a native java script object which contains all properties.
Orderer - Class in org.pepstock.charba.client.data
Utility to manage the order option on chart datasets.
org.pepstock.charba.client - package org.pepstock.charba.client
Main package with all charts implementation, global classes and common interfaces.
org.pepstock.charba.client.callbacks - package org.pepstock.charba.client.callbacks
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
org.pepstock.charba.client.colors - package org.pepstock.charba.client.colors
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.
org.pepstock.charba.client.colors.tiles - package org.pepstock.charba.client.colors.tiles
Contains all classes to build tiles to use into a canvas patterns or a Charba pattern
org.pepstock.charba.client.commons - package org.pepstock.charba.client.commons
Core classes to manage the inter-operations with java script code.
org.pepstock.charba.client.configuration - package org.pepstock.charba.client.configuration
Contains all elements to configure a chart instance (know as chart options at instance level).
org.pepstock.charba.client.controllers - package org.pepstock.charba.client.controllers
Contains all classes to manage the implementations of controllers.
org.pepstock.charba.client.data - package org.pepstock.charba.client.data
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
org.pepstock.charba.client.datalabels - package org.pepstock.charba.client.datalabels
Contains all classes to activate the DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js.
org.pepstock.charba.client.datalabels.callbacks - package org.pepstock.charba.client.datalabels.callbacks
Contains the DataLabelsPlugin.ID plugin callback interfaces to configure the plugin itself.
org.pepstock.charba.client.datalabels.enums - package org.pepstock.charba.client.datalabels.enums
Contains all enumerations to configure the DataLabelsPlugin.ID plugin.
org.pepstock.charba.client.datalabels.events - package org.pepstock.charba.client.datalabels.events
Contains the DataLabelsPlugin.ID plugin event handlers interfaces to configure the plugin itself.
org.pepstock.charba.client.defaults - package org.pepstock.charba.client.defaults
Contains all interfaces need to provide defaults values of the chart options.
org.pepstock.charba.client.defaults.chart - package org.pepstock.charba.client.defaults.chart
Contains the default values of chart options based on type of chart instance.
org.pepstock.charba.client.defaults.globals - package org.pepstock.charba.client.defaults.globals
Contains the default values of chart options for all chart types (CHART.JS options defaults).
org.pepstock.charba.client.enums - package org.pepstock.charba.client.enums
Contains all enumerations of some chart options where only a specific set of values can be set.
org.pepstock.charba.client.events - package org.pepstock.charba.client.events
Contains all events to interact with chart instance.
org.pepstock.charba.client.impl - package org.pepstock.charba.client.impl
Main package with the implementation out-of-the-box of callbacks, plugins and charts.
org.pepstock.charba.client.impl.callbacks - package org.pepstock.charba.client.impl.callbacks
Contains some callbacks implementations, available out-of-the box.
org.pepstock.charba.client.impl.charts - package org.pepstock.charba.client.impl.charts
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
org.pepstock.charba.client.impl.plugins - package org.pepstock.charba.client.impl.plugins
Contains some plugins implementations, available out-of-the box.
org.pepstock.charba.client.impl.plugins.enums - package org.pepstock.charba.client.impl.plugins.enums
Contains the enumeration items to configure out of the box CHARBA plugins.
org.pepstock.charba.client.items - package org.pepstock.charba.client.items
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
org.pepstock.charba.client.labels - package org.pepstock.charba.client.labels
Contains all classes to use LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS
org.pepstock.charba.client.labels.callbacks - package org.pepstock.charba.client.labels.callbacks
Contains the LabelsPlugin.ID plugin callback interfaces to configure the plugin itself.
org.pepstock.charba.client.labels.enums - package org.pepstock.charba.client.labels.enums
Contains all enumerations to configure the LabelsPlugin.ID plugin.
org.pepstock.charba.client.options - package org.pepstock.charba.client.options
Contains all elements to configure charts at global level (know as chart global options).
org.pepstock.charba.client.plugins - package org.pepstock.charba.client.plugins
Contains all classes to manage the plugin implementations.
org.pepstock.charba.client.positioner - package org.pepstock.charba.client.positioner
Contains all classes to implement a custom tooltip positioner for CHART.JS.
org.pepstock.charba.client.resources - package org.pepstock.charba.client.resources
Contains java script resources to inject in order to use Charba.
org.pepstock.charba.client.utils - package org.pepstock.charba.client.utils
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.

P

Padding - Class in org.pepstock.charba.client.configuration
It is applied to all sides of the chart (left, top, right, bottom).
Padding - Class in org.pepstock.charba.client.datalabels
Base object to map font options for DataLabelsPlugin.ID plugin configuration.
It is applied to all sides of the chart (left, top, right, bottom).
It can be used also into callback for font generation at runtime.
Padding() - Constructor for class org.pepstock.charba.client.datalabels.Padding
Creates new padding element.
Padding - Class in org.pepstock.charba.client.options
It is applied to all sides of the chart (left, top, right, bottom).
PaddingCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set a padding element at runtime, using the chart instance and the plugin context.
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.
Pattern - Class in org.pepstock.charba.client.colors
Entity to apply a canvas pattern into a dataset as background.
See here some interesting pattern images.
Pattern(ImageResource) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern.
The repetition used is repeat.
Pattern(Image) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern.
The repetition used is repeat.
Pattern(ImageElement) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern.
The repetition used is repeat.
Pattern(ImageResource, Context2d.Repetition) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern and repetition to apply to pattern.
Pattern(Image, Context2d.Repetition) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern and repetition to apply to pattern.
Pattern(ImageElement, Context2d.Repetition) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an image to use in the pattern and repetition to apply to pattern.
Pattern(CanvasPattern) - Constructor for class org.pepstock.charba.client.colors.Pattern
Creates the object using an already created canvas pattern.
This is mainly used by tiles.
Pattern.PatternFactory - Class in org.pepstock.charba.client.colors
Inner class to create pattern by a native object.
PatternFactory() - Constructor for class org.pepstock.charba.client.colors.Pattern.PatternFactory
 
Percentage - Class in org.pepstock.charba.client.impl.callbacks
Utility to calculate the percentage of the value based on the datasets of chart.
PercentageCallback - Class in org.pepstock.charba.client.impl.callbacks
Formatter implementation for DataLabelsPlugin.ID plugin in order to provide the percentage of the value.
Setting this object to formatter callback of DataLabelsPlugin.ID options, it will return the percentage for each data index per dataset.
PercentageCallback() - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the default values.
PercentageCallback(String) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the argument as number format.
PercentageCallback(boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the argument as flag to compute the percentage on stacked datasets.
PercentageCallback(String, boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
Creates the formatter using the arguments as number format and as flag to compute the percentage on stacked datasets.
PieChart - Class in org.pepstock.charba.client
PIE chart implementation.
A pie charts are divided into segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data.
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
Creates a dataset.
It uses the global options has default.
PieDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PieDataset
Creates the dataset using a default.
PieOptions - Class in org.pepstock.charba.client.configuration
Specific options for PIE chart.
PieOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.PieOptions
Builds the object storing the chart instance and default values.
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.
PluginOptionsScope - Enum in org.pepstock.charba.client.enums
Enumeration with all possible plugin options scope, where they are set to the chart or dataset.
Plugins - Class in org.pepstock.charba.client.configuration
Definitions about plugins options.
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() - Constructor for class org.pepstock.charba.client.plugins.Plugins
 
Point - Class in org.pepstock.charba.client.configuration
Point elements are used to represent the points in a line chart or a bubble chart.
Point - Class in org.pepstock.charba.client.options
Point elements are used to represent the points in a line chart or a bubble chart.
Point - Class in org.pepstock.charba.client.positioner
This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates.
Point() - Constructor for class org.pepstock.charba.client.positioner.Point
Creates an empty object
PointerElement - Enum in org.pepstock.charba.client.impl.plugins.enums
The elements of the chart in scope of ChartPointer.ID plugin.
PointLabels - Class in org.pepstock.charba.client.options
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.
PointStyleCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set pointStyle property at runtime, using the chart instance and the context.
PolarAreaChart - Class in org.pepstock.charba.client
POLAR AREA chart implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.
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
Creates a dataset.
It uses the global options has default.
PolarAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
Creates the dataset using a default.
PolarAreaOptions - Class in org.pepstock.charba.client.configuration
Specific options for POLAR AREA chart.
PolarAreaOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.PolarAreaOptions
Builds the object storing the chart instance and default values.
Position - Enum in org.pepstock.charba.client.enums
Property to set the position's edge of an element to a unit above/below its normal position.
Position - Enum in org.pepstock.charba.client.labels.enums
Enumeration of available positions to use to configure LabelsPlugin.ID plugin.
Positioner - Class in org.pepstock.charba.client.positioner
Manages the custom tooltip positioner.
PositionerContext - Class in org.pepstock.charba.client.positioner
The positioner context is used to give contextual information to the tooltip positioner function.
PositionerContext() - Constructor for class org.pepstock.charba.client.positioner.PositionerContext
To avoid any instantiation
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().
propertyAsDouble(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a property of java script object as double.
propertyAsInt(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a property of java script object as integer.
propertyAsString(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns a property of java script object as string.
push(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Adds one element to the end of an array and returns the new length of the array.

R

RadarChart - Class in org.pepstock.charba.client
RADAR chart implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets.
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
Creates a dataset.
It uses the global options has default.
RadarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.RadarDataset
Creates the dataset using a default.
RadarOptions - Class in org.pepstock.charba.client.configuration
Specific options for RADAR chart.
RadarOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.RadarOptions
Builds the object storing the chart instance and default values.
RadialAngleLines - Class in org.pepstock.charba.client.configuration
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.configuration
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(IsChart) - Constructor for class org.pepstock.charba.client.configuration.RadialAxis
Builds the object storing the chart instance.
RadialLinearTick - Class in org.pepstock.charba.client.configuration
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.configuration
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.
Radius - Class in org.pepstock.charba.client.colors
Contains the radius of inner and outer of an arc.
Used inside the canvas object factory.
Radius() - Constructor for class org.pepstock.charba.client.colors.Radius
 
RadiusCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set radius or pointRadius (hit and hover) property at runtime, using the chart instance and the context.
Rectangle - Class in org.pepstock.charba.client.configuration
Rectangle elements are used to represent the bars in a bar chart.
Rectangle - Class in org.pepstock.charba.client.options
Rectangle elements are used to represent the bars in a bar chart.
register() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
Registers the options to the factory to manage the cache of options.
register(Plugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Registers a plugin as global, to apply to all charts.
register(TooltipPositioner) - Method in class org.pepstock.charba.client.positioner.Positioner
Register the tooltips positioner to CHART.JS.
RelativeDatasetIndexFill - Class in org.pepstock.charba.client.enums
Fill object to configure chart to use a relative dataset index.
Relative dataset index, as string, is composed by sign and value, both mandatory.
Here are same examples: ("-1", "-2", "+1", "+2",...).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
Removes the element at the specified position in this array.
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
remove(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).
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.NativeObjectContainer
Removes an element (by key) from the embedded JavaScript object.
remove(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Removes a set of elements (by keys) from the embedded JavaScript object.
remove(int) - Method in class org.pepstock.charba.client.data.Labels
Removes an item of labels by index
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 the chart must be drawn again.
removeCanvasPreventDefault() - Method in class org.pepstock.charba.client.AbstractChart
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener.
removeCanvasPreventDefault() - Method in interface org.pepstock.charba.client.IsChart
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener.
removeDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
Removes a dataset selection handler instance.
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(ControllerContext, IsChart, StyleElement) - Method in interface org.pepstock.charba.client.Controller
Remove hover styling from the given element.
removeHoverStyle(ControllerContext, IsChart, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
removeIfExists(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Removes an element (by key) from the embedded JavaScript object if exists.
removeLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
Removes a charts life cycle listener instance from collection.
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.
Render - Enum in org.pepstock.charba.client.impl.plugins.enums
Enumeration of available render to use to configure clear selection element.
render() - Method in interface org.pepstock.charba.client.IsChart
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
render(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
Triggers a redraw of all chart elements.
Render - Enum in org.pepstock.charba.client.labels.enums
Enumeration of available render to use to configure LabelsPlugin.ID plugin.
RenderCallback - Interface in org.pepstock.charba.client.labels.callbacks
Callback interface of LabelsPlugin.ID plugin to provide the item to be rendered as string or as image at runtime, using the arguments.
RenderItem - Class in org.pepstock.charba.client.labels
This object is wrapping the native java script object provided by LabelsPlugin.ID plugin when the RENDER function is called.
reset() - Method in class org.pepstock.charba.client.AbstractChart
Reset the chart to it's state before the initial animation.
reset() - Method in interface org.pepstock.charba.client.IsChart
Reset the chart to it's state before the initial animation.
resetGradients(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
Removes from cache all loaded gradients, needed during the resize of chart.
resize() - Method in class org.pepstock.charba.client.AbstractChart
Use this to manually resize the canvas element.
resize() - Method in interface org.pepstock.charba.client.IsChart
Use this to manually resize the canvas element.
ResourceLoadException - Exception in org.pepstock.charba.client.resources
Exception created when it's able to load CHART.JS source in deferred mode.
Resources<T extends ResourcePrototype> - Interface in org.pepstock.charba.client.resources
Client bundle to reference CHART.JS and other java script codes, always needed to CHARBA.
CHART.JS text resource it's just defined because the mode how to inject depends on the implementation of this interface.
ResourcesType - Class in org.pepstock.charba.client.resources
Utility to set which kind of resources type must be use to load text resources.
This utility MUST be called as first statement before using Charba.
retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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.ArrayImageList
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.ArrayIntegerList
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.ArrayObjectList
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.ArrayStringList
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.
retrieveChart(ScriptableContext, Object) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
Returns the chart instance if callback and chart itself are consistent.
RotationCallback - Interface in org.pepstock.charba.client.callbacks
Callback interface to set rotation or pointRotation property at runtime, using the chart instance and the context.
run(Runnable) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
Start an entry point as a runnable.

S

Scale - Class in org.pepstock.charba.client.options
Axes are an integral part of a chart.
Scale(IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.Scale
Creates the object only with default provider.
Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
Creates the object only with default provider and native object.
ScaleBounds - Enum in org.pepstock.charba.client.enums
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
ScaleDistribution - Enum in org.pepstock.charba.client.enums
Controls the data distribution along the scale.
ScaledOptions - Class in org.pepstock.charba.client.options
Base object which maps chart options, with scales elements to set axes configurations.
ScaledOptions(IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
Creates the object only with default provider.
ScaledOptions(IsDefaultScaledOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
Creates the object only with default provider and native object.
ScaleItem - Class in org.pepstock.charba.client.items
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS).
ScaleItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
Creates the item using a native java script object which contains all properties.
ScaleLabel - Class in org.pepstock.charba.client.options
When creating a chart, you want to tell the viewer what data they are viewing.
ScaleLabelPadding - Class in org.pepstock.charba.client.options
It is applied to all sides of the scale label object of axes (left, top, right, bottom).
ScaleLongestTextCacheItem - Class in org.pepstock.charba.client.items
Legend internal object to get data about ticks and their length in pixels.
This is a wrapper of scale text item of Chart (of CHART.JS).
Scales - Class in org.pepstock.charba.client.configuration
The configuration element which contains all axes definitions.
Scales - Class in org.pepstock.charba.client.options
The configuration element which contains all axes definitions.
Scales(IsDefaultScales) - Constructor for class org.pepstock.charba.client.options.Scales
Creates a scales object by defaults values.
ScalesNode - Class in org.pepstock.charba.client.items
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS).
ScalesNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScalesNode
Creates the item using a native java script object which contains all properties.
ScaleTickItem - Class in org.pepstock.charba.client.items
The tick item maps the objects passed a ScaleItem.
This is a wrapper of the CHART.JS item with all needed info.
scaleType() - Method in enum org.pepstock.charba.client.ChartType
 
scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
ScaleType - Enum in org.pepstock.charba.client
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type.
scaleType() - Method in interface org.pepstock.charba.client.Type
Returns the scale type of the chart.
ScatterChart - Class in org.pepstock.charba.client
SCATTER chart implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
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
Creates a dataset.
It uses the global options has default.
Builds the object setting fixed properties
ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
Creates the dataset using a default.
ScatterOptions - Class in org.pepstock.charba.client.configuration
Specific options for SCATTER chart.
ScatterOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.ScatterOptions
Builds the object storing the chart instance and default values.
SchemeScope - Enum in org.pepstock.charba.client.impl.plugins.enums
Enumerates the possible values to address coloring of BAR or BUBBLE datasets by a color scheme.
Scriptable<T> - Interface in org.pepstock.charba.client.callbacks
Interface to map all callback of scriptable options available for CHART.JS.
ScriptableContext - Class in org.pepstock.charba.client.callbacks
The option context is used to give contextual information when resolving options.
The context object contains the following properties:
index(int): index of the associated data datasetIndex(int): index of the associated dataset active(boolean): if the data and dataset item is hovered.
ScriptableContext() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableContext
To avoid any instantiation
ScriptableFunctions - Class in org.pepstock.charba.client.callbacks
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
ScriptableFunctions.ProxyArrayCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide an array property.
ScriptableFunctions.ProxyBooleanCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a boolean property.
ScriptableFunctions.ProxyDoubleCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a double property.
ScriptableFunctions.ProxyIntegerCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a integer property.
ScriptableFunctions.ProxyNativeObjectCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a native object property.
ScriptableFunctions.ProxyObjectCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a object property.
ScriptableFunctions.ProxyStringCallback - Interface in org.pepstock.charba.client.callbacks
Java script FUNCTION callback called to provide a string property.
ScriptableUtils - Class in org.pepstock.charba.client.callbacks
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
set(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
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.ArrayEnumList
Replaces the element at the specified position in this list with the specified element.
set(int, ImageElement) - Method in class org.pepstock.charba.client.commons.ArrayImageList
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.ArrayIntegerList
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.ArrayObjectContainerList
Replaces the element at the specified position in this list with the specified element.
set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
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.ArrayStringList
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 .
set(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Sets the padding size to all dimensions.
set(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding size to all dimensions.
set(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width size to all dimensions.
set(int) - Method in class org.pepstock.charba.client.datalabels.Padding
Sets the padding size to all dimensions.
setAlign(LegendAlign) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the alignment of the legend.
setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the position of the label relative to the anchor point position and orientation.
setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the align callback.
setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the position of the label relative to the anchor point position and orientation.
setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the align callback.
setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection align.
setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection align.
setAlign(LegendAlign) - Method in class org.pepstock.charba.client.options.Legend
Sets the alignment of the legend.
setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the anchor callback.
setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the anchor callback.
setAngle(double) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the arc angle to cover.
setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
Sets the arc angle to cover.
setAnimatedDisplay(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets if the display will be shown based on the animation of chart.
setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.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.
setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets if draws label in arc.
setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets if draws label in arc.
setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array from a container list) into embedded JavaScript object at specific property.
setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array) into embedded JavaScript object at specific property.
setAspectRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Canvas aspect ratio (i.e.
setAspectRatio(double) - Method in class org.pepstock.charba.client.options.Options
Canvas aspect ratio (i.e.
setAttribute(Key, 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.options.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.options.Ticks
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.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.configuration.SingleScaleOptions
Sets the single axis of chart.
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.
setAxisBuildTicksCallback(CategoryAxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
Sets the user callback that runs before/after ticks are created.
setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
Sets the user callback that runs before/after ticks are created.
setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
Sets the user callback that runs before/after ticks are created.
setAxisBuildTicksCallback(TimeAxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Sets the user callback that runs before/after ticks are created.
setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
Sets the user callback that runs before/after ticks are created.
setAxisCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after tick rotation is determined.
setAxisDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after data limits are determined.
setAxisDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after dimensions are set.
setAxisFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after the scale fits to the canvas.
setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after ticks are converted into strings.
setAxisUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.configuration.Axis
Sets the user callback that runs before/after of the update process.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the color of label backdrops.
setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
Sets the color of label backdrops.
setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
Sets the color of label backdrops.
setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the horizontal padding of label backdrop.
setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the horizontal padding of label backdrop.
setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the vertical padding of label backdrop.
setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the vertical padding of label backdrop.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the background color of tile as string.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the background color of tile.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the background color of tile as string.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the background color of tile.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the background color of the tooltip.
setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the background color callback.
setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill colors of the elements.
setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill colors of the elements.
setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill pattern of the elements.
setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill gradient of the elements.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color under the line.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color under the line.
setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill pattern under the line.
setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill gradient under the line.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the background color.
setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the background color callback.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the background color.
setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the background color callback.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background color.
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background color.
setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background gradient.
setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
Sets the background pattern.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets background color as string
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets background color
setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color.
setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the background color.
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.
setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
The transparency value for the background color.
setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
The transparency value for the background color.
setBarPercentage(double) - Method in class org.pepstock.charba.client.data.BarDataset
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.data.BarDataset
Sets the width of each bar in pixels.
setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
If true, scale will include 0 if it is not already included.
setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, scale will include 0 if it is not already included.
setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.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.configuration.TooltipsCallbacks
Sets the user body callback.
setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the body font color.
setBodyFontColor(String) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.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.configuration.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.configuration.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.
setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the property to set the border alignment on chart datasets.
setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.data.BorderAligner
Sets the property to set the border alignment on chart datasets.
setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.data.BorderAligner
Sets the border align callback.
setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
Sets the property to set the border alignment on chart datasets.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
Sets how the end points of every line are drawn.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
setBorderCapStyle(BorderCapStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border cap style callback.
setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
Sets how the end points of every line are drawn.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color of the border.
setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the color of the border.
setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border color callback.
setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the color of the bar border
setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the color of the bar border
setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the gradient of the bar border as gradient.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the color of the line.
setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the color of the line.
setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the gradient of the line.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border color.
setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border color callback.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border color.
setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border color callback.
setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets border color as string
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
Sets border color
setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color.
setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border color.
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.configuration.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.configuration.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.configuration.RadialAngleLines
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.data.LiningDataset
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(BorderDashCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash callback.
setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
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.impl.plugins.DatasetsItemsSelectorOptionsBuilder
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.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.
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.GridLines
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.Line
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the line dash pattern offset or "phase".
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the line dash pattern offset or "phase".
setBorderDashOffset(BorderDashOffsetCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border dash offset callback.
setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.Line
Sets the line dash pattern offset or "phase".
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.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 end points 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.data.LiningDataset
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 end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setBorderJoinStyle(BorderJoinStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border join style callback.
setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.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 end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border radius.
setBorderRadius(RadiusCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border radius callback.
setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border radius.
setBorderRadius(RadiusCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border radius callback.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Rectangle
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Rectangle
Sets the edge to skip drawing the border for.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the border skipped callback.
setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Rectangle
Sets the edge to skip drawing the border for.
setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Rectangle
Sets the edge to skip drawing the border for.
setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the size of the border.
setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.Dataset
Sets the border width callback.
setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke width of the bar in pixels.
setBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the width of the line in pixels.
setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border width.
setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the border width callback.
setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border width.
setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the border width callback.
setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the border width of the selection.
setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the border width of the selection.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
Sets the border width.
setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the size of the border.
setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the the bottom coordinate.
setBottom(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width bottom in pixel.
setBottom(int) - Method in class org.pepstock.charba.client.datalabels.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
setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.options.Scale
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the width of colored box.
setBoxWidth(int) - Method in class org.pepstock.charba.client.options.LegendLabels
Sets the width of colored box.
setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
Sets the function callback implemented into additional java script source.
setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Sets the user callback instance.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
Sets the user callback instance.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Sets the user callback instance.
setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Sets the user callback instance.
setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
Sets the user callback instance.
setCallback(RadialPointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the user callback to change point labels.
setCallback(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
This method adds new callback function proxy to the element, as property of native java script object.
setCallback(LegendLabels, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to legend labels element instance.
setCallback(Tooltips, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to tooltips element instance.
setCallback(TooltipsCallbacks, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to tooltips callbacks element instance.
setCallback(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
This method adds new callback function proxy to the element, as property of native java script object.
setCallback(AbstractTick<?, ?>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
Adds a callback proxy function to tick element instance.
setCallback(PointLabels, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
Adds a callback proxy function to point labels element instance.
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
Sets true to keep Bezier control inside the chart, false for no restriction.
setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
Sets true to keep Bezier control inside the chart, false for no restriction.
setCaretPadding(int) - Method in class org.pepstock.charba.client.configuration.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.configuration.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 pixels, of the tooltip arrow.
setCategoryPercentage(double) - Method in class org.pepstock.charba.client.data.BarDataset
Sets the percent (0-1) of the available width each category should be within the sample width.
setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Sets the CHARBA id when new chart instance is created.
setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
If true, gridlines are circular (on radar chart only).
setCircular(boolean) - Method in class org.pepstock.charba.client.options.GridLines
If true, gridlines are circular (on radar chart only).
setCircumference(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the sweep to allow arcs to cover.
setCircumference(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setCircumference(double) - Method in class org.pepstock.charba.client.options.Options
Sets the sweep to allow arcs to cover.
setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the clamp callback.
setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets true to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e.
setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the clamp callback.
setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
setClientBundle(Resources<T>) - Static method in class org.pepstock.charba.client.resources.ResourcesType
Sets the resources type to use to inject java script code.
If the resources type was already set or if is null an exception will be throw.
setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
When the clip option is true, the part of the label which is outside the chart area will be masked.
setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the clip callback.
setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
When the clip option is true, the part of the label which is outside the chart area will be masked.
setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the clip callback.
setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.GridLines
The color of the grid lines.
setColor(String...) - Method in class org.pepstock.charba.client.configuration.GridLines
The color of the grid lines.
setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the color of angled lines.
setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the color.
setColor(ColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the color.
setColor(ColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the color callback.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for value.
setColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for value.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Sets the color of threshold.
setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the color.
setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the color.
setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
Sets the color of angled lines.
setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
Sets the color of angled lines.
setColor(IsColor...) - Method in class org.pepstock.charba.client.options.GridLines
The color of the grid lines.
setColor(String...) - Method in class org.pepstock.charba.client.options.GridLines
The color of the grid lines.
setCornerRadius(int) - Method in class org.pepstock.charba.client.configuration.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(CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCubicInterpolationMode(CubicInterpolationMode) - 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:

setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
Sets the border join style callback.
setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.options.Line
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:

setCursorPointer(Style.Cursor) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Sets the cursor type when the cursor is over the dataset item.
setCustomCallback(TooltipCustomCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user custom callback.
setCutoutPercentage(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the percentage of the chart that is cut out of the middle.
setCutoutPercentage(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setCutoutPercentage(double) - Method in class org.pepstock.charba.client.options.Options
Sets the percentage of the chart that is cut out of the middle.
setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
Sets the data of chart by the data property into native object.
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 interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Throws an exception because not available.
setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
 
setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Throws an exception because not available.
setData(List<Double>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Throws an exception because not available.
setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasDataPoints
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasDataPoints
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of data points.
setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
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.
setDataString(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
setDataString(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
 
setDefaultColor(IsColor) - Method in class org.pepstock.charba.client.options.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.options.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.options.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.options.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.options.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.options.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.options.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
Sets true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
setDestroyOnDetach(boolean) - Method in interface org.pepstock.charba.client.IsChart
Sets true if the chart is configured to be destroyed on the attach of DIV element, otherwise false.
setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
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.Options
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
If set to false the axis is hidden from view.
setDisplay(Display) - Method in class org.pepstock.charba.client.configuration.Axis
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
If true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
If false, do not display grid lines for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Sets if the legend is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
If true, labels are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Title
Sets if the title is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the visibility of labels.
setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the visibility of labels.
setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the display callback.
setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the visibility of labels.
setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the visibility of labels.
setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the display callback.
setDisplay(MeterDisplay) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the display type of data in chart.
setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets true if clear of selection label will e applied into chart, otherwise false.
setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if clear of selection label will e applied into chart, otherwise false.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AngleLines
If true, angle lines are shown
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.GridLines
If false, do not display grid lines for this axis.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Legend
Sets if the legend is shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
If true, labels are shown.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Scale
If true, shows the axis.
setDisplay(Display) - Method in class org.pepstock.charba.client.options.Scale
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleLabel
If true, display the axis title.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Scales
If true, shows the axis.
setDisplay(Display) - Method in class org.pepstock.charba.client.options.Scales
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, show tick marks.
setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Title
Sets true if the title is shown.
setDisplayColors(boolean) - Method in class org.pepstock.charba.client.configuration.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.impl.charts.MeterOptions
Sets the font color to apply to the display of value.
setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.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.configuration.CartesianTimeAxis
Sets property controls the data distribution along the scale.
setDistribution(ScaleDistribution) - Method in class org.pepstock.charba.client.options.Scale
Sets property controls the data distribution along the scale.
setDrawBorder(boolean) - Method in class org.pepstock.charba.client.configuration.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.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
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnAttach(boolean) - Method in interface org.pepstock.charba.client.IsChart
Sets true if the chart is configured to be draw on the attach of DIV element, otherwise false.
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
If true, draw lines on the chart area inside the axis lines.
setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.GridLines
If true, draw lines on the chart area inside the axis lines.
setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.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.GridLines
If true, draw lines beside the ticks in the axis area beside the chart.
setDuration(int) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.
setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
Sets the chart elements in scope to "cursorpointer" plugin.
setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for empty sector.
setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
Sets the fill color for empty sector.
setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.BaseTickMajor
If true, major tick options are used to show major ticks.
setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets if a global plugin must be enabled or not.
setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.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.TickMajor
If true, major tick options are used to show major ticks.
setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
Sets true if tooltips are enabled.
setEnabledAllCharts(String, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Setting false for plugin id, the global plugin is disable to all charts and to activate the plugin on a specific chart, is it enough to enable the plugin by options.
setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the end value of the axis
setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the ENTER event (the mouse is moved over a label) handler.
setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the ENTER event (the mouse is moved over a label) handler.
setEvent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
This method adds new event function proxy to the element, as property of native java script object.
setEvent(Animation, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to animation element instance.
setEvent(Legend, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
Adds a event proxy function to legend element instance.
setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the browser events that the chart should listen to for tooltips and hovering.
setEvents(Event...) - Method in class org.pepstock.charba.client.options.Options
Sets the browser events that the chart should listen to for tooltips and hovering.
setFamily(String) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the font family, follows CSS font-family options.
setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line.
setFill(int) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line, by absolute dataset index.
setFill(String) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line, by relative dataset index.
setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
Sets how to fill the area under the line.
setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill callback.
setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
 
setFill(boolean) - Method in class org.pepstock.charba.client.enums.Filler
Sets how to fill the area under the line.
setFill(int) - Method in class org.pepstock.charba.client.enums.Filler
Sets how to fill the area under the line, by absolute dataset index.
setFill(String) - Method in class org.pepstock.charba.client.enums.Filler
Sets how to fill the area under the line, by relative dataset index.
setFill(IsFill) - Method in class org.pepstock.charba.client.enums.Filler
Sets how to fill the area under the line.
setFill(boolean) - Method in interface org.pepstock.charba.client.enums.HasFill
Sets how to fill the area under the line.
setFill(int) - Method in interface org.pepstock.charba.client.enums.HasFill
Sets how to fill the area under the line, by absolute dataset index.
setFill(String) - Method in interface org.pepstock.charba.client.enums.HasFill
Sets how to fill the area under the line, by relative dataset index.
setFill(IsFill) - Method in interface org.pepstock.charba.client.enums.HasFill
Sets how to fill the area under the line.
setFill(boolean) - Method in class org.pepstock.charba.client.options.Line
Sets how to fill the area under the line.
setFill(IsFill) - Method in class org.pepstock.charba.client.options.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
setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the user filter callback.
setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user filter callback.
setFireEventOnClearSelection(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets true if it will fire event after clear of selection, otherwise false.
setFireEventOnClearSelection(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if it will fire event after clear of selection, otherwise false.
setFont(FontCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the the font callback.
setFont(FontCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the the font callback.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the font color for scale label
setFontColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the font color for scale label
setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font color for label
setFontColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font color for label
setFontColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font color for tick labels.
setFontColor(String...) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font color for tick labels.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font color for title
setFontColor(String) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font color for title
setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection label font color.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Set the clear selection label font color.
setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection label font color.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Set the clear selection label font color.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font color as color.
setFontColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font color as string.
setFontColor(FontColorCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font color callback.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font color as color.
setFontColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font color as string.
setFontColor(FontColorCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font color callback.
setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Fonter
Sets the font color
setFontColor(String) - Method in class org.pepstock.charba.client.options.Fonter
Sets the font color
setFontColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font color.
setFontColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font color as string.
setFontColor(IsColor...) - Method in class org.pepstock.charba.client.options.PointLabels
Sets an array of font colors.
setFontColor(String...) - Method in class org.pepstock.charba.client.options.PointLabels
Sets an array of font colors.
setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the font family for the scale label, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font family for the label, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font family for the tick labels, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font family for title, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the font family, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the font family to apply to the display of value.
setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the font family, follows CSS font-family options.
setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font family, follows CSS font-family options.getClearSelection().
setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font family
setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font family
setFontFamily(String) - Method in class org.pepstock.charba.client.options.Fonter
Sets the font family, follows CSS font-family options.
setFontFamily(String) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font family, follows CSS font-family options.
setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the line height.
setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the line height.
setFontSize(int) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the font size for scale label.
setFontSize(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font size for label.
setFontSize(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the font size for the tick labels.
setFontSize(int) - Method in class org.pepstock.charba.client.configuration.Title
Sets the font size for title.
setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font size.
setFontSize(int) - Method in class org.pepstock.charba.client.options.Fonter
Sets the font size.
setFontSize(int) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font size.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the font style for the scale label, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the font style for the label, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.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.configuration.Title
Sets the font style for title, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Sets the font style to apply to the display of value.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the font style.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the font style.
setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Fonter
Sets the font style, follows CSS font-style options (i.e.
setFontStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.HasFont
Sets the font style, follows CSS font-style options (i.e.
setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the font weight, follows CSS font-style-weight options.
setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.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.configuration.TooltipsCallbacks
Sets the user footer callback.
setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the footer font color.
setFooterFontColor(String) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.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.configuration.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.configuration.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.configuration.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.impl.charts.MeterOptions
Sets the format to apply to display the value.
setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the formatter callback.
setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the formatter callback.
setFullWidth(boolean) - Method in class org.pepstock.charba.client.configuration.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.configuration.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
If true, marks that this box should take the full width of the canvas (pushing down other boxes).
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.impl.charts.MeterDataset
 
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.configuration.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
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(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hit radius callback.
setHitRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the pixel size of the non-displayed point that reacts to mouse events.
setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill color of the arcs when hovered
setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill color of the arcs when hovered as string
setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill pattern of the arcs in the dataset when hovered.
setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the fill gradient of the arcs in the dataset when hovered.
setHoverBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the hover background color callback.
setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill color of the elements when hovered
setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill color of the elements when hovered
setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill pattern of the elements when hovered.
setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the fill gradient of the elements when hovered.
setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke color of the arcs when hovered as string.
setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke color of the arcs when hovered as string.
setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the stroke gradient of the arcs in the dataset when hovered as gradient.
setHoverBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the hover border color callback.
setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke color of the elements when hovered
setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke color of the elements when hovered
setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke gradient of elements when hovered as gradient.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Point
Sets the border width of point when hovered.
setHoverBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
Sets the hover border width callback.
setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
Sets the stroke width of the elements when hovered.
setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.Point
Sets the border width of point when hovered.
setHoverRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the radius of the point when hovered.
setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point when hovered.
setHoverRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the hover radius callback.
setHoverRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the radius of the point when hovered.
setHoverStyle(ControllerContext, IsChart, StyleElement) - Method in interface org.pepstock.charba.client.Controller
Add hover styling to the given element.
setHoverStyle(ControllerContext, IsChart, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
setId(String) - Method in class org.pepstock.charba.client.options.Scale
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
setImage(ImageResource) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection image.
setImage(Image) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection image.
setImage(ImageElement) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection image.
setImage(ImageResource) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection image.
setImage(Image) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection image.
setImage(ImageElement) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection image.
setImages(ImageResource...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the images when Render is Render.IMAGE.
setImages(Image...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the images when Render is Render.IMAGE.
setImages(ImageElement...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the images when Render is Render.IMAGE.
setImages(ImageResource...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the images when Render is Render.IMAGE.
setImages(Image...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the images when Render is Render.IMAGE.
setImages(ImageElement...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the images when Render is Render.IMAGE.
setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the dataset index of the chart (for POLAR and PIE charts)
setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
Sets the inner radius of arc.
setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.Time
If true and the unit is set to 'week', then the first day of the week will be Monday.
setIsoWeekday(boolean) - Method in class org.pepstock.charba.client.options.Time
If true and the unit is set to 'week', then the first day of the week will be Monday.
setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the user item sort callback.
setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
Sets the label for the dataset which appears in the legend and tooltips.
setLabel(String, DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.Labels
Sets new data labels options with a specific key.
setLabel(Key, DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.Labels
Sets new data labels options with a specific key.
setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection label.
setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection label.
setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
Sets the user label callback.
setLabelOffset(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the distance in pixels to offset the label from the center 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.configuration.CartesianCategoryTick
Sets an array of labels to display.
setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Sets an array of labels to display.
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.Ticks
Sets an array of labels to display.
setLabels(List<String>) - Method in class org.pepstock.charba.client.options.Ticks
Sets an array of labels to display.
setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the user callback to generate labels.
setLabelString(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the text for the label.
setLabelString(String) - Method in class org.pepstock.charba.client.options.ScaleLabel
Sets the text for the scale string.
setLazy(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
If true, the animation can be interrupted by other animations.
setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the LEAVE event (the mouse is moved out of a label) handler.
setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
Sets the LEAVE event (the mouse is moved out of a label) handler.
setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the left coordinate.
setLeft(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width left in pixel.
setLeft(int) - Method in class org.pepstock.charba.client.datalabels.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
setLegendCallback(LegendCallback) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the legend callback instance
setLegendCallback(LegendCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
Throws an exception because not available.
setLineCap(Context2d.LineCap) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the lineCap, to determine the shape used to draw the end points of lines.
setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets how the end points of every box border are drawn.
setLineDash(Context2d, ArrayInteger) - Method in class org.pepstock.charba.client.commons.JsHelper
Sets the line dash pattern used when stroking lines.
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.configuration.CartesianScaleLabel
Sets the height of an individual line of text.
setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the height of an individual line of text.
setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Title
Sets the height of an individual line of text.
setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Title
Sets the height of an individual line of text.
setLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the line height.
setLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the line height.
setLineJoin(Context2d.LineJoin) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the lineJoin, to determine the shape used to join two line segments where they meet.
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 end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter.
setLineTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets curve tension of the line.
setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.GridLines
Sets the stroke widths of grid lines.
setLineWidth(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
Sets the width of angled 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.AngleLines
Sets the width of angled lines.
setLineWidth(int...) - Method in class org.pepstock.charba.client.options.GridLines
Sets the stroke widths of grid lines.
setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Adds a event handler instance as listener for all events.
setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Adds a event handler instance as listener for all events.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the margin from canvas border.
setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the margin from canvas border.
setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Sets the maximum item to display.
setMax(double) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
If defined, this will override the data maximum.
setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
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(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the maximum value of axis
setMax(double) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMax(Date) - Method in class org.pepstock.charba.client.options.Ticks
If defined, this will override the data maximum.
setMax(String) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined maximum number for the scale, overrides maximum value from data.
setMaxBarThickness(int) - Method in class org.pepstock.charba.client.data.BarDataset
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.options.Ticks
Sets the maximum rotation for tick labels when rotating to condense labels.
setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the maximum number of ticks and grid lines to show.
setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
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(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
Sets the minimum item to display.
setMin(double) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
If defined, this will override the data minimum.
setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
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(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value of axis
setMin(double) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMin(Date) - Method in class org.pepstock.charba.client.options.Ticks
If defined, this will override the data minimum.
setMin(String) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined minimum number for the scale, overrides minimum value from data.
setMinBarLength(int) - Method in class org.pepstock.charba.client.data.BarDataset
Set this to ensure that bars have a minimum length in pixels.
setMinNotZero(double) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the minimum value not zero of scale, only for CartesianLogarithmicAxis.
setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the minimum rotation for tick labels.
setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
The minimum display format to be used for a time unit.
setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
The minimum display format to be used for a time unit.
setMirror(boolean) - Method in class org.pepstock.charba.client.options.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.configuration.Hover
Sets which elements appear in the tooltip.
setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets which elements appear in the tooltip.
setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.
setNativeOptions(NativeObject) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
Sets the options property into native object.
setOffset(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the distance (in pixels) to pull the label away from the anchor point.
setOffset(OffsetCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the offset callback.
setOffset(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the distance (in pixels) to pull the label away from the anchor point.
setOffset(OffsetCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the offset callback.
setOffset(boolean) - Method in class org.pepstock.charba.client.options.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.configuration.GridLines
If true, grid lines will be shifted to be between labels.
setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.options.GridLines
If true, grid lines will be shifted to be between labels.
setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.configuration.StackedScales
Sets true if there is only a Y axis, otherwise false.
setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the opacity.
setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the opacity callback.
setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the opacity.
setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the opacity callback.
setOptions(T) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
Sets the additional options.
setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets the plugin options.
setOptions(String, List<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
Sets the plugin options as array.
setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
Sets the options of chart by the options property into native object.
setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
Sets the plugin dataset configuration.
setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
Sets the plugin options.
setOptions(String, List<T>) - Method in class org.pepstock.charba.client.options.Plugins
Sets the plugin options as array.
setOrder(int) - Method in class org.pepstock.charba.client.data.Orderer
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
Sets the outer radius if an arc.
setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the padding when position is Position.OUTSIDE.
setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the padding when position is Position.OUTSIDE.
setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets if draws label even it's overlap.
setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets if draws label even it's overlap.
setPadding(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
Sets the padding to apply around labels.
setPadding(int) - Method in class org.pepstock.charba.client.configuration.Title
Sets the padding to apply around title.
setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the padding callback.
setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the padding callback.
setPadding(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the padding size to all dimensions.
setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the padding of clear selection element.
setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the padding of clear selection element.
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.Ticks
Sets the padding between the tick label and the axis.
setPadding(int) - Method in class org.pepstock.charba.client.options.Title
Sets the padding to apply around labels.
setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the padding bottom in pixel.
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.datalabels.DataLabelsOptionsBuilder
Sets the padding left 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.datalabels.DataLabelsOptionsBuilder
Sets the padding right 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.datalabels.DataLabelsOptionsBuilder
Sets the padding top 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.configuration.Time
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
setParser(String) - Method in class org.pepstock.charba.client.options.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.impl.charts.GaugeDataset
Sets true if percentage threshold is used, otherwise false.
setPlugins(ArrayPlugin) - Method in class org.pepstock.charba.client.Configuration
Sets the inline plugins of chart by the plugins property into native object.
setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color for points.
setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the fill color for points.
setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the gradients for points.
setPointBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background color callback.
setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border color for points.
setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border color for points.
setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border gradient for points.
setPointBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color callback.
setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the width of the point border in pixels.
setPointBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border width callback.
setPointHitRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the pixel size of the non-displayed point that reacts to mouse events.
setPointHitRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hit radius callback.
setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background color when hovered.
setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover background color when hovered.
setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point background gradient when hovered.
setPointHoverBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover background color callback.
setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color when hovered.
setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border color when hovered.
setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point border gradient when hovered.
setPointHoverBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border color callback.
setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the border width of point when hovered.
setPointHoverBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover border width callback.
setPointHoverRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the radius of the point when hovered.
setPointHoverRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point hover radius callback.
setPointRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the radius of the point shape.
setPointRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point radius callback.
setPointRotation(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the rotation of the point in degrees.
setPointRotation(RotationCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point rotation callback.
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point.
setPointStyle(ImageResource) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point as image .
setPointStyle(Image) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point as image .
setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.configuration.Point
Sets the style of the point as image .
setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the style of the point.
setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the point style callback.
setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point.
setPointStyle(ImageResource...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point as image.
setPointStyle(Image...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point as image.
setPointStyle(ImageElement...) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the style of the point as image.
setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets the point style callback.
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(ImageResource) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style of the point as image.
setPointStyle(Image) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style of the point as image.
setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the style (as image) of the legend box (only used if usePointStyle is true)
setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.Point
Sets the style of the point.
setPointStyle(ImageResource) - Method in class org.pepstock.charba.client.options.Point
Sets the style of the point as image.
setPointStyle(Image) - Method in class org.pepstock.charba.client.options.Point
Sets the style of the point as image.
setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.options.Point
Sets the style of the point as image.
setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the position of the legend.
setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Title
Sets the position of title.
setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the mode for positioning the tooltip.
setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection label position.
setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection label position.
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.labels.LabelsOptions
+ Sets the position to draw label.
setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
+ Sets the position to draw label.
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.Scale
Position of the axis in the chart.
setPosition(Position) - Method in class org.pepstock.charba.client.options.Title
Sets the position of title.
setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
Sets the mode for positioning the tooltip.
setPrecision(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
setPrecision(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the precision for percentage.
setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the precision for percentage.
setPrecision(int) - Method in class org.pepstock.charba.client.options.Ticks
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
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.configuration.Point
Sets the radius of the point shape.
setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius of the point shape.
setRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the radius callback.
setRadius(double) - Method in class org.pepstock.charba.client.options.Point
Sets the radius of the point shape.
setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the clear selection render.
setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the clear selection render.
setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets what data must be showed.
setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the render callback.
setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets what data must be showed.
setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the render callback.
setResponsive(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
Sets the resizing of the chart canvas when its container does.
setResponsive(boolean) - Method in class org.pepstock.charba.client.options.Options
Sets the resizing of the chart canvas when its container does.
setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
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.Options
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.configuration.Legend
Sets the legend will show datasets in reverse order.
setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
If set to true, the order of the colors in the selected scheme is reversed.
setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
If set to true, the order of the colors in the selected scheme is reversed.
setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
Sets the legend will show datasets in reverse order.
setReverse(boolean) - Method in class org.pepstock.charba.client.options.Ticks
Sets the reverses order of tick labels.
setRight(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the right coordinate.
setRight(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width right in pixel.
setRight(int) - Method in class org.pepstock.charba.client.datalabels.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
setRotation(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
Sets the starting angle to draw arcs from.
setRotation(double) - Method in class org.pepstock.charba.client.configuration.Point
Sets the point rotation (in degrees).
setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the rotation of the point in degrees.
setRotation(RotationCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
setRotation(RotationCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
setRotation(RotationCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the rotation callback.
setRotation(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
 
setRotation(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the rotation of the point in degrees (only used if usePointStyle is true).
setRotation(double) - Method in class org.pepstock.charba.client.options.Options
Sets the starting angle to draw arcs from.
setRotation(double) - Method in class org.pepstock.charba.client.options.Point
Sets the point rotation (in degrees).
setRound(boolean) - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
setRound(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
If defined, dates will be rounded to the start of this unit.
setRound(boolean) - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
If defined, dates will be rounded to the start of this unit.
setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
Sets true for rendering the legends from right to left.
setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets true for rendering the tooltips from right to left.
setSampleSize(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
setScale(Scale) - Method in class org.pepstock.charba.client.options.ScaledOptions
Sets a scale instance for options.
setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Sets the color scheme.
setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Sets the color scheme.
setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the text shadow intensity.
setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the text shadow intensity.
setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the text shadow color as color.
setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the text shadow color as string.
setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the text shadow color as color.
setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the text shadow color as string.
setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the text shadow X offset.
setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the text shadow X offset.
setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the text shadow Y offset.
setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the text shadow Y offset.
setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape of the tile.
setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape of the tile.
setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape color of tile.
setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the shape color of tile.
setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape color of tile.
setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the shape color of tile.
setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
If true, draw a background behind the tick labels.
setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.Ticks
If true, draw a background behind the tick labels.
setShowLine(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.options.Options
If false, the lines between points are not drawn.
setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets whether or not labels of value 0 are displayed.
setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets whether or not labels of value 0 are displayed.
setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
Sets the size of the tile, minimum size is the default size.
setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
Sets the size of the tile, minimum size is the default size.
setSize(int) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the font size.
setSource(TickSource) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
Sets the property controls the ticks generation.
setSource(TickSource) - Method in class org.pepstock.charba.client.options.Ticks
Sets the property controls the ticks generation.
setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets the spacing between label and image for clear selection element.
setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets the spacing between label and image for clear selection element.
setSpanGaps(boolean) - Method in class org.pepstock.charba.client.data.LiningDataset
Sets if lines will be drawn between points with no or null data.
setSpanGaps(boolean) - Method in class org.pepstock.charba.client.options.Options
If false, NaN data causes a break in the line.
setStacked(boolean) - Method in class org.pepstock.charba.client.options.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.
setStackGroup(String) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
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.configuration.PolarAreaOptions
Sets the starting angle to draw arcs for the first item in a dataset.
setStartAngle(double) - Method in class org.pepstock.charba.client.options.Options
Sets the starting angle to draw arcs for the first item in a dataset.
setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.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.Line
Sets true to show the line as a stepped line (tension will be ignored).
setSteppedLine(boolean) - 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.
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 interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the user defined fixed step size for the scale.
setStepSize(double) - Method in class org.pepstock.charba.client.configuration.Time
The number of units between grid lines.
setStepSize(double) - Method in class org.pepstock.charba.client.options.Ticks
Sets the user defined fixed step size for the scale.
setStepSize(double) - Method in class org.pepstock.charba.client.options.Time
The number of units between grid lines.
setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
Sets the stroke style of the legend box
setStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the font style, follows CSS font-style options (i.e.
setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the adjustment used when calculating the maximum data value.
setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.Ticks
Sets the adjustment used when calculating the maximum data value.
setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
Sets the adjustment used when calculating the minimum data value.
setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.Ticks
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.configuration.Line
Returns the Bezier curve tension (0 for no Bezier curves).
setTension(double) - Method in class org.pepstock.charba.client.options.Line
Returns the Bezier curve tension (0 for no Bezier curves).
setText(String...) - Method in class org.pepstock.charba.client.configuration.Title
Sets the title text to display.
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.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text alignment being used when drawing the label text.
setTextAlign(TextAlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text align callback.
setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text alignment being used when drawing the label text.
setTextAlign(TextAlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text align callback.
setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Legend
Sets the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets the margin of text when position is Position.OUTSIDE or Position.BORDER.
setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets the margin of text when position is Position.OUTSIDE or Position.BORDER.
setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
Sets if draws text shadows under labels.
setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
Sets if draws text shadows under labels.
setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text shadow blur.
setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text shadow blur callback.
setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text shadow blur.
setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text shadow blur callback.
setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text shadow color color.
setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text shadow color color.
setTextShadowColor(TextShadowColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text shadow color callback.
setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text shadow color color.
setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text shadow color color.
setTextShadowColor(TextShadowColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text shadow color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text stroke color.
setTextStrokeColor(TextStrokeColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text stroke color callback.
setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text stroke color.
setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text stroke color.
setTextStrokeColor(TextStrokeColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text stroke color callback.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text stroke width.
setTextStrokeWidth(TextStrokeWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
Sets the text stroke width callback.
setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text stroke width.
setTextStrokeWidth(TextStrokeWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
Sets the text stroke width callback.
setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
Sets all thresholds to use for this gauge.
setTickMarkLength(int) - Method in class org.pepstock.charba.client.configuration.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.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
setTimeSeriesData(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of time series items.
setTimeSeriesData(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
Sets the data property of a dataset for a chart is specified as an array of time series items.
setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.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.configuration.TooltipsCallbacks
Sets the user title callback.
setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
Sets the title font color.
setTitleFontColor(String) - Method in class org.pepstock.charba.client.configuration.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.configuration.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.configuration.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.configuration.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.configuration.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.configuration.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.configuration.Time
The moment js format string to use for the tooltip.
setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.Time
The format string to use for the tooltip.
setTop(double) - Method in class org.pepstock.charba.client.colors.Area
Sets the top coordinate.
setTop(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.configuration.Padding
Sets the padding top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
Sets the border width top in pixel.
setTop(int) - Method in class org.pepstock.charba.client.datalabels.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
setType(Type) - Method in class org.pepstock.charba.client.data.Dataset
Sets the type of dataset based on type of chart.
setType(Type) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
 
setType(AxisType) - Method in class org.pepstock.charba.client.options.Scale
Type of scale being employed.
setUnit(boolean) - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
setUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
If defined, will force the unit to be a certain type.
setUnit(boolean) - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
If defined, will force the unit to be a certain type.
setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.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).
setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
Sets true if clear of selection label will e applied into chart, otherwise false.
setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
Sets true if clear of selection label will e applied into chart, otherwise false.
setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (int) into embedded JavaScript object at specific property.
setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (double) into embedded JavaScript object at specific property.
setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (boolean) into embedded JavaScript object at specific property.
setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (string) into embedded JavaScript object at specific property.
setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (date) into embedded JavaScript object at specific property.
setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (JavaScript Object) into embedded JavaScript object at specific property.
setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (JavaScript Object) into embedded JavaScript object at specific property by object container.
setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (callback proxy function) into embedded JavaScript object at specific property.
setValue(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (image) into embedded JavaScript object at specific property.
setValue(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (gradient) into embedded JavaScript object at specific property.
setValue(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (pattern) into embedded JavaScript object at specific property.
setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (EnumValue) into embedded JavaScript object at specific property.
setValue(double) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
Sets the value of time series item.
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
 
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
 
setValue(double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
Sets the value of threshold.
setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or integer) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or double) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArray(Key, ImageElement...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or image) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
setValueOrArray(Key, CanvasGradient...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or gradient) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
setValueOrArray(Key, CanvasPattern...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or pattern) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string by keys) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setValueOrArray(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Sets a value (Array or string by colors) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
The weight used to sort the axis.
setWeight(double) - Method in class org.pepstock.charba.client.data.PieDataset
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
setWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.Font
Sets the font weight, follows CSS font-style-weight options.
setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
Sets the weight of axis
setWeight(double) - Method in class org.pepstock.charba.client.options.Arc
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values.
setWeight(double) - Method in class org.pepstock.charba.client.options.Scale
The weight used to sort the axis.
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.colors.Center
Sets the X coordinate.
setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets X value.
setX(int) - Method in class org.pepstock.charba.client.positioner.Point
Sets the X coordinate of the point.
setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
Sets an array of X axes.
setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
 
setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
 
setXAxes(Scale...) - Method in class org.pepstock.charba.client.options.Scales
Sets all X axes of chart.
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.
setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
Sets the ID of the x axis to plot this dataset on.
setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
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.configuration.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.colors.Center
Sets the Y coordinate.
setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
Sets Y value.
setY(int) - Method in class org.pepstock.charba.client.positioner.Point
Sets the Y coordinate of the point.
setYAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
Sets an array of Y axes.
setYAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
 
setYAxes(Scale...) - Method in class org.pepstock.charba.client.options.Scales
Sets all Y axes of chart.
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.configuration.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.
setZ(int) - Method in class org.pepstock.charba.client.configuration.GridLines
Sets z-index of gridline layer.
setZ(int) - Method in class org.pepstock.charba.client.options.GridLines
Sets z-index of gridline layer.
setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
Sets z-index of tick layer.
setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.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.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.configuration.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.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.configuration.GridLines
Sets the stroke color of the grid line for the first index (index 0).
setZeroLineColor(String) - Method in class org.pepstock.charba.client.configuration.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.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.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.configuration.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.GridLines
Sets the stroke width of the grid line for the first index (index 0).
Shape - Enum in org.pepstock.charba.client.colors.tiles
Enumerates all available shapes applicable onto a tile.
ShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
Base class for all shape drawer, classes which must designer on canvas the shape.
A tile is always a square and for some shapes is divided in 4 sections and not all sections are designed.
A tile is designed as following:
ShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.ShapeDrawer
 
SingleScaleOptions - Class in org.pepstock.charba.client.configuration
Configuration of chart with only 1 scale.
SingleScaleOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.SingleScaleOptions
Builds the object storing the chart instance and default values.
size() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
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(NativeObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
Creates the item using a native java script object which contains all properties.
skipNextRefreshFireEvent(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
Sets a flag to skip to send event after refresh.
StackedAreaChart - Class in org.pepstock.charba.client
STACKED AREA chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
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
Creates a dataset.
It uses the global options has default.
StackedAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
Creates the dataset using a default.
StackedBarChart - Class in org.pepstock.charba.client
STACKED BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
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
Creates a dataset.
It uses the global options has default.
StackedBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
Creates the dataset using a default.
StackedOptions - Class in org.pepstock.charba.client.configuration
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
StackedOptions(IsChart, ChartOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
Builds the object storing the chart instance, default values and if only Y axis is scaled.
StackedOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
Builds the object storing the chart instance and default values.
StackedScales - Class in org.pepstock.charba.client.configuration
Specific scales for stacked charts.
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.
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.
stop() - Method in interface org.pepstock.charba.client.IsChart
Use this to stop any current animation loop.
store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options into default global plugins options.
store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
Stores this options into chart plugins options.
STRING - Static variable in class org.pepstock.charba.client.items.UndefinedValues
Default value for STRING instances, null.
stringify(Object) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
stringify(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
stringifyNativeObject(NativeObject, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of CHART.js
stringifyWithReplacer(Object) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, the space value is set to -1 that no space should be used and uses a default replacer to avoid TypeError: cyclic object value.
stringifyWithReplacer(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string, using a default replacer to avoid TypeError: cyclic object value.
stringifyWithReplacer(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
Converts a JavaScript object or value to a JSON string.
StyleElement - Class in org.pepstock.charba.client.controllers
Element used by controller by removeHoverStyle and setHoverStyle methods.
subList(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
Not implemented

T

TableauScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
Contains all scheme definitions to map the Tableau schemes.
To configure ColorSchemes.ID plugin, where category is "tableau".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
TextAlign - Enum in org.pepstock.charba.client.datalabels.enums
The textAlign option only applies to multi-line labels and specifies the text alignment being used when drawing the label text.
TextAlign - Enum in org.pepstock.charba.client.enums
Property to set the text alignment.
TextAlignCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textAlign property at runtime, using the chart instance and the plugin context.
TextDirection - Enum in org.pepstock.charba.client.enums
Enumerates the text direction that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
TextShadowBlurCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textShadowBlur property at runtime, using the chart instance and the plugin context.
TextShadowColorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textShadowColor property at runtime, using the chart instance and the plugin context.
PAY ATTENTION that with the current release of DataLabelsPlugin.ID plugin, the GRADIENT coordinates are relative the the label coordinates (local), not relative to the canvas coordinates (global), therefore NOT USE GRADIENT Charba object, waiting for DataLabelsPlugin.ID enhancement.
TextStrokeColorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textStrokeColor property at runtime, using the chart instance and the plugin context.
PAY ATTENTION that with the current release of DataLabelsPlugin.ID plugin, the GRADIENT coordinates are relative the the label coordinates (local), not relative to the canvas coordinates (global), therefore NOT USE GRADIENT Charba object, waiting for DataLabelsPlugin.ID enhancement.
TextStrokeWidthCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
Callback interface of DataLabelsPlugin.ID plugin to set textStrokeWidth property at runtime, using the chart instance and the plugin context.
Threshold - Class in org.pepstock.charba.client.impl.charts
Is the threshold to use for gauge chart.
Threshold(String) - Constructor for class org.pepstock.charba.client.impl.charts.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.impl.charts.Threshold
Creates a threshold with standard value (Double.MAX_VALUE).
Threshold(String, double) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
Creates a threshold with standard color (Threshold.DEFAULT_VALUE_COLOR).
Threshold(String, double, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.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, for axes which are showing data as numbers.
TickMajor - Class in org.pepstock.charba.client.options
It defines options for the major tick marks that are generated by the axis.
TickMinor - Class in org.pepstock.charba.client.options
It defines options for the minor tick marks that are generated by the axis.
Ticks - Class in org.pepstock.charba.client.options
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis.
TickSource - Enum in org.pepstock.charba.client.enums
Controls the ticks generation on cartesian time axis.
TilesBuilder - Class in org.pepstock.charba.client.colors.tiles
Comfortable object to create tiles (as CHARBA pattern or canvas pattern) by a builder.
TilesFactory - Class in org.pepstock.charba.client.colors.tiles
Builds tiles creating a CHARBA pattern or canvas pattern passing all needed arguments and leveraging on tiles factory defaults.
TilesFactoryDefaults - Class in org.pepstock.charba.client.colors.tiles
Contains the defaults configuration of tile builder.
Time - Class in org.pepstock.charba.client.configuration
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
Time - Class in org.pepstock.charba.client.options
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
TimeAxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
Interface to be implemented which can be used to change parameters in the scale during ticks building, for CartesianTimeAxis.
TimeSeriesBarChart - Class in org.pepstock.charba.client
BAR chart implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars.
TimeSeriesBarChart() - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
Builds the object.
TimeSeriesBarDataset - Class in org.pepstock.charba.client.data
The time series bar chart allows a number of properties to be specified for each dataset.
TimeSeriesBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
Creates the dataset using a default.
TimeSeriesBarOptions - Class in org.pepstock.charba.client.configuration
Specific options for BAR chart, for time series.
TimeSeriesBarOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesBarOptions
Builds the object storing the chart instance and default values.
TimeSeriesItem - Class in org.pepstock.charba.client.data
Default implementation for time series item interface in order to manage time series item (time and value).
TimeSeriesItem(Date) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
Creates a time series item setting the time passed as argument.
TimeSeriesItem(Date, double) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
Creates a time series item setting the time and the value passed as argument.
TimeSeriesLineChart - Class in org.pepstock.charba.client
LINE chart implementation for time series.
A line chart is a way of plotting data points on a line.
TimeSeriesLineChart() - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
Builds the object.
TimeSeriesLineDataset - Class in org.pepstock.charba.client.data
The time series line chart allows a number of properties to be specified for each dataset.
TimeSeriesLineDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates a dataset.
It uses the global options has default.
TimeSeriesLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
Creates the dataset using a default.
TimeSeriesLineOptions - Class in org.pepstock.charba.client.configuration
Specific options for LINE chartfor time series.
TimeSeriesLineOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
Builds the object storing the chart instance and default values.
TimeSeriesScales - Class in org.pepstock.charba.client.configuration
Specific scales for time series charts.
It uses TIME axis for X axis and Linear for Y axis.
TimeTickCallback - Interface in org.pepstock.charba.client.callbacks
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian time axes.
TimeTickItem - Class in org.pepstock.charba.client.items
The time tick item passed when a tick callback has been set for cartesian time axis, CartesianTimeTick.
This is a wrapper of the CHART.JS item with all needed info.
TimeTickItem.TimeTickItemFactory - Class in org.pepstock.charba.client.items
Inner class to create time tick item by a native object.
TimeTickItemFactory() - Constructor for class org.pepstock.charba.client.items.TimeTickItem.TimeTickItemFactory
 
TimeUnit - Enum in org.pepstock.charba.client.enums
Controls the data distribution along the scale.
About available formats, see moment.js.
Title - Class in org.pepstock.charba.client.configuration
Configures the chart title which defines text to draw at the top of the chart.
Title - Class in org.pepstock.charba.client.options
Configures the default chart title which defines text to draw at the top of the chart.
TitleClickEvent - Class in org.pepstock.charba.client.events
Event which is fired when the user clicks on the title of the chart.
TitleClickEvent(NativeEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleClickEvent
Creates the event with title related to the click
TitleClickEventHandler - Interface in org.pepstock.charba.client.events
Event handler for clicking on the chart title.
TitleNode - Class in org.pepstock.charba.client.items
Wrapper of title node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS).
TitleNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.TitleNode
Creates the item using a native java script object which contains all properties.
toArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
 
toArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
 
toBase64Image() - Method in class org.pepstock.charba.client.AbstractChart
Returns a base 64 encoded string of the chart in it's current state.
toBase64Image() - Method in interface org.pepstock.charba.client.IsChart
Returns a base 64 encoded string of the chart in it's current state.
toFont(FontStyle, int, String) - Static method in class org.pepstock.charba.client.utils.Utilities
Builds the font string (shorthand property of CSS font) to use in the canvas object.
The format is [font-style] [font-variant] [font-weight] [font-size] [font-family].
See here CSS specification.
toHex() - Method in class org.pepstock.charba.client.colors.Color
 
toHex() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HEX string value which represents the color.
toHSL() - Method in class org.pepstock.charba.client.colors.Color
 
toHSL() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HSL string value which represents the color.
toHSLA() - Method in class org.pepstock.charba.client.colors.Color
 
toHSLA() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns HSLA string value which represents the color.
toImageElement(String) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.
toImageElement(String, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.
toImageElement(ImageResource) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by image resource which provides access to image data at runtime.
toImageElement(ImageResource, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by image resource which provides access to image data at runtime, forcing the size.
toImageElement(Image) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by image widget that displays the image at a given URL.
toImageElement(Image, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
Creates a image element by image widget that displays the image at a given URL, forcing the size.
toJSON() - Method in class org.pepstock.charba.client.AbstractChart
Returns the string JSON representation of the object.
toJSON() - Method in class org.pepstock.charba.client.ChartNode
Returns the string JSON representation of the object.
toJSON() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
Returns the string JSON representation of the object.
toJSON() - Method in interface org.pepstock.charba.client.IsChart
Returns the string JSON representation of the object.
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.
TooltipBodyItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipBodyItem
Creates the item using a native java script object which contains all properties.
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.
TooltipFilterCallback - 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(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipItem
Creates the item using a native java script object which contains all properties.
TooltipItem.TooltipItemFactory - Class in org.pepstock.charba.client.items
Inner class to create tooltip item by a native object.
TooltipItemFactory() - Constructor for class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
 
TooltipItemSortCallback - 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.items
This object contains the color info when a label into tooltip.
It must be used into label tooltip callback.
TooltipLabelColor() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
Creates the object with an empty native object
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(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipModel
Creates the item using a native java script object which contains all properties.
TooltipNode - Class in org.pepstock.charba.client.items
Wrapper of tooltip node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS).
TooltipNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipNode
Creates the item using a native java script object which contains all properties.
TooltipPluginItem - 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 PLUGINS.
TooltipPluginItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipPluginItem
Creates the item using a native java script object which contains all properties.
TooltipPosition - Enum in org.pepstock.charba.client.enums
These are the different modes for positioning of the tooltip.
TooltipPositioner - Interface in org.pepstock.charba.client.positioner
Interface to be implemented to create a custom tooltip positionier in order address where the tooltip must be showed on canvas.
Tooltips - Class in org.pepstock.charba.client.configuration
Configuration element to set all attributes and features of the tooltip.
Tooltips - Class in org.pepstock.charba.client.options
Configuration element to set all attributes and features of the default tooltip.
TooltipsCallbacks - Class in org.pepstock.charba.client.configuration
Contains all callbacks defined for a toolitp.
TooltipsCallbacks - Class in org.pepstock.charba.client.options
Contains all callbacks defined for a tooltips.
Is empty because this is only the container of all properties related to callbacks which must be defined into chart configuration.
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
 
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
 
toRGBA() - Method in interface org.pepstock.charba.client.colors.IsColor
Returns RGBA string value which represents the color.
toRGBs() - Method in class org.pepstock.charba.client.colors.Color
 
toRGBs() - Method in interface org.pepstock.charba.client.colors.IsColor
As IEC 61966-2-1:1999, applies to the encoding and communication of RGB colors used in computer systems and similar applications, by defining encoding transformations for use in defined reference conditions.

toString() - Method in class org.pepstock.charba.client.colors.Area
 
toString() - Method in class org.pepstock.charba.client.colors.Center
 
toString() - Method in class org.pepstock.charba.client.colors.Color
 
toString() - Method in class org.pepstock.charba.client.colors.Radius
 
toString() - Method in class org.pepstock.charba.client.items.ChartAreaNode
 
toString() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
 
type(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
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.AxisClickEvent
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.LegendLeaveEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.RemoveHandlerEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.events.TitleClickEvent
Event type
TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
Name of chart type "gauge" for gauge
TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
Name of chart type "meter" for meter
TYPE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
Event type
Type - Interface in org.pepstock.charba.client
Interface to map the type and scale type of a chart.
typeOf(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns the java script object type of object.
typeOf(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
Returns the java script object type of a property.

U

undefined() - Method in class org.pepstock.charba.client.commons.JsHelper
Returns an undefined reference
UndefinedValues - Class in org.pepstock.charba.client.items
Class with default values when the java script object returns an UNDEFINED value.
unmodifiableList(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of doubles by a java script array of doubles.
unmodifiableList(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of integers by a java script array of integers.
unmodifiableList(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of strings by a java script array of strings.
unmodifiableList(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates a array list of images by a java script array of images.
unmodifiableList(Class<E>, E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of enumeration values (instance of Key).
unmodifiableList(Class<E>, ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of enumeration values by an java script array of strings.
unmodifiableList(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of generic java script objects by a java script array.
unmodifiableList(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
Creates an unmodifiable array list of java script native object container by a java script array and a factory.
unregister(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
Unregisters a global plugin.
unregister(CustomTooltipPosition) - Method in class org.pepstock.charba.client.positioner.Positioner
Unregister the tooltips positioner to CHART.JS.
Pay attention that when a tooltip positioner is unregistered, if any charts, which still have the tooltip position of the positioner, will fail.
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(ControllerContext, IsChart, boolean) - Method in interface org.pepstock.charba.client.Controller
Update the elements in response to new data.
update(ControllerContext, IsChart, boolean) - Method in class org.pepstock.charba.client.controllers.AbstractController
 
update() - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
update(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired.
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
 
updateOptions() - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
updateOptions(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
Triggers an update of the chart.
updateOptions() - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
updateOptions(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
Triggers an update of the chart.
updateScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
Update the global scale by axis type.
Utilities - Class in org.pepstock.charba.client.utils
Sets of methods used as common utilities.

V

value() - Method in enum org.pepstock.charba.client.ChartType
 
value() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
 
value() - Method in enum org.pepstock.charba.client.colors.GradientScope
 
value() - Method in enum org.pepstock.charba.client.colors.GradientType
 
value() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
 
value() - Method in enum org.pepstock.charba.client.commons.Id
 
value() - Method in interface org.pepstock.charba.client.commons.Key
Returns the name value of property
value() - Method in class org.pepstock.charba.client.commons.StandardKey
 
value() - Method in class org.pepstock.charba.client.controllers.ControllerType
 
value() - Method in enum org.pepstock.charba.client.data.Dataset.Property
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Anchor
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Event
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.TextAlign
 
value() - Method in enum org.pepstock.charba.client.datalabels.enums.Weight
 
value() - Method in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
 
value() - Method in enum org.pepstock.charba.client.enums.AxisType
 
value() - Method in enum org.pepstock.charba.client.enums.BorderAlign
 
value() - Method in enum org.pepstock.charba.client.enums.BorderSkipped
 
value() - Method in enum org.pepstock.charba.client.enums.CapStyle
 
value() - Method in enum org.pepstock.charba.client.enums.CartesianAxisType
 
value() - Method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
 
value() - Method in enum org.pepstock.charba.client.enums.DataType
 
value() - Method in enum org.pepstock.charba.client.enums.Display
 
value() - Method in enum org.pepstock.charba.client.enums.Easing
 
value() - Method in enum org.pepstock.charba.client.enums.Event
 
value() - Method in enum org.pepstock.charba.client.enums.Fill
 
value() - Method in enum org.pepstock.charba.client.enums.Filler.Property
 
value() - Method in enum org.pepstock.charba.client.enums.FillingMode
 
value() - Method in enum org.pepstock.charba.client.enums.FontStyle
 
value() - Method in enum org.pepstock.charba.client.enums.InteractionAxis
 
value() - Method in enum org.pepstock.charba.client.enums.InteractionMode
 
value() - Method in enum org.pepstock.charba.client.enums.JoinStyle
 
value() - Method in enum org.pepstock.charba.client.enums.LegendAlign
 
value() - Method in enum org.pepstock.charba.client.enums.PluginOptionsScope
 
value() - Method in enum org.pepstock.charba.client.enums.PointStyle
 
value() - Method in enum org.pepstock.charba.client.enums.Position
 
value() - Method in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
 
value() - Method in enum org.pepstock.charba.client.enums.ScaleBounds
 
value() - Method in enum org.pepstock.charba.client.enums.ScaleDistribution
 
value() - Method in enum org.pepstock.charba.client.enums.SteppedLine
 
value() - Method in enum org.pepstock.charba.client.enums.TextAlign
 
value() - Method in enum org.pepstock.charba.client.enums.TextDirection
 
value() - Method in enum org.pepstock.charba.client.enums.TickSource
 
value() - Method in enum org.pepstock.charba.client.enums.TimeUnit
 
value() - Method in enum org.pepstock.charba.client.enums.TooltipPosition
 
value() - Method in enum org.pepstock.charba.client.impl.charts.MeterDisplay
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Align
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Render
 
value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
 
value() - Method in enum org.pepstock.charba.client.labels.enums.Position
 
value() - Method in enum org.pepstock.charba.client.labels.enums.Render
 
value() - Method in class org.pepstock.charba.client.positioner.CustomTooltipPosition
 
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.GradientOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientType
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.colors.tiles.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.commons.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Weight
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.BorderAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
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.CubicInterpolationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Display
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.Filler.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FillingMode
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.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.LegendAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
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.TextDirection
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.impl.charts.GaugeThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.MeterDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Render
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pepstock.charba.client.ScaleType
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.GradientOrientation
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.GradientScope
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.GradientType
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.colors.tiles.Shape
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.Id
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.ObjectType
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.Dataset.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.datalabels.enums.Align
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.datalabels.enums.Anchor
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.datalabels.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.datalabels.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.datalabels.enums.Weight
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.BorderAlign
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.BorderSkipped
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.CubicInterpolationMode
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.DataType
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.Display
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.Filler.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.enums.FillingMode
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.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.LegendAlign
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.PluginOptionsScope
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.TextDirection
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.impl.charts.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.impl.charts.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.impl.plugins.enums.Align
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.impl.plugins.enums.BrewerScheme
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.impl.plugins.enums.GwtMaterialScheme
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.impl.plugins.enums.OfficeScheme
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.impl.plugins.enums.PointerElement
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.impl.plugins.enums.Render
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.impl.plugins.enums.SchemeScope
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.impl.plugins.enums.TableauScheme
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.labels.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.labels.enums.Render
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.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.

W

Weight - Enum in org.pepstock.charba.client.datalabels.enums
The weight sets how thick or thin characters in text should be displayed.
WINDOW - Static variable in class org.pepstock.charba.client.commons.NativeName
Constant to bind java script object as window with name "window".
Window - Class in org.pepstock.charba.client.utils
The window object represents an open window in a browser.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links