A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A_LOST_MEMORY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "A Lost Memory" -
- ABBAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Abbas" -
- ABSOLUTE - org.pepstock.charba.client.dom.enums.Position
-
The element is removed from the normal document flow, and no space is created for the element in the page layout.
It is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block. - ABSOLUTE_DATASET_INDEX - org.pepstock.charba.client.enums.FillingMode
-
Links datasets by absolute dataset index, as integer (1,2,3,...)
- 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,...). - AbstractAnnotation - Class in org.pepstock.charba.client.annotation
-
Base class to define an annotation in the
AnnotationPlugin.ID
plugin.
It contains all commons properties to define an annotation. - AbstractBaseBuilder - Class in org.pepstock.charba.client.commons
-
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
- AbstractBaseBuilder() - Constructor for class org.pepstock.charba.client.commons.AbstractBaseBuilder
- AbstractBasePlugin - Class in org.pepstock.charba.client.plugins
-
Base plugin class implementation.
It represents the instance to store in CHART.JS configuration. - AbstractBuilder<T extends LabelItem> - Class in org.pepstock.charba.client.datalabels
-
Abstract base comfortable object to create
DataLabelsPlugin.ID
label item by a builder. - AbstractChart - Class in org.pepstock.charba.client
-
Base class of all charts.
It contains Chart.js initialization. - AbstractChart(Type) - 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 - AbstractChartWidget<C extends IsChart> - Class in org.pepstock.charba.client.gwt.widgets
-
Base class of all GWT WIDGET charts.
- AbstractChartWidget(C) - Constructor for class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
Creates a chart widget for GWT by chart element instance.
- AbstractConfigurationItem - Class in org.pepstock.charba.client.zoom
-
Abstract element used by pan and zoom object in order to enable to provide the configuration of
ZoomPlugin.ID
. - AbstractController - Class in org.pepstock.charba.client.controllers
-
Abstract implementation of a controller.
- AbstractController(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.AbstractController
-
Creates the controller by its type.
- AbstractDataPoint - Class in org.pepstock.charba.client.data
-
Maps the common methods for a data point.
- AbstractDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractDataPoint
-
Creates the object with a native object passed as argument.
- AbstractDataPoint.CharbaProperty - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
No private because it is used by time series item - AbstractDatasetContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options where the data set locator (data and data set index) must be used.
- AbstractDatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Creates the object with native object instance to be wrapped.
- 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(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
Creates the object using the argument options instance as default 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 bars.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. - AbstractElementFactory<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.options
-
Abstract implementation to get custom elements from
Options.getElements()
. - AbstractElementFactory(String) - Constructor for class org.pepstock.charba.client.options.AbstractElementFactory
-
Creates the factory by the key of object, as string.
- AbstractElementFactory(Key) - Constructor for class org.pepstock.charba.client.options.AbstractElementFactory
-
Creates the factory by the key of object.
- AbstractEvent - 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(NativeBaseEvent, EventType) - 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
- AbstractExtensionPlugin<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
-
Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.
- AbstractExtensionPlugin() - Constructor for class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Reduces the visibility of constructor.
- AbstractFont - Class in org.pepstock.charba.client.options
-
Base class to map the font properties of an element.
- AbstractFont(AbstractNode, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates an empty font to use for chart configuration.
- AbstractFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractImmutableFont - Class in org.pepstock.charba.client.options
-
Base class to map a font element in read-only mode, normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem)
, providing also the CSS string of font itself. - AbstractImmutableFont(NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractImmutableFont
-
Creates a immutable font to use, wrapping a native object instance, and providing a CSS string.
- AbstractInjectableResource - Class in org.pepstock.charba.client.resources
-
Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id. - AbstractInjectableResource(String, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Creates the resource with a mandatory name as string and the content of injectable resource.
- AbstractInjectableResource(Key, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Creates the resource with a mandatory name as key and the content of injectable resource.
- AbstractKey - Class in org.pepstock.charba.client.commons
-
This is an abstract standard implementation of a custom key.
- AbstractKey(String) - Constructor for class org.pepstock.charba.client.commons.AbstractKey
-
Builds the object with the custom key value as string
- AbstractModel<P extends AbstractModel<?,?>,D> - Class in org.pepstock.charba.client.options
-
Base class for all options, which will wraps a native object and manages the relations about parent and children elements.
Provides also a set of methods to manages callbacks and events. - AbstractNode - Class in org.pepstock.charba.client.commons
-
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
- AbstractNode(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractNode(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
-
Creates the object with native object to map java script properties.
This is used for the root of tree composed by native objects. - AbstractNumberFormat - Class in org.pepstock.charba.client.options
-
This is abstract number format object element of the chart options.
- AbstractNumberFormat(IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
-
Creates an empty font to use for chart configuration.
- AbstractNumberFormat(IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
-
Creates a number format to use for chart configuration, wrapping a native object instance.
- AbstractPadding - Class in org.pepstock.charba.client.options
-
Base class to map the padding properties of an element.
- AbstractPadding(AbstractNode, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates an empty padding to use for chart configuration.
- AbstractPadding(IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractPieOptions - Class in org.pepstock.charba.client.configuration
-
Abstract options for PIE chart.
- AbstractPieOptions(IsChart, IsDefaultScaledOptions) - 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 isgetId
which must implemented.
AllonBefore*
cancelable methods returntrue
. - AbstractPlugin(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPlugin
-
Creates the plugin using the id passed as argument.
- AbstractPluginOptions - Class in org.pepstock.charba.client.plugins
-
Abstract plugin options where to set all the configuration needed to the plugin.
- AbstractPluginOptions(String, AbstractNode, Key, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractPluginOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates new plugin options with plugin ID, using a native object instance.
- AbstractPluginOptions(String, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates new plugin options with plugin ID, using a native object instance and setting if a unique id must calculated
- AbstractPluginOptions.Property - Enum in org.pepstock.charba.client.plugins
-
Name of properties of native object.
- 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.
- AbstractPoint - Class in org.pepstock.charba.client.commons
-
This object is wrapping the native java script object to map a point.
- AbstractPoint() - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an empty object.
- AbstractPoint(double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an object with X coordinate of the point
- AbstractPoint(double, double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an object with X and Y coordinates of the point
- AbstractPoint(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates the object with native object instance to be wrapped.
- AbstractReadOnlyPoint - Class in org.pepstock.charba.client.commons
-
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
- AbstractReadOnlyPoint(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractReadOnlyPoint(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Creates the object with native object instance to be wrapped.
- AbstractResources - Class in org.pepstock.charba.client.resources
-
Base class to extend in order to have java script injection, needed to CHARBA, where CHART.JS and date library.
Every instance must have a module related to date adapter and library. - AbstractScale - Class in org.pepstock.charba.client.options
-
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear - AbstractScale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScale
-
Creates the object only with default provider and native object.
- AbstractScriptableFont<T extends ChartContext> - Class in org.pepstock.charba.client.options
-
Object can be provided with additional configuration by callbacks to define font options at runtime, and with the possibility to reset
FontCallback
if theIsScriptableFontProvider
instance has been set with aFontCallback
. - AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
-
Creates an empty font to use for chart configuration.
- AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractScriptablePadding<T extends ChartContext> - Class in org.pepstock.charba.client.options
-
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to reset
PaddingCallback
if theIsScriptablePaddingProvider
instance has been set with aPaddingCallback
. - AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Creates an empty padding to use for chart configuration.
- AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractTitle<T extends IsDefaultAbstractTitle> - Class in org.pepstock.charba.client.options
-
Configures the default chart title and subtitle which defines texts to draw at the top of the chart.
- 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, seeTooltipPosition
, 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
- AbstractXYDataPoint - Class in org.pepstock.charba.client.data
-
Maps the common methods for a data point with X and Y properties.
- AbstractXYDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Creates the object with a native object passed as argument.
- AbstractXYDataPoint.XYProperty - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
No private because it is used by time series item - ACCENT3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent3" -
- ACCENT4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent4" -
- ACCENT5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent5" -
- ACCENT6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent6" -
- ACCENT7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent7" -
- ACCENT8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent8" -
- ACCEPT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Accept
,Commit
, orOK
key or button. - ACCOUNTING - org.pepstock.charba.client.intl.enums.CurrencySign
-
To use for wrapping the number with parentheses instead of appending a minus sign.
- ACRE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for acre.
- Action - Class in org.pepstock.charba.client.utils.toast
-
Configures style of the toast actions.
- ActionClickEventHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
ActionItem
utility to manage CLICK events on toast action. - ActionItem - Class in org.pepstock.charba.client.utils.toast
-
Defines user action to show on a toast in order to enable the user to act with the toast.
- ActionItem(String, String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.
- ActionItem(String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the content to show on the toast and the handler to invoke when the user will click on the action.
The id of the action has been created automatically. - ActionItem(Key, String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.
- ActionItem(Key, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the toast and the handler to invoke when the user will click on the action.
The content is the value of the id. - ACTIVE - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation when an element is hovering.
- ActiveDatasetElement - 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 data set.
This object has been created and passed to event handler or callbacks to apply own logic. - ActiveDatasetElement() - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
-
Creates an empty data set element.
- ActiveDatasetElement(int, int) - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
-
Creates a data set element, setting data set and data element indexes.
- Adapters - Class in org.pepstock.charba.client.configuration
-
The following adapters element is used to configure a date adapter, injecting to support time series in the CAHRT.JS.
- Adapters - Class in org.pepstock.charba.client.options
-
The following adapters element is used to configure a date adapter, injecting to support time series in the CHART.JS.
- ADB_UNIT_OF_ACCOUNT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for ADB Unit of Account currency.
- add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
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(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(int, E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
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(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(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(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(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(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(int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
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(int, Img) - 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(int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Adds the specified amount of unit to the given timestamp.
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayKeySet
-
Adds the specified element to this set if it is not already present (optional operation).
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Inserts the specified element in the list
- add(Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Appends the specified element to the end of this list
- add(Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Appends the specified element to the end of this list
- add(String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Appends the specified element to the end of this list
- add(String) - Method in class org.pepstock.charba.client.commons.ArrayStringSet
-
Adds the specified element to this set if it is not already present (optional operation).
- 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(Date, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Adds the specified amount of unit to the given date.
- add(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Appends the specified element to the end of this list
- add(Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Appends the specified element to the end of this list
- add(Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Appends the specified element to the end of this list
- add(Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Appends the specified element to the end of this list
- add(Plugin) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again. - add(PluginContainer) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart, by a container
- add(SmartPlugin) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again. - add(SmartPluginContainer) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart, by a container
- addAll(double...) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Loads an array of elements in the list
- addAll(int...) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Loads an array of elements in the list
- addAll(E[]) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Loads an array of elements in the list
- addAll(E[]) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Loads an array of elements in the list
- addAll(String...) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Loads an array of elements in 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(NativeObject...) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Loads an array of elements in the list
- addAll(Canvas...) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Loads an array of elements in the list
- addAll(Img...) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Loads an array of elements in the list
- addAll(Touch...) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Loads an array of elements in the list
- addAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Adds an annotations for plugin.
- addColorsStartStop(String, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
- addColorsStartStop(IsColor, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
- addColorStop(double, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addColorStop(double, String) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, anIllegalArgumentException
is raised.
If the color isnull
, the default color for line element is used. - addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, anIllegalArgumentException
is raised.
If the color isnull
, the default color for line element is used. - addColorStop(GradientColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Adds a data set selection handler instance to be invoke at click event.
- addEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(IsEvent, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Sets up a function that will be called whenever the specified event is delivered to the target.
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.AbstractChart
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Adds a event handler.
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- addHandler(EventHandler, EventType) - 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(EventType) - 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 in the collection.
- addMap(Map<Key, String>) - Method in class org.pepstock.charba.client.gradient.Colors
-
Adds a map of values and colors to the colors container.
- addRoundedRectPath(double, double, double, double, BarBorderRadius) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an rectangle with rounded edges.
- addX(int) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from 0 with increment of 1. - addX(int, double) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from passed starting point with increment of 1. - addX(int, double, double) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from passed argument with increment of passed argument. - addXDates(Date...) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXDates(List<Date>) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXValues(double...) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXValues(List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- ADJACENCY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Adjacency6" -
- AdjustScaleRangeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setadjustScaleRange
property at runtime, toAbstractAnnotation
. - AdjustSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setxAdjust
andyAdjust
property at runtime, toAbstractAnnotation
andLineLabel
. - ADLM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for adlm numbering system.
- ADLM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Adlam script.
- ADVANTAGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Advantage6" -
- AFAK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Afaka script.
- AFAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Afar language.
- AFGHANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Afghani currency.
- AFGHANISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Afghanistan region.
- AFRICA_ABIDJAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Abidjan timezone.
- AFRICA_ACCRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Accra timezone.
- AFRICA_ADDIS_ABABA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Addis_Ababa timezone.
- AFRICA_ALGIERS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Algiers timezone.
- AFRICA_ASMARA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Asmara timezone.
- AFRICA_ASMERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Asmera timezone.
- AFRICA_BAMAKO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bamako timezone.
- AFRICA_BANGUI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bangui timezone.
- AFRICA_BANJUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Banjul timezone.
- AFRICA_BLANTYRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Blantyre timezone.
- AFRICA_BRAZZAVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Brazzaville timezone.
- AFRICA_BUJUMBURA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bujumbura timezone.
- AFRICA_CAIRO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Cairo timezone.
- AFRICA_CASABLANCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Casablanca timezone.
- AFRICA_CEUTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ceuta timezone.
- AFRICA_CONAKRY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Conakry timezone.
- AFRICA_DAKAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Dakar timezone.
- AFRICA_DAR_ES_SALAAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Dar_es_Salaam timezone.
- AFRICA_DJIBOUTI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Djibouti timezone.
- AFRICA_DOUALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Douala timezone.
- AFRICA_EL_AAIUN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/El_Aaiun timezone.
- AFRICA_FREETOWN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Freetown timezone.
- AFRICA_GABORONE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Gaborone timezone.
- AFRICA_HARARE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Harare timezone.
- AFRICA_JOHANNESBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Johannesburg timezone.
- AFRICA_JUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Juba timezone.
- AFRICA_KAMPALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kampala timezone.
- AFRICA_KHARTOUM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Khartoum timezone.
- AFRICA_KIGALI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kigali timezone.
- AFRICA_KINSHASA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kinshasa timezone.
- AFRICA_LAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lagos timezone.
- AFRICA_LIBREVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Libreville timezone.
- AFRICA_LOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lome timezone.
- AFRICA_LUANDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Luanda timezone.
- AFRICA_LUBUMBASHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lubumbashi timezone.
- AFRICA_LUSAKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lusaka timezone.
- AFRICA_MALABO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Malabo timezone.
- AFRICA_MAPUTO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Maputo timezone.
- AFRICA_MASERU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Maseru timezone.
- AFRICA_MBABANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Mbabane timezone.
- AFRICA_MOGADISHU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Mogadishu timezone.
- AFRICA_MONROVIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Monrovia timezone.
- AFRICA_NAIROBI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Nairobi timezone.
- AFRICA_NDJAMENA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ndjamena timezone.
- AFRICA_NIAMEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Niamey timezone.
- AFRICA_NOUAKCHOTT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Nouakchott timezone.
- AFRICA_OUAGADOUGOU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ouagadougou timezone.
- AFRICA_PORTO_NOVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Porto-Novo timezone.
- AFRICA_SAO_TOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Sao_Tome timezone.
- AFRICA_TIMBUKTU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Timbuktu timezone.
- AFRICA_TRIPOLI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Tripoli timezone.
- AFRICA_TUNIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Tunis timezone.
- AFRICA_WINDHOEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Windhoek timezone.
- AFRIKAANS - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Afrikaans language.
- AFTER - org.pepstock.charba.client.enums.Stepped
-
Step-after Interpolation
- AFTER_DATASETS_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- AFTER_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- AFTER_THE_RAIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "After the Rain" -
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked after the axis options has been updated.
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.geo.BubbleMapOptions
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.geo.ChoroplethOptions
- AfterBuildTicksHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - afterConfigurationUpdate() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked after the chart options has been updated.
- AfterDataLimitsHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - AfterDatasetDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - AfterDatasetsDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - AfterDatasetsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - AfterDatasetUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - AfterDestroyHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the chart has been destroyed.
- AfterDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - AfterEventHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - AfterInitHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after 'chart' has been initialized and before the first update.
- AfterLayoutHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - AFTERNOON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Afternoon" -
- AfterRenderHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - AfterTooltipDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - AfterUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - AGAIN - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Again
key. - AGHB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Caucasian Albanian script.
- AGHEM - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Aghem language.
- AHOM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for ahom numbering system.
- AHOM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ahom, Tai Ahom script.
- AKAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Akan language.
- ALAND_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Åland Islands region.
- ALBANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Albania region.
- ALBANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Albanian language.
- ALBERS - org.pepstock.charba.client.geo.enums.Projection
-
Projection albers.
- ALBERS_USA - org.pepstock.charba.client.geo.enums.Projection
-
Projection albersUsa.
- alert(String) - Static method in class org.pepstock.charba.client.utils.Window
-
Displays an alert box with a specified message and an OK button.
- ALGERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Algeria region.
- ALGERIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Algerian Dinar currency.
- ALI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ali" -
- ALIAS - org.pepstock.charba.client.dom.enums.CursorType
-
An alias or shortcut is to be created.
- ALICE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aliceBlue" -
- 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.geo.enums
-
Enumerates the align options to define the position of the scale.
- Align - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Property to set the selection cleaner element alignment.
- Align - Enum in org.pepstock.charba.client.treemap.enums
-
The align property specifies the text horizontal alignment used when drawing the label.
- Align - Enum in org.pepstock.charba.client.utils.toast.enums
-
The align option defines the position of the toast actions.
- AlignCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to setalign
property at runtime, using the plugin context. - AlignCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
align
property at runtime inLegend
item. - AlignCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChart
controller to setalign
property at runtime, using the dataset context. - AlignPosition - Class in org.pepstock.charba.client.annotation
-
This object is to set the position of a label, setting the horizontal and vertical position.
- AlignPosition() - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an empty object.
- AlignPosition(double) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X position.
- AlignPosition(double, double) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X and Y positions for the label.
- AlignPosition(LabelPosition) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X position.
- AlignPosition(LabelPosition, LabelPosition) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X and Y positions for the label.
- AlignPositionElement - Class in org.pepstock.charba.client.annotation.elements
-
This object is to set the position of a label, setting the horizontal and vertical position.
- AlignToPixelsCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
alignToPixels
property at runtime, forAxis
. - ALIHOSSEIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Alihossein" -
- ALIVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Alive" -
- ALL - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "ALL" -
- ALL_SCROLL - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be scrolled in any direction (panned).
- ALMOST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Almost" -
- alpha(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Clones the color applying the alpha value.
- ALPHABETIC - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the normal alphabetic baseline.
- ALT - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Alt (Alternative) key.
- ALT - org.pepstock.charba.client.enums.ModifierKey
-
Used in combination with the numeric keypad for entering Alt codes, which output special characters;
- ALT_GRAPH - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The AltGr or AltGraph (Alternate Graphics) key.
- ALWAYS - org.pepstock.charba.client.intl.enums.SignDisplay
-
To always display sign.
- AMBER - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER" -
- AMBER - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "AMBER" -
- AMBER_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_1" -
- AMBER_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_2" -
- AMBER_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_3" -
- AMBER_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_4" -
- AMBER_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_1" -
- AMBER_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_2" -
- AMBER_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_3" -
- AMBER_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_4" -
- AMBER_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_1" -
- AMBER_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_2" -
- AMBER_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_3" -
- AMBER_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_4" -
- AMBER_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_5" -
- AMEENA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ameena" -
- AMERICA_ADAK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Adak timezone.
- AMERICA_ANCHORAGE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Anchorage timezone.
- AMERICA_ANGUILLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Anguilla timezone.
- AMERICA_ANTIGUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Antigua timezone.
- AMERICA_ARAGUAINA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Araguaina timezone.
- AMERICA_ARGENTINA_BUENOS_AIRES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Buenos_Aires timezone.
- AMERICA_ARGENTINA_CATAMARCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Catamarca timezone.
- AMERICA_ARGENTINA_COMODRIVADAVIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/ComodRivadavia timezone.
- AMERICA_ARGENTINA_CORDOBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Cordoba timezone.
- AMERICA_ARGENTINA_JUJUY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Jujuy timezone.
- AMERICA_ARGENTINA_LA_RIOJA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/La_Rioja timezone.
- AMERICA_ARGENTINA_MENDOZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Mendoza timezone.
- AMERICA_ARGENTINA_RIO_GALLEGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Rio_Gallegos timezone.
- AMERICA_ARGENTINA_SALTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Salta timezone.
- AMERICA_ARGENTINA_SAN_JUAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/San_Juan timezone.
- AMERICA_ARGENTINA_SAN_LUIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/San_Luis timezone.
- AMERICA_ARGENTINA_TUCUMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Tucuman timezone.
- AMERICA_ARGENTINA_USHUAIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Ushuaia timezone.
- AMERICA_ARUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Aruba timezone.
- AMERICA_ASUNCION - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Asuncion timezone.
- AMERICA_ATIKOKAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Atikokan timezone.
- AMERICA_ATKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Atka timezone.
- AMERICA_BAHIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bahia timezone.
- AMERICA_BAHIA_BANDERAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bahia_Banderas timezone.
- AMERICA_BARBADOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Barbados timezone.
- AMERICA_BELEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Belem timezone.
- AMERICA_BELIZE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Belize timezone.
- AMERICA_BLANC_SABLON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Blanc-Sablon timezone.
- AMERICA_BOA_VISTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Boa_Vista timezone.
- AMERICA_BOGOTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bogota timezone.
- AMERICA_BOISE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Boise timezone.
- AMERICA_BUENOS_AIRES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Buenos_Aires timezone.
- AMERICA_CAMBRIDGE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cambridge_Bay timezone.
- AMERICA_CAMPO_GRANDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Campo_Grande timezone.
- AMERICA_CANCUN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cancun timezone.
- AMERICA_CARACAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Caracas timezone.
- AMERICA_CATAMARCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Catamarca timezone.
- AMERICA_CAYENNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cayenne timezone.
- AMERICA_CAYMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cayman timezone.
- AMERICA_CHICAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Chicago timezone.
- AMERICA_CHIHUAHUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Chihuahua timezone.
- AMERICA_CORAL_HARBOUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Coral_Harbour timezone.
- AMERICA_CORDOBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cordoba timezone.
- AMERICA_COSTA_RICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Costa_Rica timezone.
- AMERICA_CRESTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Creston timezone.
- AMERICA_CUIABA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cuiaba timezone.
- AMERICA_CURACAO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Curacao timezone.
- AMERICA_DANMARKSHAVN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Danmarkshavn timezone.
- AMERICA_DAWSON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dawson timezone.
- AMERICA_DAWSON_CREEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dawson_Creek timezone.
- AMERICA_DENVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Denver timezone.
- AMERICA_DETROIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Detroit timezone.
- AMERICA_DOMINICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dominica timezone.
- AMERICA_EDMONTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Edmonton timezone.
- AMERICA_EIRUNEPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Eirunepe timezone.
- AMERICA_EL_SALVADOR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/El_Salvador timezone.
- AMERICA_ENSENADA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Ensenada timezone.
- AMERICA_FORT_WAYNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Fort_Wayne timezone.
- AMERICA_FORTALEZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Fortaleza timezone.
- AMERICA_GLACE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Glace_Bay timezone.
- AMERICA_GODTHAB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Godthab timezone.
- AMERICA_GOOSE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Goose_Bay timezone.
- AMERICA_GRAND_TURK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Grand_Turk timezone.
- AMERICA_GRENADA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Grenada timezone.
- AMERICA_GUADELOUPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guadeloupe timezone.
- AMERICA_GUATEMALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guatemala timezone.
- AMERICA_GUAYAQUIL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guayaquil timezone.
- AMERICA_GUYANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guyana timezone.
- AMERICA_HALIFAX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Halifax timezone.
- AMERICA_HAVANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Havana timezone.
- AMERICA_HERMOSILLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Hermosillo timezone.
- AMERICA_INDIANA_INDIANAPOLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Indianapolis timezone.
- AMERICA_INDIANA_KNOX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Knox timezone.
- AMERICA_INDIANA_MARENGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Marengo timezone.
- AMERICA_INDIANA_PETERSBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Petersburg timezone.
- AMERICA_INDIANA_TELL_CITY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Tell_City timezone.
- AMERICA_INDIANA_VALPARAISO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Valparaiso timezone.
- AMERICA_INDIANA_VEVAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Vevay timezone.
- AMERICA_INDIANA_VINCENNES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Vincennes timezone.
- AMERICA_INDIANA_WINAMAC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Winamac timezone.
- AMERICA_INDIANAPOLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indianapolis timezone.
- AMERICA_INUVIK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Inuvik timezone.
- AMERICA_IQALUIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Iqaluit timezone.
- AMERICA_JAMAICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Jamaica timezone.
- AMERICA_JUJUY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Jujuy timezone.
- AMERICA_JUNEAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Juneau timezone.
- AMERICA_KENTUCKY_LOUISVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kentucky/Louisville timezone.
- AMERICA_KENTUCKY_MONTICELLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kentucky/Monticello timezone.
- AMERICA_KNOX_IN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Knox_IN timezone.
- AMERICA_KRALENDIJK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kralendijk timezone.
- AMERICA_LA_PAZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/La_Paz timezone.
- AMERICA_LIMA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Lima timezone.
- AMERICA_LOS_ANGELES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Los_Angeles timezone.
- AMERICA_LOUISVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Louisville timezone.
- AMERICA_LOWER_PRINCES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Lower_Princes timezone.
- AMERICA_MACEIO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Maceio timezone.
- AMERICA_MANAGUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Managua timezone.
- AMERICA_MANAUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Manaus timezone.
- AMERICA_MARIGOT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Marigot timezone.
- AMERICA_MARTINIQUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Martinique timezone.
- AMERICA_MATAMOROS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Matamoros timezone.
- AMERICA_MAZATLAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mazatlan timezone.
- AMERICA_MENDOZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mendoza timezone.
- AMERICA_MENOMINEE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Menominee timezone.
- AMERICA_MERIDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Merida timezone.
- AMERICA_METLAKATLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Metlakatla timezone.
- AMERICA_MEXICO_CITY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mexico_City timezone.
- AMERICA_MIQUELON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Miquelon timezone.
- AMERICA_MONCTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Moncton timezone.
- AMERICA_MONTERREY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Monterrey timezone.
- AMERICA_MONTEVIDEO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montevideo timezone.
- AMERICA_MONTREAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montreal timezone.
- AMERICA_MONTSERRAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montserrat timezone.
- AMERICA_NASSAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nassau timezone.
- AMERICA_NEW_YORK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/New_York timezone.
- AMERICA_NIPIGON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nipigon timezone.
- AMERICA_NOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nome timezone.
- AMERICA_NORONHA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Noronha timezone.
- AMERICA_NORTH_DAKOTA_BEULAH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/Beulah timezone.
- AMERICA_NORTH_DAKOTA_CENTER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/Center timezone.
- AMERICA_NORTH_DAKOTA_NEW_SALEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/New_Salem timezone.
- AMERICA_OJINAGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Ojinaga timezone.
- AMERICA_PANAMA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Panama timezone.
- AMERICA_PANGNIRTUNG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Pangnirtung timezone.
- AMERICA_PARAMARIBO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Paramaribo timezone.
- AMERICA_PHOENIX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Phoenix timezone.
- AMERICA_PORT_AU_PRINCE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Port-au-Prince timezone.
- AMERICA_PORT_OF_SPAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Port_of_Spain timezone.
- AMERICA_PORTO_ACRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Porto_Acre timezone.
- AMERICA_PORTO_VELHO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Porto_Velho timezone.
- AMERICA_PUERTO_RICO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Puerto_Rico timezone.
- AMERICA_RAINY_RIVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rainy_River timezone.
- AMERICA_RANKIN_INLET - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rankin_Inlet timezone.
- AMERICA_RECIFE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Recife timezone.
- AMERICA_REGINA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Regina timezone.
- AMERICA_RESOLUTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Resolute timezone.
- AMERICA_RIO_BRANCO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rio_Branco timezone.
- AMERICA_ROSARIO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rosario timezone.
- AMERICA_SANTA_ISABEL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santa_Isabel timezone.
- AMERICA_SANTAREM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santarem timezone.
- AMERICA_SANTIAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santiago timezone.
- AMERICA_SANTO_DOMINGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santo_Domingo timezone.
- AMERICA_SAO_PAULO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Sao_Paulo timezone.
- AMERICA_SCORESBYSUND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Scoresbysund timezone.
- AMERICA_SHIPROCK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Shiprock timezone.
- AMERICA_SITKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Sitka timezone.
- AMERICA_ST_BARTHELEMY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Barthelemy timezone.
- AMERICA_ST_JOHNS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Johns timezone.
- AMERICA_ST_KITTS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Kitts timezone.
- AMERICA_ST_LUCIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Lucia timezone.
- AMERICA_ST_THOMAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Thomas timezone.
- AMERICA_ST_VINCENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Vincent timezone.
- AMERICA_SWIFT_CURRENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Swift_Current timezone.
- AMERICA_TEGUCIGALPA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tegucigalpa timezone.
- AMERICA_THULE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Thule timezone.
- AMERICA_THUNDER_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Thunder_Bay timezone.
- AMERICA_TIJUANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tijuana timezone.
- AMERICA_TORONTO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Toronto timezone.
- AMERICA_TORTOLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tortola timezone.
- AMERICA_VANCOUVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Vancouver timezone.
- AMERICA_VIRGIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Virgin timezone.
- AMERICA_WHITEHORSE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Whitehorse timezone.
- AMERICA_WINNIPEG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Winnipeg timezone.
- AMERICA_YAKUTAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Yakutat timezone.
- AMERICA_YELLOWKNIFE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Yellowknife timezone.
- AMERICAN_SAMOA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for American Samoa region.
- AMETHYST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Amethyst" -
- AMHARIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Amharic language.
- AMIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Amin" -
- Amount - Class in org.pepstock.charba.client.zoom
-
This object is wrapping the native java script object to set the position to pan the chart.
- Amount() - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an empty object
- Amount(double) - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an object with pan amount for x scale.
- Amount(double, double) - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an object with pan amount for x and y scales.
- AMPERSAND - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for AMPERSAND, "&".
- ANAMNISAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Anamnisar" -
- 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.
The orientation depends on the scale type (vertical, horizontal or radial).
The position is calculated based on the anchor option and the orientation vector. - Anchor - Enum in org.pepstock.charba.client.matrix.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 setanchor
property at runtime, using the plugin context. - ANDORRA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Andorra region.
- ANDREUZZAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Andreuzza's" -
- AngleCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
angle
property ofArc
at runtime. - 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 istrue
. - ANGLES6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Angles6" -
- ANGOLA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Angola region.
- ANGUILLA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Anguilla region.
- Animation - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties. - Animation - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties, ANIMATION name space. - AnimationCollection - Class in org.pepstock.charba.client.options
-
Is the base animation options with common properties for animation properties (property and collections of properties).
- AnimationCollectionKey - Interface in org.pepstock.charba.client.options
-
Represents the collection to set to configure animation.
- AnimationCompleteEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the animation of the chart is completed.
- AnimationCompleteEvent(NativeCustomEvent, 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.
- AnimationContainer - Class in org.pepstock.charba.client.configuration
-
Manages the ANIMATION, ANIMATIONS and TRANSITIONS options in order to use the same logic among all options/configuration and datasets.
- AnimationContainer - Class in org.pepstock.charba.client.options
-
Manages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.
- AnimationContainer(IsDefaultAnimationContainer, DataEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
-
Creates an animation container with the envelop of the native object where animations properties must be managed.
- AnimationEventType - Enum in org.pepstock.charba.client.enums
-
Enumerates the animation event type.
- AnimationItem - Class in org.pepstock.charba.client.items
-
The
onProgress
andonComplete
events are useful for synchronizing an external draw to the chart animation.
This is a wrapper of the CHART.JS item with all needed info. - AnimationItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AnimationItem
-
Creates the item using an envelop with native java script object which contains all properties.
It is called fromconfiguration
package. - AnimationProgressEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the animation of the chart is progressing.
- AnimationProgressEvent(NativeCustomEvent, 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.
- AnimationPropertyKey - Interface in org.pepstock.charba.client.options
-
Represents the property id to set to the configure animation collection items.
- Animations - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific sets of element(like bar, point, arc and line) properties. - Animations - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space. - AnimationTransition - Class in org.pepstock.charba.client.options
-
Abstract options to define the animation for a specific update mode (transition).
- AnimationTransition(Key, IsDefaultAnimationTransition, ChartEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationTransition
-
Creates an animation transitions container for the
UpdateConfiguration
. - AnimationType - Enum in org.pepstock.charba.client.enums
-
Type of property in the animation object to determine the interpolator used.
- ANNOTATION - org.pepstock.charba.client.enums.ContextType
-
Annotation plugin context type.
- ANNOTATION_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS ANNOTATION plugin.
- 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 onsvg+mxl
andforeignObject
elements.
The HTML content MUST be XML well-formed, following the xHTML specification, when passed as string.
This is the SVG XML tree, used:
- AnnotationContext - Class in org.pepstock.charba.client.annotation
-
The callback or handler context wrapper, created and passed by
AnnotationPlugin.ID
which contains the link to the native chart. - AnnotationElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements. - AnnotationElement(AnnotationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Creates the item using an envelop of the native java script object which contains all properties.
- AnnotationEnvelop<T> - Class in org.pepstock.charba.client.annotation
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - AnnotationId - Interface in org.pepstock.charba.client.annotation
-
Represents the annotation id of a annotation configuration object in the
AnnotationPlugin.ID
plugin. - AnnotationOptions - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.ID
plugin options where to set all configuration items needed to the plugin. - AnnotationOptions() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.ID
plugin options. - AnnotationOptions(IsChart) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.ID
plugin options, relating to chart instance for default. - AnnotationOptionsFactory - Class in org.pepstock.charba.client.annotation
-
Factory to get the options (from chart) related to
AnnotationPlugin.ID
plugin. - AnnotationPlugin - Class in org.pepstock.charba.client.annotation
-
Entry point of ANNOTATION plugin to enable the plugin.
The ANNOTATION plugin draws lines and boxes on the chart area.
The ANNOTATION plugin plugin works with line, bar, scatter and bubble charts that use linear, logarithmic, time, or category scales.
The ANNOTATION plugin plugin will not work on any chart that does not have exactly two axes, including pie, radar, and polar area charts. - AnnotationType - Enum in org.pepstock.charba.client.annotation
-
Defines the type of annotation.
- ANTARCTICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Antarctica region.
- ANTARCTICA_CASEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Casey timezone.
- ANTARCTICA_DAVIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Davis timezone.
- ANTARCTICA_DUMONTDURVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/DumontDUrville timezone.
- ANTARCTICA_MACQUARIE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Macquarie timezone.
- ANTARCTICA_MAWSON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Mawson timezone.
- ANTARCTICA_MCMURDO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/McMurdo timezone.
- ANTARCTICA_PALMER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Palmer timezone.
- ANTARCTICA_ROTHERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Rothera timezone.
- ANTARCTICA_SOUTH_POLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/South_Pole timezone.
- ANTARCTICA_SYOWA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Syowa timezone.
- ANTARCTICA_TROLL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Troll timezone.
- ANTARCTICA_VOSTOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Vostok timezone.
- ANTIGUA_AND_BARBUDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Antigua and Barbuda region.
- ANTIQUE_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "antiqueWhite" -
- ANWAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Anwar" -
- APEX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Apex6" -
- APOSTROPHE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for APOSTROPHE string, "\'".
- APOTHECARY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Apothecary6" -
- append(boolean) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a boolean to the builder.
- append(byte) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a byte to the builder.
- append(char) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a char to the builder.
- append(double) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a double to the builder.
- append(int) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a integer to the builder.
- append(SafeHtml) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends the contents of another safe html object.
- appendChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Adds a node to the end of the list of children of a specified parent node.
If the given child is a reference to an existing node in the document, it moves it from its current position to the new position (there is no requirement to remove the node from its parent node before appending it to some other node). - appendEscaped(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string to the builder.
- appendEscapedLines(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string to the builder, splitting the string if contains line separators.
- appendHtmlConstant(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string without any escaping.
- applyConfiguration() - Method in class org.pepstock.charba.client.AbstractChart
-
Called before any drawing or reconfiguration in order that the chart which implements it can override options
- applyConfiguration() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- applyConfiguration() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- applyConfiguration() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- applyFillProperties(Context2dItem, String) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for fill designing.
- applyingDefaults() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
- applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
- applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.LabelItem
- applyingDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
This is invoked before storing the plugins options as default.
- applyingDefaults() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
- applyingDefaults(ChartEnvelop<String>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
This is invoked before storing the plugins options as default.
This is called set the options of plugin are stored as default, seeGlobalOptions.getPlugins()
. - applyingDefaults(T) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
This is invoked before storing the plugins options as default.
Applies the default to the options passed as argument. - applyPrecision(double, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Converts a double in the a string setting the decimals places to maintain.
- applyStrokeProperties(Context2dItem, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for stroke designing.
- applyStrokeProperties(Context2dItem, String, int, CapStyle, JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for stroke designing.
- applyTemplate(String, Object...) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Creates a string in order to change a template filling with the replacements.
The replacement must be set as following: - AQUA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aqua" -
- AQUA_MARINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aqua Marine" -
- AQUALICIOUS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aqualicious" -
- AQUAMARINE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aquamarine" -
- ARAB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for arab numbering system.
- ARAB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Arabic script.
- ARABEXT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for arabext numbering system.
- ARABIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Arabic language.
- ARAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Arabic (Nastaliq variant) script.
- arc(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the clockwise direction. - arc(double, double, double, double, double, boolean) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the direction given by "anticlockwise" (defaulting to clockwise). - 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.
- Arc(Elements, Key, IsDefaultArc, NativeObject) - Constructor for class org.pepstock.charba.client.options.Arc
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ArcBorderRadius - Class in org.pepstock.charba.client.data
-
Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).
- ArcBorderRadius() - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
-
Creates the object with an empty native object instance.
- ArcBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
-
Creates the object using the argument to set the border radius size to all corners of the rectangle.
- ArcBorderRadius.ArcBorderRadiusFactory - Class in org.pepstock.charba.client.data
-
Inner class to create arc border radius object by a native object.
- ArcElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents arcs on the charts.
- ArcElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents arcs on the charts.
- ARCTIC_LONGYEARBYEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Arctic/Longyearbyen timezone.
- arcTo(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
adds a circular arc to the current sub-path, using the given control points and radius.
The arc is automatically connected to the path's latest point with a straight line, if necessary for the specified parameters.
This method is commonly used for making rounded corners. - 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
- AREA - org.pepstock.charba.client.geo.enums.Mode
-
The area is linearly increasing.
- AreaChart - Class in org.pepstock.charba.client
-
AREA chart implementation.
A 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. - AreaChart() - Constructor for class org.pepstock.charba.client.AreaChart
-
Builds the object.
- AreaChart(Type) - Constructor for class org.pepstock.charba.client.AreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - AreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
AREA chart GWT WIDGET implementation.
A 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. - AreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
-
Builds the object.
- AreaChartWidget(AreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - AreaDataset - Class in org.pepstock.charba.client.data
-
The area chart allows a number of properties to be specified for each dataset.
- AreaDataset() - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates a dataset.
It uses the global options has default. - AreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates a dataset.
It uses the global options has default. - AreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default.
- AreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default.
- AreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using chart type related to the dataset.
- AreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- AreaOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for AREA chart.
- AreaOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.AreaOptions
-
Builds the object storing the chart instance and default values.
- arePressed(NativeBaseEvent, KeyboardModifierKey...) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
true
if all modifier keys are pressed when the event was emitted. - arePressed(NativeBaseEvent, ModifierKey...) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
true
if all modifier keys are pressed when the event was emitted. - arePressed(HasNativeEvent, KeyboardModifierKey...) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
true
if all modifier keys are pressed when the event was emitted. - arePressed(HasNativeEvent, ModifierKey...) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
true
if all modifier keys are pressed when the event was emitted. - ARGENTINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Argentina region.
- ARGENTINE_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Argentine Peso currency.
- ARGON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Argon" -
- ARMENIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Armenia region.
- ARMENIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Armenian language.
- ARMENIAN_DRAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Armenian Dram currency.
- ARMI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Imperial Aramaic script.
- ARMN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Armenian script.
- ARMY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Army" -
- 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 - org.pepstock.charba.client.annotation.enums.ContentType
- ARRAY - org.pepstock.charba.client.commons.ObjectType
-
Arrays are regular objects for which there is a particular relationship between integer-key-ed properties and the 'length' property.
- ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
- ArrayCanvas - 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 (HTMLCanvasElement) values. - ArrayCanvasList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayCanvasList() - Constructor for class org.pepstock.charba.client.commons.ArrayCanvasList
-
Creates an empty list
- ArrayChart - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values. - 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. - ArrayDoubleArray - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values. - ArrayDoubleArrayList<E extends NativeArrayContainer<ArrayDouble>> - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayDoubleArrayList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Creates an empty list
- 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(E[]) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
-
Creates an empty list by all values of an enumeration.
- 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 (CanvasGradientItem) 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
- ArrayKeyList<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.
- ArrayKeyList(KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeyList
-
Creates an empty list.
- ArrayKeySet<E extends Key> - Class in org.pepstock.charba.client.commons
-
A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1
ande2
such thate1.equals(e2)
, and at most one null element. - ArrayKeySet(KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeySet
-
Creates an empty set.
- 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. - ArrayObject.ArrayFilterCallback - Interface in org.pepstock.charba.client.commons
-
Java script FUNCTION callback called to filter the array.
- ArrayObject.ArrayFindCallback - Interface in org.pepstock.charba.client.commons
-
Java script FUNCTION callback called to find an element in the array.
- 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 (CanvasPatternItem) values. - ARRAYS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of floating data.
Only for BAR datasets. - ArraySetHelper - Class in org.pepstock.charba.client.commons
-
Utility to create array set objects from java script arrays.
- 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
- ArrayStringSet - Class in org.pepstock.charba.client.commons
-
A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1
ande2
such thate1.equals(e2)
, and at most one null element. - ArrayStringSet() - Constructor for class org.pepstock.charba.client.commons.ArrayStringSet
-
Creates an empty set.
- ArrayTouch - 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 (Touch) values. - ArrayTouchList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayTouchList() - Constructor for class org.pepstock.charba.client.commons.ArrayTouchList
-
Creates an empty list
- ArrayUtil - Class in org.pepstock.charba.client.commons
-
Utility to transform arrays and list of objects to primitives.
The code has been changed in order to be aligned with internal needs, taking the source from ArrayUtils of Apache common lang3.. - Arrow - Class in org.pepstock.charba.client.annotation
-
Implements a ARROWHEADS, and its start and end nodes, to apply on a LINE annotation.
- ARROW_DOWN - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The down arrow key.
- ARROW_LEFT - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The left arrow key.
- ARROW_RIGHT - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The right arrow key.
- ARROW_UP - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The up arrow key.
- ArrowElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the arrow options of a
AnnotationElement
at runtime. - ArrowHeads - Class in org.pepstock.charba.client.annotation
-
Implements a ARROWHEADS to apply on a LINE annotation.
- ArrowHeadsElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the arrow heads options of a
AnnotationElement
at runtime. - ARUBA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Aruba region.
- ARUBAN_FLORIN - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Aruban Florin currency.
- as() - Method in interface org.pepstock.charba.client.dom.IsCastable
-
Performs checked cast to lefthand-side type.
- asDefault() - Method in class org.pepstock.charba.client.GlobalOptions
-
Returns the global options as default scaled options.
- ASH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ash" -
- ASIA_ADEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aden timezone.
- ASIA_ALMATY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Almaty timezone.
- ASIA_AMMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Amman timezone.
- ASIA_ANADYR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Anadyr timezone.
- ASIA_AQTAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aqtau timezone.
- ASIA_AQTOBE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aqtobe timezone.
- ASIA_ASHGABAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ashgabat timezone.
- ASIA_ASHKHABAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ashkhabad timezone.
- ASIA_BAGHDAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Baghdad timezone.
- ASIA_BAHRAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bahrain timezone.
- ASIA_BAKU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Baku timezone.
- ASIA_BANGKOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bangkok timezone.
- ASIA_BEIRUT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Beirut timezone.
- ASIA_BISHKEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bishkek timezone.
- ASIA_BRUNEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Brunei timezone.
- ASIA_CALCUTTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Calcutta timezone.
- ASIA_CHOIBALSAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Choibalsan timezone.
- ASIA_CHONGQING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Chongqing timezone.
- ASIA_CHUNGKING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Chungking timezone.
- ASIA_COLOMBO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Colombo timezone.
- ASIA_DACCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dacca timezone.
- ASIA_DAMASCUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Damascus timezone.
- ASIA_DHAKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dhaka timezone.
- ASIA_DILI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dili timezone.
- ASIA_DUBAI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dubai timezone.
- ASIA_DUSHANBE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dushanbe timezone.
- ASIA_GAZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Gaza timezone.
- ASIA_HARBIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Harbin timezone.
- ASIA_HEBRON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hebron timezone.
- ASIA_HO_CHI_MINH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ho_Chi_Minh timezone.
- ASIA_HONG_KONG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hong_Kong timezone.
- ASIA_HOVD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hovd timezone.
- ASIA_IRKUTSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Irkutsk timezone.
- ASIA_ISTANBUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Istanbul timezone.
- ASIA_JAKARTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jakarta timezone.
- ASIA_JAYAPURA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jayapura timezone.
- ASIA_JERUSALEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jerusalem timezone.
- ASIA_KABUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kabul timezone.
- ASIA_KAMCHATKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kamchatka timezone.
- ASIA_KARACHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Karachi timezone.
- ASIA_KASHGAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kashgar timezone.
- ASIA_KATHMANDU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kathmandu timezone.
- ASIA_KATMANDU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Katmandu timezone.
- ASIA_KHANDYGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Khandyga timezone.
- ASIA_KOLKATA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kolkata timezone.
- ASIA_KRASNOYARSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Krasnoyarsk timezone.
- ASIA_KUALA_LUMPUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuala_Lumpur timezone.
- ASIA_KUCHING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuching timezone.
- ASIA_KUWAIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuwait timezone.
- ASIA_MACAO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Macao timezone.
- ASIA_MACAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Macau timezone.
- ASIA_MAGADAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Magadan timezone.
- ASIA_MAKASSAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Makassar timezone.
- ASIA_MANILA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Manila timezone.
- ASIA_MUSCAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Muscat timezone.
- ASIA_NICOSIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Nicosia timezone.
- ASIA_NOVOKUZNETSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Novokuznetsk timezone.
- ASIA_NOVOSIBIRSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Novosibirsk timezone.
- ASIA_OMSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Omsk timezone.
- ASIA_ORAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Oral timezone.
- ASIA_PHNOM_PENH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Phnom_Penh timezone.
- ASIA_PONTIANAK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Pontianak timezone.
- ASIA_PYONGYANG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Pyongyang timezone.
- ASIA_QATAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Qatar timezone.
- ASIA_QYZYLORDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Qyzylorda timezone.
- ASIA_RANGOON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Rangoon timezone.
- ASIA_RIYADH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Riyadh timezone.
- ASIA_SAIGON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Saigon timezone.
- ASIA_SAKHALIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Sakhalin timezone.
- ASIA_SAMARKAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Samarkand timezone.
- ASIA_SEOUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Seoul timezone.
- ASIA_SHANGHAI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Shanghai timezone.
- ASIA_SINGAPORE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Singapore timezone.
- ASIA_TAIPEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Taipei timezone.
- ASIA_TASHKENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tashkent timezone.
- ASIA_TBILISI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tbilisi timezone.
- ASIA_TEHRAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tehran timezone.
- ASIA_TEL_AVIV - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tel_Aviv timezone.
- ASIA_THIMBU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Thimbu timezone.
- ASIA_THIMPHU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Thimphu timezone.
- ASIA_TOKYO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tokyo timezone.
- ASIA_UJUNG_PANDANG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ujung_Pandang timezone.
- ASIA_ULAANBAATAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ulaanbaatar timezone.
- ASIA_ULAN_BATOR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ulan_Bator timezone.
- ASIA_URUMQI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Urumqi timezone.
- ASIA_UST_NERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ust-Nera timezone.
- ASIA_VIENTIANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Vientiane timezone.
- ASIA_VLADIVOSTOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Vladivostok timezone.
- ASIA_YAKUTSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yakutsk timezone.
- ASIA_YEKATERINBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yekaterinburg timezone.
- ASIA_YEREVAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yerevan timezone.
- asPattern() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns a CHARBA pattern, using the shape, background color, shape color and size.
- ASPECT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Aspect6" -
- ASSAMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Assamese language.
- assertCheck(boolean) - Static method in class org.pepstock.charba.client.commons.Checker
- assertCheck(boolean, String) - Static method in class org.pepstock.charba.client.commons.Checker
- assign(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Causes the window to load and display the document at the URL specified.
After the navigation occurs, the user can navigate back to the page that called Location.assign() by pressing the "back" button. - asString() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Returns the object as HTML escaped string.
- asTile() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns a canvas pattern, using the shape, background color, shape color and size.
- ASTURIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Asturian language.
- ASU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Asu (Tanzania) language.
- AT_TARGET - org.pepstock.charba.client.dom.enums.EventPhase
-
The event has arrived at the event's target.
- ATLANTIC_AZORES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Azores timezone.
- ATLANTIC_BERMUDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Bermuda timezone.
- ATLANTIC_CANARY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Canary timezone.
- ATLANTIC_CAPE_VERDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Cape_Verde timezone.
- ATLANTIC_FAEROE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Faeroe timezone.
- ATLANTIC_FAROE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Faroe timezone.
- ATLANTIC_JAN_MAYEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Jan_Mayen timezone.
- ATLANTIC_MADEIRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Madeira timezone.
- ATLANTIC_REYKJAVIK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Reykjavik timezone.
- ATLANTIC_SOUTH_GEORGIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/South_Georgia timezone.
- ATLANTIC_ST_HELENA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/St_Helena timezone.
- ATLANTIC_STANLEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Stanley timezone.
- ATLAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Atlas" -
- ATLAS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Atlas6" -
- 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
- ATTENTION - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Attn
(Attention) key. - ATTRIBUTE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ATTRIBUTES - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was an attribute mutation.
- AUBERGINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aubergine" -
- AUSTIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Austin6" -
- AUSTRALIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Australia region.
- AUSTRALIA_ACT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/ACT timezone.
- AUSTRALIA_ADELAIDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Adelaide timezone.
- AUSTRALIA_BRISBANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Brisbane timezone.
- AUSTRALIA_BROKEN_HILL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Broken_Hill timezone.
- AUSTRALIA_CANBERRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Canberra timezone.
- AUSTRALIA_CURRIE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Currie timezone.
- AUSTRALIA_DARWIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Darwin timezone.
- AUSTRALIA_EUCLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Eucla timezone.
- AUSTRALIA_HOBART - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Hobart timezone.
- AUSTRALIA_LHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/LHI timezone.
- AUSTRALIA_LINDEMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Lindeman timezone.
- AUSTRALIA_LORD_HOWE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Lord_Howe timezone.
- AUSTRALIA_MELBOURNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Melbourne timezone.
- AUSTRALIA_NORTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/North timezone.
- AUSTRALIA_NSW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/NSW timezone.
- AUSTRALIA_PERTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Perth timezone.
- AUSTRALIA_QUEENSLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Queensland timezone.
- AUSTRALIA_SOUTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/South timezone.
- AUSTRALIA_SYDNEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Sydney timezone.
- AUSTRALIA_TASMANIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Tasmania timezone.
- AUSTRALIA_VICTORIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Victoria timezone.
- AUSTRALIA_WEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/West timezone.
- AUSTRALIA_YANCOWINNA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Yancowinna timezone.
- AUSTRALIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Australian Dollar currency.
- AUSTRIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Austria region.
- AUTO - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property allow to the plugin to calculate the best position of the callout.
- AUTO - org.pepstock.charba.client.dom.enums.CursorType
-
The UA will determine the cursor to display based on the current context.
- AUTO - org.pepstock.charba.client.enums.Display
-
The axis is visible only if at least one associated dataset is visible.
For plugin, the label is hidden if it overlap with another label.
The display 'auto' option can be used to prevent overlapping labels, based on the following rules when two labels overlap:
if both labels are display: true, they will be drawn overlapping if both labels are display: 'auto', the one with the highest data index will be hidden. - AUTO - org.pepstock.charba.client.enums.TickSource
-
Generates "optimal" ticks based on scale size and time options.
- AUTO - org.pepstock.charba.client.enums.TooltipAlign
-
Default value and never stored in chart configuration.
- AUTO - org.pepstock.charba.client.intl.enums.SignDisplay
-
To sign display for negative numbers only.
- AUTO_INFLATE_AMOUNT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
Value to store in the CHART.JS configuration when the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated, "auto".
- AUTO_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Constant to use to set AUTO rotation of the label, to use in the rotation callback.
- AUTO_ROTATION_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Value to set when auto rotation is requested, "auto".
- AUTUMN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Autumn" -
- AUXILIARY - org.pepstock.charba.client.dom.enums.EventButton
-
The event is not being processed at this time.
- AVERAGE - org.pepstock.charba.client.enums.TooltipPosition
-
Will place the tooltip at the average position of the items displayed in the tooltip.
- AVST - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Avestan script.
- AXES - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to an axes.
- 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. - Axis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.Axis
-
Builds the object storing the chart instance.
- AxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during ticks building.
- AxisCalculateLabelRotationCallback - 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(NativeAbstractMouseEvent, ScaleItem, Axis, ScaleValueItem) - 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.
- AxisEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is entering on the axis of the chart.
- AxisEnterEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisEnterEvent
-
Creates the event with axis related to the enter
- AxisEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart axis.
- 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.
- AxisHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is hovering on the axis of the chart.
- AxisHoverEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisHoverEvent
-
Creates the event with axis related to the hover
- AxisHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart axis.
- 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 allset
methods to change java script object properties. - AxisItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AxisItem
-
Creates the item using an envelop of native java script object which contains all properties.
- AxisKind - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x', 'y' or 'r' to define which directions are used in axis.
- AxisLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is leaving from the axis of the chart.
- AxisLeaveEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisLeaveEvent
-
Creates the event with axis related to the leave
- AxisLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart axis.
- AxisPosition - Enum in org.pepstock.charba.client.enums
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
In this mode, either the axis option is specified or the axis ID starts with the letter 'x' or 'y'.
To position the axis with respect to a data value, set the position option to an object such as-20
.
This will position the axis at a value of -20 on the axis with ID "x".
For cartesian axes, only 1 axis may be specified. - 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 - Interface in org.pepstock.charba.client.configuration
-
Represents the scale type of a scale/axis object.
- AxisUpdateCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during updating.
- AZERBAIJAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Azerbaijan region.
- AZERBAIJAN_MANAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Azerbaijan Manat currency.
- AZERBAIJANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Azerbaijani language.
- AZIMUTHAL_EQUAL_AREA - org.pepstock.charba.client.geo.enums.Projection
-
Projection azimuthalEqualArea.
- AZIMUTHAL_EQUIDISTANT - org.pepstock.charba.client.geo.enums.Projection
-
Projection azimuthalEquidistant.
- AZUR_LANE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Azur Lane" -
- AZURE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "azure" -
- AZURE_POP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Azure Pop" -
B
- BACK_SLASHED_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a back slashed line.
- BACK_TO_EARTH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Back To Earth" -
- BACK_TO_THE_FUTURE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Back to the Future" -
- BACKGROUND_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- BACKGROUND_COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to backgroundColor property to animate the element.
- BACKSPACE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Backspace
key. - BADGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Badge6" -
- BAFIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bafia language.
- BAHAMAS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for The Bahamas region.
- BAHAMIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bahamian Dollar currency.
- BAHRAIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bahrain region.
- BAHRAINI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bahraini Dinar currency.
- BAHT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Baht currency.
- BAILIWICK_OF_GUERNSEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bailiwick of Guernsey region.
- BALBOA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Balboa currency.
- BALI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for bali numbering system.
- BALI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Balinese script.
- BAMBARA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bambara language.
- BAMU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bamum script.
- BANDED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Banded6" -
- BANGLADESH - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bangladesh region.
- Bar - Class in org.pepstock.charba.client.configuration
-
Bar elements are used to represent the bars in a bar chart.
- Bar - Class in org.pepstock.charba.client.options
-
Bar elements are used to represent the bars in a bar chart.
- Bar(Elements, Key, IsDefaultBar, NativeObject) - Constructor for class org.pepstock.charba.client.options.Bar
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- BAR - org.pepstock.charba.client.ChartType
-
A bar chart provides a way of showing data values represented as vertical bars.
- BAR_PERCENTAGE - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- BAR_THICKNESS - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- BARBADOS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Barbados region.
- BARBADOS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Barbados Dollar currency.
- BarBorderRadius - Class in org.pepstock.charba.client.data
-
Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
- BarBorderRadius() - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
-
Creates the object with an empty native object instance.
- BarBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
-
Creates the object using the argument to set the border radius size to all corners of the rectangle.
- BarBorderRadius.BarBorderRadiusFactory - Class in org.pepstock.charba.client.data
-
Inner class to create bar border radius object by a native object.
- BarBorderWidth - Class in org.pepstock.charba.client.data
-
Defines the border width for BAR data set (left, top, right, bottom).
- BarBorderWidth() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
-
Creates the object with an empty native object instance.
- BarBorderWidth(int) - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
-
Creates the object using the argument to set the border width size to all corners of the rectangle.
- BarBorderWidth.BarBorderWidthFactory - Class in org.pepstock.charba.client.data
-
Inner class to create bar border width object by a native object.
- BarBorderWidthCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
borderWidth
orhoverBorderWidth
properties at runtime, forBarDataset
andMatrixDataset
. - 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.
- BarChart(Type) - Constructor for class org.pepstock.charba.client.BarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BarChart(Type, boolean) - Constructor for class org.pepstock.charba.client.BarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BAR chart GWT WIDGET 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. - BarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
-
Builds the object.
- BarChartWidget(BarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BarDataset - Class in org.pepstock.charba.client.data
-
The bar chart allows a number of properties to be specified for each data set.
- BarDataset() - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates a data set.
It uses the global options has default. - BarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates a data set.
It uses the global options has default. - BarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default.
- BarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default.
- BarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using chart type related to the data set.
- BarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default and chart type related to the data set.
- BarDatasetOptionsHandler - Class in org.pepstock.charba.client.options
-
Manages the BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
- BarDatasetOptionsHandler(AbstractNode, IsDefaultTypedDataset, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.
- BarDatasetOptionsHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- BarElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents bars on the charts.
- BarElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents bars on the charts.
- BarElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.BarElementOptions
-
Creates the item using a native java script object which contains all properties.
- BarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BAR chart.
- BarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BarOptions
-
Builds the object storing the chart instance and default values.
- BASA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Basa (Cameroon) language.
- BaseAttribute - Class in org.pepstock.charba.client.dom
-
Represents one of a DOM element's attributes as an object.
- BaseAttribute() - Constructor for class org.pepstock.charba.client.dom.BaseAttribute
- 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 allget
methods to change java script object properties. - BaseBoxNodeItem<T extends Key> - 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 allget
methods to change java script object properties. - BaseCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
base
property at runtime forBarDataset
. - BaseDocument - Class in org.pepstock.charba.client.dom
-
Represents any web page loaded in the browser and serves as an entry point in the web page's content, which is the DOM tree.
It provides functionality globally to the document, like how to obtain the page's URL and create new elements in the document. - BaseElement - Class in org.pepstock.charba.client.dom
-
Base class from which all element objects (objects that represent elements) in a document inherit.
It only has methods and properties common to all kinds of elements. - BaseEnvelop<T> - Class in org.pepstock.charba.client.commons
-
This object is a container of hidden object.
- BaseEnvelop() - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with a
null
content. - BaseEnvelop(boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with a
null
content and a flag to set if the content can be nullable. - BaseEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with the content passed as argument.
- BaseEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- BaseEventTarget - Class in org.pepstock.charba.client.dom
-
Base DOM entity extended by objects that can receive events and may have listeners for them.
- BaseEventTarget.EventListenerCallback - Interface in org.pepstock.charba.client.dom
-
The object which receives a notification when an event of the specified type occurs.
Represents an object that can handle an event dispatched by a element. - BaseHtmlDocument - Class in org.pepstock.charba.client.dom
-
Extends the document to include methods and properties that are specific to HTML documents.
- BaseHtmlElement - Class in org.pepstock.charba.client.dom
-
Represents any HTML element.
- BaseHtmlElement() - Constructor for class org.pepstock.charba.client.dom.BaseHtmlElement
-
To avoid any instantiation
- BaseLocation - Class in org.pepstock.charba.client.dom
-
Represents the location (URL) of the object it is linked to.
Changes done on it are reflected on the object it relates to. - BaseNavigator - Class in org.pepstock.charba.client.dom
-
Represents the state and the identity of the user agent.
It allows scripts to query it and to register themselves to carry on some activities. - BaseNode - Class in org.pepstock.charba.client.dom
-
A object from which various types of DOM objects inherit, allowing those types to be treated similarly.
- BaseNode() - Constructor for class org.pepstock.charba.client.dom.BaseNode
-
To avoid any instantiation
- BaseStyleProperties - Class in org.pepstock.charba.client.dom
-
Represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
- BASHKIR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bashkir language.
- BASIC - org.pepstock.charba.client.intl.enums.FormatMatcher
-
Basic algorithm to get the format.
- BASIS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Basis6" -
- BASQUE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Basque language.
- BASS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bassa Vah script.
- BATK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Batak script.
- BEFORE - org.pepstock.charba.client.enums.Stepped
-
Step-before Interpolation
- BEFORE_DATASET_DRAW - org.pepstock.charba.client.enums.DrawTime
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.enums.DrawTime
- BEFORE_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- BEFORE_DRAW - org.pepstock.charba.client.enums.DrawTime
- beforeAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked before the axis options are going to be updated.
- BeforeBuildTicksHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - beforeConfigurationUpdate() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked before the chart options are going to be updated.
- BeforeDataLimitsHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - BeforeDatasetDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - BeforeDatasetsDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'chart' datasets.
- BeforeDatasetsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - BeforeDatasetUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - BeforeDestroyHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before the chart is being destroyed.
- BeforeDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - BeforeElementsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called during the update process, before any chart elements have been created.
- BeforeEventHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - BeforeInitHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before initializing 'chart'.
- BeforeLayoutHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - BeforeRenderHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before rendering 'chart'.
- BeforeTooltipDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - BeforeUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - BeginAtZeroCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
beginAtZero
property at runtime, forCartesianLinearAxis
. - beginPath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Starts a new path by emptying the list of sub-paths.
Call this method when you want to create a new path. - BEHONGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Behongo" -
- BEIGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "beige" -
- BELARUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belarus region.
- BELARUSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Belarusian language.
- BELARUSIAN_RUBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Belarusian Ruble currency.
- BELEKO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Beleko" -
- BELGIUM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belgium region.
- BELIZE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belize region.
- BELIZE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Belize Dollar currency.
- BEMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bemba (Zambia) language.
- BENA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bena (Tanzania) language.
- BENG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for beng numbering system.
- BENG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bengali (Bangla) script.
- BENGALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bengali language.
- BENIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Benin region.
- BERLIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Berlin6" -
- BERMUDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bermuda region.
- BERMUDIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bermudian Dollar currency.
- BEST_FIT - org.pepstock.charba.client.intl.enums.FormatMatcher
-
Lets the runtime provide a locale that's at least, but possibly more, suited for the request than the result of the basic algorithm.
- BEST_FIT - org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Lets the runtime provide a locale that's at least, but possibly more, suited for the request than the result of the Lookup algorithm.
- BETWEEN_NIGHT_AND_DAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Between Night and Day" -
- BETWEEN_THE_CLOUDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Between The Clouds" -
- betweenOrDefault(double, double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrDefault(int, int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMaximum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMaximum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMinimum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMinimum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- BEVEL - org.pepstock.charba.client.enums.JoinStyle
-
Fills an additional triangular area between the common end point of connected segments, and the separate outside rectangular corners of each segment.
- bezierCurveTo(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a cubic Bézier curve to the current sub-path.
It requires three points: the first two are control points and the third one is the end point.
The starting point is the latest point in the current path. - BHKS - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for bhks numbering system.
- BHKS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bhaiksuki script.
- BHUTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bhutan region.
- BIGHEAD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bighead" -
- BILIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bilin language.
- BISQUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "bisque" -
- BIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for bit.
- BLACK - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLACK" -
- BLACK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "black" -
- BLACK_ROSA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Black Rosa" -
- BLACK_TIE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlackTie6" -
- BLANCHED_ALMOND - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blanchedAlmond" -
- BLANK - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for BLANK, " ".
- BLEEM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bleem" -
- BLIS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Blissymbols script.
- BLOCK - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block element box, generating line breaks both before and after the element when in the normal flow.
- BLOOD_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blood Red" -
- BLOODY_MARY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bloody Mary" -
- BLOOKER20 - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blooker20" -
- BLOOZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blooze" -
- BLU - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blu" -
- BLUE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE" -
- BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blue" -
- BLUE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "BLUE" -
- BLUE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_1" -
- BLUE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_2" -
- BLUE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_3" -
- BLUE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_4" -
- BLUE_AND_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue and Orange" -
- BLUE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_1" -
- BLUE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_2" -
- BLUE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_3" -
- BLUE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_4" -
- BLUE_GREEN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueGreen6" -
- BLUE_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueGreen7" -
- BLUE_GREY - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY" -
- BLUE_GREY_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_1" -
- BLUE_GREY_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_2" -
- BLUE_GREY_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_3" -
- BLUE_GREY_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_4" -
- BLUE_GREY_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_1" -
- BLUE_GREY_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_2" -
- BLUE_GREY_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_3" -
- BLUE_GREY_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_4" -
- BLUE_GREY_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_5" -
- BLUE_II6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueII6" -
- BLUE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueLight7" -
- BLUE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_1" -
- BLUE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_2" -
- BLUE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_3" -
- BLUE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_4" -
- BLUE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_5" -
- BLUE_RASPBERRY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Raspberry" -
- BLUE_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Red" -
- BLUE_RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueRed6" -
- BLUE_SKIES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Skies" -
- BLUE_SLATE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Slate" -
- BLUE_TEAL20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueTeal20" -
- BLUE_VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blueViolet" -
- BLUE_WARM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueWarm6" -
- BLUE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Blue20" -
- BLUE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Blue6" -
- BLUELAGOO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bluelagoo" -
- BLUES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color blues.
- BLUES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues3" -
- BLUES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues4" -
- BLUES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues5" -
- BLUES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues6" -
- BLUES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues7" -
- BLUES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues8" -
- BLUES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues9" -
- blur() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Removes keyboard focus from the current element.
- BLURRY_BEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blurry Beach" -
- BLUSH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blush" -
- BODO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bodo (India) language.
- Body - Class in org.pepstock.charba.client.dom.elements
-
Represents the content of an HTML document.
There can be only one body element in a document. - BOLD - org.pepstock.charba.client.enums.FontStyle
-
The browser displays thick characters.
- BOLD - org.pepstock.charba.client.enums.Weight
-
Defines thick characters.
- BOLDER - org.pepstock.charba.client.enums.Weight
-
Defines thicker characters.
- BOLIVAR_SOBERANO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bolívar Soberano currency.
- BOLIVIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bolivia region.
- BOLIVIANO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Boliviano currency.
- BOND_MARKETS_UNIT_EUROPEAN_COMPOSITE_UNIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Composite Unit (EURCO) currency.
- BOND_MARKETS_UNIT_EUROPEAN_MONETARY_UNIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Monetary Unit (E.M.U.-6) currency.
- BOND_MARKETS_UNIT_EUROPEAN_UNIT_OF_ACCOUNT_17 - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Unit of Account 17 (E.U.A.-17) currency.
- BOND_MARKETS_UNIT_EUROPEAN_UNIT_OF_ACCOUNT_9 - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Unit of Account 9 (E.U.A.-9) currency.
- BOOLEAN - org.pepstock.charba.client.commons.ObjectType
-
Boolean represents a logical entity and can have two values: true, and false.
- BOOLEAN - org.pepstock.charba.client.enums.AnimationType
-
Uses a color to interpolate animation.
- BOOLEAN - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for BOOLEAN instances,
Boolean.FALSE
. - BOPO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bopomofo script.
- BORA_BORA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bora Bora" -
- BORDER - org.pepstock.charba.client.labels.enums.Position
-
The labels are located on border.
- BORDER_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- BORDER_COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to borderColor property to animate the element.
- BORDER_WIDTH - org.pepstock.charba.client.data.Dataset.CommonProperty
- BORDER_WIDTH - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to borderWidth property to animate the element.
- 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. - BorderDashCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderDash
property at runtime. - BorderDashOffsetCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderDashOffset
property at runtime. - BorderItemType - Enum in org.pepstock.charba.client.enums
-
Property which map the border width and border radius types on
BarDataset
. - BorderRadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
borderRadius
property at runtime. - BorderRadiusItem - Class in org.pepstock.charba.client.items
-
Defines the border radius for legend item element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
- 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. - BorderStyle - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the sets the line style for all four sides of an element's border.
- BOSNIA_AND_HERZEGOVINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bosnia and Herzegovina region.
- BOSNIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bosnian language.
- BOTSWANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Botswana region.
- BOTTOM - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on bottom of the label.
- BOTTOM - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the bottom of the anchor point (90 degrees).
- BOTTOM - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the bottom of the bounding box.
- BOTTOM - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.BorderSkipped
-
The bottom property sets the bottom edge of an element to a unit above/below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.Position
-
The bottom property sets the bottom edge of an element to a unit above/below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the bottom.
- BOTTOM - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the bottom of the chart (horizontal).
- BOTTOM - org.pepstock.charba.client.geo.enums.Position
-
the bottom property sets the bottom edge of an element.
- BOTTOM - org.pepstock.charba.client.matrix.enums.Anchor
-
The bottom property sets the data element position to bottom.
- BOTTOM - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the bottom of the rectangle.
- BOTTOM_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom(right) to left(top) (diagonal)
- BOTTOM_LEFT - org.pepstock.charba.client.geo.enums.Position
-
The bottom-left property sets the bottom-left edge of an element.
- BOTTOM_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom(left) to right(top) (diagonal)
- BOTTOM_RIGHT - org.pepstock.charba.client.geo.enums.Position
-
The bottom-right property sets the bottom-right edge of an element.
- BOTTOM_UP - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom to to (vertical)
- Bounds - Enum in org.pepstock.charba.client.enums
-
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
- BoundsCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
bounds
property at runtime, forCartesianAxis
. - BOURBON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bourbon" -
- BOUVET_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bouvet Island region.
- BOX - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a BOX annotation which draws a box in the a chart.
- BOX - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a box on the tile.
- BoxAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a BOX annotation which draws a box in the a chart.
If one of the axes is not specified, the box will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional. - BoxAnnotation() - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - BoxAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - BoxAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - BoxAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - BoxAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - BoxLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a LINE annotation.
- BR_B_G - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color brBG.
- BR_B_G10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG10" -
- BR_B_G11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG11" -
- BR_B_G3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG3" -
- BR_B_G4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG4" -
- BR_B_G5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG5" -
- BR_B_G6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG6" -
- BR_B_G7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG7" -
- BR_B_G8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG8" -
- BR_B_G9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG9" -
- BRADY_BRADY_FUN_FUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Brady Brady Fun Fun" -
- BRAH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for brah numbering system.
- BRAH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Brahmi script.
- BRAI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Braille script.
- BRAZIL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Brazil region.
- BRAZIL_ACRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/Acre timezone.
- BRAZIL_DENORONHA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/DeNoronha timezone.
- BRAZIL_EAST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/East timezone.
- BRAZIL_WEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/West timezone.
- BRAZILIAN_REAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Brazilian Real currency.
- BREEZE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Breeze6" -
- BRETON - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Breton language.
- BrewerScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Color Brewer schemes.
To configureColorSchemes.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. - BRIGHT_VAULT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bright Vault" -
- brighter() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new color that is a brighter version of this color.
- brighter(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new color that is a brighter version of this color.
- BRITISH_INDIAN_OCEAN_TERRITORY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for British Indian Ocean Territory region.
- BRITISH_VIRGIN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for British Virgin Islands region.
- BROKEN_HEARTS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Broken Hearts" -
- BROWN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN" -
- BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "brown" -
- BROWN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "BROWN" -
- BROWN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_1" -
- BROWN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_2" -
- BROWN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_3" -
- BROWN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_4" -
- BROWN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_1" -
- BROWN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_2" -
- BROWN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_3" -
- BROWN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_4" -
- BROWN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_5" -
- BROWN20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Brown20" -
- BRUNEI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Brunei region.
- BRUNEI_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Brunei Dollar currency.
- btoa(String) - Static method in class org.pepstock.charba.client.utils.Window
-
Encodes a string in base-64.
- BU_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color buGn.
- BU_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn3" -
- BU_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn4" -
- BU_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn5" -
- BU_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn6" -
- BU_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn7" -
- BU_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn8" -
- BU_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn9" -
- BU_PU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color buPu.
- BU_PU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu3" -
- BU_PU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu4" -
- BU_PU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu5" -
- BU_PU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu6" -
- BU_PU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu7" -
- BU_PU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu8" -
- BU_PU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu9" -
- BUBBLE - org.pepstock.charba.client.ChartType
-
A bubble chart is used to display three dimensions of data at the same time.
- 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.
- BubbleChart(Type) - Constructor for class org.pepstock.charba.client.BubbleChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BubbleChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BUBBLE chart GWT WIDGET 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. - BubbleChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
-
Builds the object.
- BubbleChartWidget(BubbleChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BubbleDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
- BubbleDataset() - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates a data set.
It uses the global options has default. - BubbleDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates a data set.
It uses the global options has default. - BubbleDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default.
- BubbleDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default.
- BubbleDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using chart type related to the data set.
- BubbleDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default and chart type related to the data set.
- BubbleMapChart - Class in org.pepstock.charba.client.geo
-
A Bubble Map, as known as Proportional Symbol is used to render maps with dots that are scaled according to some numerical value.
It is based on a regular bubble chart where the positioning is done using latitude and longitude to create a legend for the different radi. - BubbleMapChart() - Constructor for class org.pepstock.charba.client.geo.BubbleMapChart
-
Builds the object.
- BubbleMapChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BUBBLEMAP chart GWT WIDGET implementation.
A Bubble Map, as known as Proportional Symbol is used to render maps with dots that are scaled according to some numerical value.
It is based on a regular bubble chart where the positioning is done using latitude and longitude to create a legend for the different radi. - BubbleMapChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Builds the object.
- BubbleMapChartWidget(BubbleMapChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BubbleMapDataPoint - Class in org.pepstock.charba.client.geo
-
Used for BubbleMap data sets to set the data to render.
A data has to have alatitude
andlongitude
properties and avalue
property containing the value for the coloring. - BubbleMapDataPoint() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with an empty native object.
- BubbleMapDataPoint(double, double) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with the assigned latitude and longitude.
- BubbleMapDataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with the assigned latitude, longitude and value.
- BubbleMapDataPoint.BubbleMapDataPointFactory - Class in org.pepstock.charba.client.geo
-
Creates
BubbleMapDataPoint
form aNativeObject
. - BubbleMapDataset - Class in org.pepstock.charba.client.geo
-
It is a
BubbleDataset
with additional options for bubble map charts. - BubbleMapDataset() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset
-
Creates a data set.
It uses the global options has default. - BubbleMapDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset
-
Creates a data set setting the defaults value.
- BubbleMapOptions - Class in org.pepstock.charba.client.geo
-
Specific options for bubble map chart.
- BubbleOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BUBBLE chart.
- BubbleOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BubbleOptions
-
Builds the object storing the chart instance.
- BUBBLING - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is propagating back up through the target's ancestors in reverse order, starting with the parent, and eventually reaching the containing window.
- BUDDHIST - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for buddhist calendar.
- BUGI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Buginese script.
- BUHD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Buhid script.
- build() - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Builds and returns a gradient instance.
- build() - Method in class org.pepstock.charba.client.colors.PatternBuilder
-
Builds and returns a pattern instance.
- 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.ChartBackgroundColorOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns a configured plugin 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.CrosshairOptionsBuilder
-
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.impl.plugins.HtmlLegendOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- build() - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns a configured labels options.
- build() - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Returns a update configuration item.
- build() - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates and returns the
Canvas
which contains the content which can be added to a chart. - build() - Method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new toast type.
- build() - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns a configured toast options.
- build() - Method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new toast type.
- build(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Creates a color using red, green and blue channels.
- build(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- 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.
- build(NativeObject) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient, previously stored in the a native java script object.
- build(NativeObject) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates a pattern, previously stored in the a native java script object
- build(BaseHtmlElement, 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 DOM element) and width and height of the resulted image.
- build(IsRegression) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression instance, using the passed regression instance.
- build(RegressionDataset) - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset cloning the passed dataset.
The options and the data are NOT cloned. - build(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression, using the passed regression descriptor instance to create new regression.
- buildExponentialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a exponential regression.
- buildExponentialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildLinearRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a simple linear regression.
- buildLinearRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a polynomial regression.
It uses the default degree, 2. - buildPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
It uses the default degree, 2. - buildPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a polynomial regression.
- buildPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart, using the passed maximum degree.
- buildPowerRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a power regression.
- buildPowerRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildRobustPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a robust polynomial regression.
It uses the default degree, 2. - buildRobustPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
It uses the default degree, 2. - buildRobustPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a robust polynomial regression.
- buildRobustPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart, using the passed maximum degree.
- buildTheilSenRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a TheilSen regression.
- buildTheilSenRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- BUKUSU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bukusu language.
- BULGARIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bulgaria region.
- BULGARIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bulgarian language.
- BULGARIAN_LEV - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bulgarian Lev currency.
- BUPE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bupe" -
- BURKINA_FASO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Burkina Faso region.
- BURLY_WOOD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "burlyWood" -
- BURMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Burmese language.
- BURNING_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Burning Orange" -
- BURUNDI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Burundi region.
- BURUNDI_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Burundi Franc currency.
- BUTT - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are squared off at the end points.
Default. - BY_DESIGN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "By Design" -
- BYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for byte.
C
- CABO_VERDE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cabo Verde region.
- CABO_VERDE_ESCUDO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cabo Verde Escudo currency.
- CADET_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cadetBlue" -
- CAKM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for cakm numbering system.
- CAKM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Chakma script.
- Calendar - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the calendar to manage the dates.
- call() - Method in interface org.pepstock.charba.client.commons.CallbackProxy.Proxy
-
Call method the function
proxy
implemented in the 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.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyArrayCallback
-
Method of function to be called to provide an array property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyBooleanCallback
-
Method of function to be called to provide a boolean property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyDoubleCallback
-
Method of function to be called to provide a double property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerCallback
-
Method of function to be called to provide a scriptable options implementation with a context.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyIntegerCallback
-
Method of function to be called to provide a integer property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyNativeObjectCallback
-
Method of function to be called to provide a native object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyObjectCallback
-
Method of function to be called to provide a object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyStringCallback
-
Method of function to be called to provide a string property.
- call(NativeObject, int) - Method in interface org.pepstock.charba.client.commons.ArrayObject.ArrayFilterCallback
-
Method of function to be called to filter the array.
- call(NativeObject, int) - Method in interface org.pepstock.charba.client.commons.ArrayObject.ArrayFindCallback
-
Method of function to be called to find an element in the array.
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerEvent
-
Method of function to be called to provide events generated by the chart canvas, by CHART.JS
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerEventAndRedraw
-
Method of function to be called to provide events generated by the chart canvas, by CHART.JS
- call(NativeBaseEvent) - Method in interface org.pepstock.charba.client.dom.BaseEventTarget.EventListenerCallback
-
A function that is called whenever an event of the specified type occurs.
- CALLBACK - org.pepstock.charba.client.annotation.enums.ContentType
- CallbackPropertyHandler<T> - Class in org.pepstock.charba.client.commons
-
It is managing property where can set a callback.
It uses a cache in order to be able to use the callback even if defined at default or chart options level, both for chart or plugin options. - CallbackPropertyHandler(Key) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the object storing the property key to manage.
- 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 alsothis
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 in the additional java script source. - CallbacksEnvelop<T> - Class in org.pepstock.charba.client.callbacks
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - Callout - Class in org.pepstock.charba.client.annotation
-
Implements a CALLOUT to apply on a LABEL annotation.
- CalloutElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the label options of a
AnnotationElement
at runtime. - CalloutPosition - Enum in org.pepstock.charba.client.annotation.enums
-
Property to set the position of a
Callout
with respect to the label. - CalloutPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- CALM_DARYA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Calm Darya" -
- CAMBODIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cambodia region.
- CAMEROON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cameroon region.
- CAN_YOU_FEEL_THE_LOVE_TONIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Can You Feel The Love Tonight" -
- CANADA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Canada region.
- CANADA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CANADA
. - CANADA_ATLANTIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Atlantic timezone.
- CANADA_CENTRAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Central timezone.
- CANADA_EAST_SASKATCHEWAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/East-Saskatchewan timezone.
- CANADA_EASTERN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Eastern timezone.
- CANADA_FRENCH - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CANADA
, forLanguage.FRENCH
. - CANADA_MOUNTAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Mountain timezone.
- CANADA_NEWFOUNDLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Newfoundland timezone.
- CANADA_PACIFIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Pacific timezone.
- CANADA_SASKATCHEWAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Saskatchewan timezone.
- CANADA_YUKON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Yukon timezone.
- CANADIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Canadian Dollar currency.
- cancel() - Method in class org.pepstock.charba.client.utils.CSchedulerRegistration
-
Cancels the task scheduling is not started yet.
- CANCEL - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Cancel
key. - CANDY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Candy" -
- CANS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Unified Canadian Aboriginal Syllabics script.
- Canvas - Class in org.pepstock.charba.client.dom.elements
-
Represents a DOM element that enables drawing graphics and animations with own the canvas scripting API.
- CANVAS - org.pepstock.charba.client.annotation.enums.ContentType
- CANVAS - org.pepstock.charba.client.colors.GradientScope
-
The dimension to create a gradient is the canvas.
- CANVAS - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as canvas, see
Canvas
. - CANVAS_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for HTMLCanvasElement instances, null.
- CanvasGradientItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a gradient.
- 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 canvas gradient or pattern must be created. - CanvasObjectFactory(Key) - Constructor for class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates the object using the scope of this factory.
- CanvasPatternItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a pattern, based on an image or a canvas.
- CAPITAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Capital6" -
- CAPS_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Caps Lock key.
- 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. - CapStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderCapStyle
property at runtime. - Captions - Class in org.pepstock.charba.client.treemap
-
The captions can control if and how a caption, to represent the group of the chart, can be shown in the rectangle,
- CAPTURING - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is not being processed at this time.
- CARI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Carian script.
- CARIBBEAN_NETHERLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Caribbean Netherlands region.
- CartesianAxis<T extends org.pepstock.charba.client.configuration.CartesianTick> - Class in org.pepstock.charba.client.configuration
-
Axes are an integral part of a chart.
- CartesianAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianAxis
-
Builds the object storing the chart instance and cartesian axis type.
- 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, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianCategoryAxis(IsChart, ScaleId, AxisKind) - 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, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianLinearAxis(IsChart, ScaleId, AxisKind) - 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, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianLogarithmicAxis(IsChart, ScaleId, AxisKind) - 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.
- CartesianScaleTitle - 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, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianTimeAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as time series.
- CartesianTimeSeriesAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianTimeSeriesAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
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. - cast(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems. - CastHelper - Class in org.pepstock.charba.client.dom.elements
-
Utility to cast elements created in the other DOM tree engines in CHARBA elements.
- CATALAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Catalan language.
- category() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns the color scheme category.
- CATEGORY - org.pepstock.charba.client.enums.ChartAxisType
-
The labels are drawn from one of the label arrays included in the chart data.
- CATEGORY_PERCENTAGE - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- 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.
It can return aList
of strings (for multiple lines). - CAYMAN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cayman Islands region.
- CAYMAN_ISLANDS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cayman Islands Dollar currency.
- CDATA_SECTION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- CEBUANO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cebuano language.
- CELESTIAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Celestial" -
- CELESTIAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Celestial6" -
- CELL - org.pepstock.charba.client.dom.enums.CursorType
-
The table cell or set of cells can be selected.
- CELSIUS - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for celsius.
- 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
- CENTER - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "center" property sets the line label at center of line.
- CENTER - org.pepstock.charba.client.datalabels.enums.Align
-
Is the default: the label is centered on the anchor point.
- CENTER - org.pepstock.charba.client.datalabels.enums.Anchor
-
This is the default.
- CENTER - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit center to its normal position.
- CENTER - org.pepstock.charba.client.enums.BorderAlign
-
When 'center' is set, the borders of arcs next to each other will overlap.
- CENTER - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the center cross alignment.
- CENTER - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the center alignment.
- CENTER - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at center of scale.
- CENTER - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are centered within the line box.
- CENTER - org.pepstock.charba.client.enums.TickAlign
-
The property sets the center alignment.
- CENTER - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is centered.
- CENTER - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the center alignment.
- CENTER - org.pepstock.charba.client.matrix.enums.Anchor
-
This is the default.
- CENTER - org.pepstock.charba.client.treemap.enums.Align
-
The label is centered on the center point.
- CENTER - org.pepstock.charba.client.utils.toast.enums.Align
-
The actions are centered on the toast.
- CENTER_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the center of chart area alignment.
- CENTIMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for centimeter.
- CENTRAL_AFRICAN_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Central African Republic region.
- CENTRAL_ATLAS_TAMAZIGHT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Central Atlas Tamazight language.
- CENTRAL_KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Central Kurdish language.
- CFA_FRANC_BCEAO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFA Franc BCEAO currency.
- CFA_FRANC_BEAC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFA Franc BEAC currency.
- CFP_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFP Franc currency.
- CHAD - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Chad region.
- CHAKMA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chakma language.
- CHAM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for cham numbering system.
- CHAM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cham script.
- CHARACTER_DATA - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was a mutation to a character data node.
- 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 in 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.
- Charba - Class in org.pepstock.charba.client
-
Entry point to initialize and inject all Charba modules.
This utility MUST be called as first statement before using Charba. - CHARBA - Static variable in class org.pepstock.charba.client.colors.Color
-
Main color linked to CHARBA, #f27173.
- CHARBA_FILLING_MODE - org.pepstock.charba.client.options.FillHandler.Property
- CHARBA_HELPER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHARBA helper.
- CHARBA_HTML_TEXT - org.pepstock.charba.client.items.LegendTextHandler.Property
- CHARBA_ID - org.pepstock.charba.client.commons.Id
-
Name of java script property
- CHARBA_OPTIONS_ID - org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- CHARBA_X_TYPE - org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- CHARBA_Y_TYPE - org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- Chart - Class in org.pepstock.charba.client
-
Native object which import the CHART java script object of CHART.JS.
TheChart
the entry point of CHART.JS. - Chart(Context2dItem, NativeObject) - Constructor for class org.pepstock.charba.client.Chart
-
Builds CHART object at CHART.JS level.
This constructor MUST be empty. - CHART - org.pepstock.charba.client.colors.GradientScope
-
The dimension to create a gradient is the chart area.
- CHART - org.pepstock.charba.client.enums.ContextType
-
Chart context type.
- CHART - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS source code.
- 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).
- CHART_ADAPTERS_DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart adapters date with name "CharbaChartAdaptersDate", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. - CHART_AREA - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the chart area to its normal position.
- CHART_CONTROLLER_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart controller context with name "CharbaControllerContext", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. - CHART_HELPERS - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart helper with name "CharbaChartHelpers", (internal of CHART.JS).
- CHART_SCRIPTABLE_OPTIONS_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart scriptable options context with name "CharbaScriptableOptionsContext", (internal of Charba).
- 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode
-
Creates the item using envelop with the native java script object which contains all properties.
- ChartAxisType - Enum in org.pepstock.charba.client.enums
-
Axes are an integral part of a chart.
- ChartBackgroundColor - Class in org.pepstock.charba.client.impl.plugins
-
A plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have aChartBackgroundColor.DEFAULT_BACKGROUND_COLOR
background color. - ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Default constructor with
ChartBackgroundColor.DEFAULT_BACKGROUND_COLOR
background color. - 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(IsColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default background color 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.
The global plugin options is used, if exists, as defaults values. - ChartBackgroundColorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - ChartBackgroundColorOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
ChartBackgroundColor.ID
plugin options by a builder. - 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(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
-
Creates the event with a list of items with dataset references related to the click
- ChartClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart.
- ChartContext - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation to map the context used as argument on options, data sets, scales and plugins callbacks.
All context implementations have got a property which is a reference to the chart instance. - ChartContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ChartContext
-
Creates the object with native object instance to be wrapped.
- ChartElement - 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 data element, used to draw the chart.
This is the base element created by CHART.JS which is extended by the controllers to manage own elements. - ChartElement(String, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElement
-
Creates the element using its type and a native java script object which contains all properties.
- ChartElement(AbstractNode, Key, String, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ChartElementFactories - Class in org.pepstock.charba.client.items
-
Utility which is registering all
ChartElementFactory
for element type. - ChartElementFactory - Interface in org.pepstock.charba.client.items
-
Maps the methods to implement an factory to map
ChartElement
, used by each controlloer to draw the chart. - ChartElementOptions - Class in org.pepstock.charba.client.items
-
Maps the base options of the
ChartElement
s. - ChartElementOptions(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElementOptions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ChartElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElementOptions
-
Creates the item using a native java script object which contains all properties.
- ChartEnvelop<T> - Class in org.pepstock.charba.client
-
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. - ChartEventContext - Class in org.pepstock.charba.client.events
-
This is the class which can wrap a CHART.JS event.
- ChartEventContext(AnnotationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(DataLabelsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(IsChart, Chart) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(IsChart, NativeAbstractMouseEvent) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- 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.
- ChartEventProperty - Enum in org.pepstock.charba.client.enums
-
Enumerates the name of options property to set the callbacks to chart events.
- ChartHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user hovers on the chart.
- ChartHoverEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartHoverEvent
-
Creates the event with a list of items with dataset references related to the hover
- ChartHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart.
- 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(String, 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.
- 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.
The global plugin options is used, if exists, as defaults values. - ChartPointerOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - ChartPointerOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
ChartPointer.ID
plugin options by a builder. - 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(ChartEventContext, 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.
- CHARTREUSE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "chartreuse" -
- 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, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts.
Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. - ChartTimerTask - Interface in org.pepstock.charba.client
-
Interface which defines a timer task executable by a chart instance.
- ChartType - Enum in org.pepstock.charba.client
-
Enumerates all out-of-the-box types of a chart.
- CHECHEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chechen language.
- 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.ColorUtil
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- checkAndAddToParent() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Called recursively when a property has been set in the item.
This is mandatory because it could happen that the parent item is not present, therefore it must be added. - checkAndGet(Double, Double) - Method in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- checkAndGet(Integer, Integer) - Method in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- checkAndGet(Object, Display) - Static method in interface org.pepstock.charba.client.callbacks.DisplayCallback
-
Checks the result of this callback returning the right value to set in the options.
- checkAndGet(String) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a stored axis type or
IllegalArgumentException
. - checkAndGet(T, T) - Method in interface org.pepstock.charba.client.callbacks.ScriptableResultChecker
-
Checks and gets a value, managing the vaue of the
Scriptable
and the default. - checkAndGetAnnotationID(String, AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns the ID of the annotation checking is consistent.
- checkAndGetIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfConsistent(T) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null
and its id is notnull
as well, and if mandatory methods of interface will return consistent instances.
If not, throw aIllegalArgumentException
or returns the chart instance. - checkAndGetIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkAndGetIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException
. - checkAndGetIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException
. - checkAndGetIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException
. - checkAndGetIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException
. - checkAndGetIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException
. - checkAndGetIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException
. - checkAndGetIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null
and its id is notnull
as well.
If not, throw aIllegalArgumentException
or returns the chart instance. - checkAndGetIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Checks if collection passed as argument is not
null
and its value is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the argument. - checkAndGetIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Checks if property passed as argument is not
null
and its value is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the key. - checkAndGetIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Checks if mode passed as argument is not
null
.
If not, throw aIllegalArgumentException
, otherwise it returns the argument. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
null
and its content is notnull
as well.
If not, throw aIllegalArgumentException
. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException
, otherwise it returns the builder. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Checks if key passed as argument is not
null
and its value is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the key. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Checks if key passed as argument is a valid
AxisType
.
If not, throw aIllegalArgumentException
, otherwise it returns the key. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.ml.IsRegression
-
Checks if regression passed as argument is not
null
and if consistent as well.
If not, throw aIllegalArgumentException
, otherwise it returns the regression. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.Type
-
Checks if type passed as argument is not
null
and its scale type is notnull
as well.
If not, throw aIllegalArgumentException
, otherwise it returns the key. - checkAndGetIfValid(T, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException
. - checkAndGetScaleID(String, ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns the ID of the scale checking the default ones,
DefaultScaleId
. - checkAndGetValue(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks a color value if consistent, returning the RGBA representation, otherwise
null
. - checkAndSetType(Key, Key, DataPointType) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Checks the type of the property, setting the right type property.
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.AbstractChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- checkAxes(Axis...) - Method in interface org.pepstock.charba.client.IsChart
-
Checks if axes, requested to be stored, are an acceptable type or amount.
If a axis type or the amount of axes are not consistent for the chart, aIllegalArgumentException
will be thrown. - checkAxis(Axis) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkAxis(Axis) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasAxes
-
Returns
true
if the axis can be managed by a this chart type. - checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasCartesianAxes
-
Returns
true
if the axis can be managed by a this chart type. - checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasRadialAxis
-
Returns
true
if the axis can be managed by a this chart type. - checkAxis(Axis) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
true
if the dataset can be managed by a this chart type. - checkDataset(Dataset) - Method in class org.pepstock.charba.client.AreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.BarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.BubbleChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.DoughnutChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.LineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.matrix.MatrixChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.PieChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.PolarAreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.RadarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.ScatterChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedAreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedBarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedLineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- checkDatasets(Dataset...) - Method in class org.pepstock.charba.client.AbstractChart
- checkDatasets(Dataset...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- checkDatasets(Dataset...) - Method in interface org.pepstock.charba.client.IsChart
-
Checks if datasets, requested to be stored, are an acceptable type or amount.
If a dataset type or the amount of datasets are not consistent for the chart, aIllegalArgumentException
will be thrown. - checkDefaultValuesArgument(T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Checks if the argument, which is assuming is a default values instance, is consistent.
If not, throwsIllegalArgumentException
. - Checker - Class in org.pepstock.charba.client.commons
-
Utility which provides a set o methods to check the values of numbers.
- checkIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
null
and its id is notnull
as well, and if mandatory methods of interface will return consistent instances.
If not, throw aIllegalArgumentException
. - checkIfEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
If not, throw aIllegalArgumentException
. - checkIfEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
If not, throw aIllegalArgumentException
. - checkIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException
. - checkIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException
. - checkIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException
. - checkIfNotEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
If not, throw aIllegalArgumentException
. - checkIfNotEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
If not, throw aIllegalArgumentException
. - checkIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException
. - checkIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException
. - checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Checks if the key passed as argument is a key already used for other context properties.
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ScaleContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.SegmentContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.TooltipContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.labels.LabelsContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.zoom.ZoomContext
- checkIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException
. - checkIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException
. - checkIfValid(Object, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException
. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid annotation configuration object id.
If not, throw aIllegalArgumentException
. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid property key.
If not, throw aIllegalArgumentException
. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
null
and its value is notnull
as well and could be a valid scale id.
If not, throw aIllegalArgumentException
. - checkIfValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid annotation configuration object id.
If not, throw aIllegalArgumentException
. - checkIfValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks if the passed color is consistent, that means with a right red, green, blue and alpha values.
If not consistent, anIllegalArgumentException
will be thrown. - checkIfValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Checks if shape passed as argument is not
null
and its methods are not returningnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
null
and its content is notnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(IsBuilder) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException
. - 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 notnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid property key.
If not, throw aIllegalArgumentException
. - checkIfValid(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Checks if scale type passed as argument is not
null
and its value is notnull
as well and could be a valid scale type.
If not, throw aIllegalArgumentException
. - checkIfValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Checks if key passed as argument is not
null
and its type is valid as well. - checkIfValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid label configuration object id.
If not, throw aIllegalArgumentException
. - checkIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Checks if chart passed as argument is not
null
and its id is notnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Checks if id passed as argument is not
null
and its value is notnull
as well and could be a valid label configuration object id.
If not, throw aIllegalArgumentException
. - checkIfValid(IsRegression) - Static method in interface org.pepstock.charba.client.ml.IsRegression
-
Checks if regression passed as argument is not
null
and if consistent as well.
If not, throw aIllegalArgumentException
. - checkIfValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Checks if type passed as argument is not
null
and its type is notnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Checks if type passed as argument is not
null
and its type is notnull
as well.
If not, throw aIllegalArgumentException
. - checkIfValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
null
and its value is notnull
as well and could be a valid scale id.
If not, throw aIllegalArgumentException
. - checkIfValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
- 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 notnull
as well.
If not, throw aIllegalArgumentException
. - checkOffsetWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.GradientColor
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- 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, aIllegalArgumentException
will be thrown. - CHEER_UP_EMO_KID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cheer Up Emo Kid" -
- CHER - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cherokee script.
- CHEROKEE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cherokee language.
- CHERRY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cherry" -
- CHERRYBLOSSOMS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cherryblossoms" -
- CHIGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chiga language.
- CHILD_LIST - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was a mutation to the tree of nodes..
- CHILE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Chile region.
- CHILE_CONTINENTAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Chile/Continental timezone.
- CHILE_EASTERISLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Chile/EasterIsland timezone.
- CHILEAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Chilean Peso currency.
- CHINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for China region.
- CHINA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CHINA
. - CHINESE - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for chinese calendar.
- CHINESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chinese language.
- CHITTY_CHITTY_BANG_BANG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Chitty Chitty Bang Bang" -
- CHOCOLATE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "chocolate" -
- ChoroplethChart - Class in org.pepstock.charba.client.geo
-
A choropleth chart is used to render maps with the area filled according to some numerical value.
- ChoroplethChart() - Constructor for class org.pepstock.charba.client.geo.ChoroplethChart
-
Builds the object.
- ChoroplethChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
CHOROPLETH chart GWT WIDGET implementation.
A choropleth chart is used to render maps with the area filled according to some numerical value. - ChoroplethChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Builds the object.
- ChoroplethChartWidget(ChoroplethChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - ChoroplethDataPoint - Class in org.pepstock.charba.client.geo
-
Used for GEO data sets to set the data to render.
A GEO data has to have afeature
property containing the feature to render and avalue
property containing the value for the coloring. - ChoroplethDataPoint() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with an empty native object.
- ChoroplethDataPoint(Feature) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with the assigned feature.
- ChoroplethDataPoint(Feature, double) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with the assigned feature and value.
- ChoroplethDataPoint.ChoroplethDataPointFactory - Class in org.pepstock.charba.client.geo
-
Creates
ChoroplethDataPoint
form aNativeObject
. - ChoroplethDataset - Class in org.pepstock.charba.client.geo
-
The choropleth data set allows a region definition (by
Feature
) and specific value to be specified. - ChoroplethDataset() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset
-
Creates a data set.
It uses the global options has default. - ChoroplethDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset
-
Creates a data set setting the defaults value.
- ChoroplethOptions - Class in org.pepstock.charba.client.geo
-
Specific options for choropleth chart.
- CHRISTMAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Christmas" -
- CHRISTMAS_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Christmas Island region.
- CHRS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Chorasmian script.
- CHURCH_SLAVIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Church Slavic language.
- CINNAMINT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cinnamint" -
- CIRCLE - org.pepstock.charba.client.enums.PointStyle
- CIRCUIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Circuit6" -
- CircularCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
circular
property ofArc
at runtime. - CIRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cirth script.
- CITRUS_PEEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Citrus Peel" -
- CIVIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Civic6" -
- CIVIDIS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cividis.
- ClampCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to setclamp
property at runtime, using the plugin context. - CLARITY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Clarity6" -
- CLASSIC_AREA_BROWN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaBrown11" -
- CLASSIC_AREA_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaGreen11" -
- CLASSIC_AREA_RED_GREEN21 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaRedGreen21" -
- CLASSIC_AREA_RED11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaRed11" -
- CLASSIC_BLUE_RED12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlueRed12" -
- CLASSIC_BLUE_RED6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlueRed6" -
- CLASSIC_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlue7" -
- CLASSIC_COLOR_BLIND10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicColorBlind10" -
- CLASSIC_CYCLIC13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicCyclic13" -
- CLASSIC_GRAY13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGray13" -
- CLASSIC_GRAY5 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGray5" -
- CLASSIC_GREEN_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenBlue11" -
- CLASSIC_GREEN_ORANGE12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenOrange12" -
- CLASSIC_GREEN_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenOrange6" -
- CLASSIC_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreen7" -
- CLASSIC_LIGHT10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicLight10" -
- CLASSIC_MEDIUM10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicMedium10" -
- CLASSIC_ORANGE_BLUE13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeBlue13" -
- CLASSIC_ORANGE_WHITE_BLUE_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeWhiteBlueLight11" -
- CLASSIC_ORANGE_WHITE_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeWhiteBlue11" -
- CLASSIC_ORANGE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrange7" -
- CLASSIC_PURPLE_GRAY12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicPurpleGray12" -
- CLASSIC_PURPLE_GRAY6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicPurpleGray6" -
- CLASSIC_RED_BLACK11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedBlack11" -
- CLASSIC_RED_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedBlue11" -
- CLASSIC_RED_GREEN_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedGreenLight11" -
- CLASSIC_RED_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedGreen11" -
- CLASSIC_RED_WHITE_BLACK_LIGHT10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteBlackLight10" -
- CLASSIC_RED_WHITE_BLACK11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteBlack11" -
- CLASSIC_RED_WHITE_GREEN_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteGreenLight11" -
- CLASSIC_RED_WHITE_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteGreen11" -
- CLASSIC_RED9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRed9" -
- CLASSIC_TRAFFIC_LIGHT9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicTrafficLight9" -
- CLASSIC10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Classic10" -
- CLASSIC20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Classic20" -
- CLEAN_SELECTION - org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Triggers when the selection is clean.
- cleanSelection(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Clears the selection on the chart.
- cleanSelection(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.
- clear() - Method in class org.pepstock.charba.client.AbstractChart
-
Will clear the chart canvas.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Removes all of the elements from this list.
- 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.ArrayKeyList
-
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 class org.pepstock.charba.client.commons.ArrayTouchList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes all keys.
- clear() - Method in interface org.pepstock.charba.client.IsChart
-
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 - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Clear
key. - CLEAR_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Clear Sky" -
- clearHtmlLegendItems(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Clears all cached instance of point style by chart instance, wrapper in the a legend item.
- clearRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Erases the pixels in a rectangular area by setting them to transparent black.
- CLICK - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button has been pressed and released on an element.
- CLICK - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse's primary button is pressed and released on a label.
- CLICK - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers after mousedown and then mouseup over the same element if the left mouse button was used.
- ClickCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.ID
plugin that is called once click is fired. - 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 returnstrue
, the label is updated with the new context and the chart re-rendered. - ClickEventHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toaster
utility to manage CLICK events on toast item. - clip() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Turns the current or given path in the current clipping region.
It replaces any previous clipping region.. - Clip - Class in org.pepstock.charba.client.data
-
Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If setsfalse
, that means that CHART.JS will use chart area dimension.
Withfalse
value, the properties will be: Left is 0 Top is 0 Right is area right Bottom is area bottom - Clip() - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with an empty native object instance.
- Clip(double) - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with the same clip value for all dimensions.
- CLIP - org.pepstock.charba.client.data.Dataset.CommonProperty
- clipArea(Canvas, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItem
of the canvas.
The area is specified by size.
Starting points are 0. - clipArea(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItem
of the canvas.
The area is specified by coordinates and size. - clipArea(Canvas, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItem
of the canvas. - clipArea(Context2dItem, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
The area is specified by size.
Starting points are 0. - clipArea(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
The area is specified by coordinates and size. - clipArea(Context2dItem, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
- clipArea(IsChart) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context using the
ChartAreaNode
of the chart. - clipArea(IsChart, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvas
of the chart.
The area is specified by size.
Starting points are 0. - clipArea(IsChart, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvas
of the chart.
The area is specified by coordinates and size. - clipArea(IsChart, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvas
of the chart. - ClipCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to setclip
property at runtime, using the plugin context. - ClipMap - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the possible values to clip the rendering to the chart area of the GEO graph.
- CLocale - Class in org.pepstock.charba.client.intl
-
Unicode represents locales with a string, called a locale identifier.
The locale identifier consists of a language identifier and extension tags.
Language identifiers are the core of the locale, consisting of language, script, and region subtags.
Additional information about the locale is stored in the optional extension tags.
Extension tags hold information about locale aspects such as calendar type, clock type, and numbering system type.
A Unicode BCP 47 locale identifier consists of
a language code (optionally) a script code, (optionally) a region (or country) code (optionally) one or more variant codes (optionally) one or more extension sequences
See MDN page for more details.
LOCALE auto recognition
Thelocale
client property can be specified using either a meta tag, as part of the query string in the host page’s URL or from default platform locale.
If all cases are specified, the query string takes precedence, then meta data and finally the navigator language. - CLocaleBuilder - Class in org.pepstock.charba.client.intl
- clone(NativeObject) - Method in class org.pepstock.charba.client.Helpers
-
Returns a deep copy of source without keeping references on objects and arrays.
- cloneNode(boolean) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Clone the node, and optionally, all of its contents.
- CLOSE_BRACE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE brace, "}".
- CLOSE_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE round bracket, ")".
- CLOSE_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE square bracket, "]".
- CLOSED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is shown and closed.
- CloseHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toaster
utility to be notified of toast item closing.
It receives also the action which closed the toast ornull
if the toast has been closed naturally. - closePath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Causes the point of the pen to move back to the start of the current sub-path.
It tries to draw a straight line from the current point to the start.
If the shape has already been closed or has only one point, this function does nothing. - CLOUDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Clouds" -
- COAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Coal" -
- COCOAA_ICE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cocoaa Ice" -
- COCOS_KEELING_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cocos (Keeling) Islands region.
- CODE - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use the ISO currency code.
- CODES_SPECIFICALLY_RESERVED_FOR_TESTING_PURPOSES - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Codes specifically reserved for testing purposes currency.
- CODEX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Codex6" -
- COFFEE_GOLD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Coffee Gold" -
- COL_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
The item/column can be resized horizontally.
- COLLECTIVITY_OF_SAINT_MARTIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Collectivity of Saint Martin region.
- COLOMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Colombia region.
- COLOMBIAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Colombian Peso currency.
- COLON - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COLON, ":".
- 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.
- COLOR - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma of the bottom layer, while adopting the hue and chroma of the top layer.
- COLOR - org.pepstock.charba.client.enums.AnimationType
-
Uses a color to interpolate animation.
- COLOR - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a string or
IsColor
. - COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to color property to animate the element.
- COLOR_00 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_00" -
- COLOR_01 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_01" -
- COLOR_02 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_02" -
- COLOR_03 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_03" -
- COLOR_04 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_04" -
- COLOR_05 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_05" -
- COLOR_06 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_06" -
- COLOR_07 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_07" -
- COLOR_08 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_08" -
- COLOR_09 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_09" -
- COLOR_10 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_10" -
- COLOR_11 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_11" -
- COLOR_12 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_12" -
- COLOR_13 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_13" -
- COLOR_14 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_14" -
- COLOR_15 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_15" -
- COLOR_16 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_16" -
- COLOR_17 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_17" -
- COLOR_18 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_18" -
- COLOR_19 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_19" -
- COLOR_20 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_20" -
- COLOR_21 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_21" -
- COLOR_22 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_22" -
- COLOR_23 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_23" -
- COLOR_24 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_24" -
- COLOR_25 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_25" -
- COLOR_26 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_26" -
- COLOR_27 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_27" -
- COLOR_28 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_28" -
- COLOR_29 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_29" -
- COLOR_30 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_30" -
- COLOR_BLIND10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ColorBlind10" -
- COLOR_BURN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Divides the inverted bottom layer by the top layer, and then inverts the result.
- COLOR_DODGE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Divides the bottom layer by the inverted top layer.
- ColorAxis - Class in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - ColorAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ColorAxis
-
Builds the object storing the chart instance and axis type.
- 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 defined in HTML colors. - ColorCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
color
property at runtime. - ColorLogarithmicAxis - Class in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - ColorLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ColorLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- ColorMode - Enum in org.pepstock.charba.client.sankey.enums
-
Enumerates the color mode of the flow to draw on the chart.
- ColorModeCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface of SANKEY callback to set
colorMode
property at runtime, toSankeyDataset
. - Colors - Class in org.pepstock.charba.client.gradient
-
Is a map to apply the color stop of the gradient in relation with the data of the chart.
- COLORS - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for colors.
- COLORS_OF_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Colors Of Sky" -
- 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. - 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
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - ColorSchemesOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - 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. - ColorType - Enum in org.pepstock.charba.client.enums
- ColorUtil - Class in org.pepstock.charba.client.colors
-
Utility to check alpha value.
Internally is checking red, green, blue and alpha values and creates string representation of a color, to HEX, RGB, RGBA, HSL or HSLA strings. - Column - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different start or end position to sankey node.
- Column() - Constructor for class org.pepstock.charba.client.sankey.Column
-
Creates the object with an empty native object instance.
- COMBI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Combi" -
- COMMA - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COMMA, ",".
- COMMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- CommonElementOptions - Class in org.pepstock.charba.client.items
-
Maps the common options of the
ChartElement
s. - CommonElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.CommonElementOptions
-
Creates the item using a native java script object which contains all properties.
- COMORIAN_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Comorian Franc currency.
- COMOROS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Comoros region.
- COMPACT - org.pepstock.charba.client.intl.enums.Notation
-
To return the string representing exponent.
- CompactDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible display when the formatting, that should be displayed for the number, is compact.
Takes either "short" (default) or "long". - compare(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Compares the two specified key values.
- COMPARE_NOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Compare Now" -
- COMPASS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Compass" -
- COMPLETED - org.pepstock.charba.client.enums.AnimationEventType
-
Triggers when the animation is completed.
- CompletedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID
plugin that is called once zooming or panning is completed. - COMPOSITE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Composite6" -
- compute(IsChart, double, AbstractDatasetContext) - 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, AbstractDatasetContext, 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<DatasetReference>, Point) - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Applies own logic to returns the point where the tooltip must be showed.
- CONCOURSE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Concourse6" -
- Configuration - Class in org.pepstock.charba.client
-
This is the configuration object of a chart.
It contains always the type, options, plugins and data. - ConfigurationElement - Interface in org.pepstock.charba.client
-
Interface which allows an object to be called to set a native object in the chart configuration.
The chart configuration are items options, data and plugins. - ConfigurationEnvelop<T> - Class in org.pepstock.charba.client.configuration
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - ConfigurationLoader - Class in org.pepstock.charba.client.commons
-
Utility to load java script object in the 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 in the CHART.JS chart options usingcharbaId
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). - ConfigurationOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Builds the object storing the chart instance and defaults options.
- ConfigureHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before initializing configuration of 'chart'.
- CONGO_SWAHILI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Congo Swahili language.
- CONGOLESE_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Congolese Franc currency.
- CONIC_CONFORMAL - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicConformal.
- CONIC_EQUAL_AREA - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicEqualArea.
- CONIC_EQUIDISTANT - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicEquidistant.
- Console - Class in org.pepstock.charba.client.utils
-
Provides access to the browser's debugging console.
This object is the wrapper to console java script object. - CONSOLE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as console with name "console".
- Constants - Class in org.pepstock.charba.client.commons
-
Contains all constants where values can be used in different packages.
- ContentCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setcontent
property at runtime to forLineLabel
. - ContentType - Enum in org.pepstock.charba.client.annotation.enums
-
Enumerates the types of the content option of the label.
- CONTEXT_MENU - org.pepstock.charba.client.annotation.enums.Event
-
The right button of the mouse is clicked (before the context menu is displayed).
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.CursorType
-
A context menu is available.
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Shows the context menu.
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers when the right mouse button is pressed.
There are other ways to open a context menu, e.g. - Context2dItem - Class in org.pepstock.charba.client.dom.elements
-
DOM object which provides the 2D rendering context for the drawing surface of a canvas element.
It is used for drawing shapes, text, images, and other objects. - ContextType - Enum in org.pepstock.charba.client.enums
-
Enumerates the type of scriptable options context.
- CONTROL - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Control, Ctrl, or Ctl key.
- Controller - Interface in org.pepstock.charba.client
-
This interface enables the capability to create a custom chart.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.geo.BubbleMapChart
-
BubbleMap controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.geo.ChoroplethChart
-
Choropleth controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
-
METER controller type
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
-
METER controller type
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
-
Matrix controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
-
Sankey controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
-
TreeMap controller type.
- 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. - ControllerMapperFactory<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.controllers
-
Class to implement from controllers in order to extend the standard configuration of charts.
It takes the java script object of standard options passing it to a wrapper to manage additional properties. - ControllerMapperFactory(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.ControllerMapperFactory
-
Creates the controller by its type.
- ControllerProvider - Interface in org.pepstock.charba.client.controllers
-
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
- ControllerRegistrationHandler - Interface in org.pepstock.charba.client.controllers
-
This interface enables the capability to be before and after a controller will be registered.
- 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, Type, ControllerProvider) - 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, Type, ControllerProvider, boolean) - 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, Type, ControllerProvider, ControllerRegistrationHandler) - 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, Type, ControllerProvider, ControllerRegistrationHandler, boolean) - 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. - CONVERTIBLE_MARK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Convertible Mark currency.
- COOK_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cook Islands region.
- COOL - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cool.
- COOL_BLUES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Blues" -
- COOL_BROWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Brown" -
- COOL_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Sky" -
- Coordinates - Class in org.pepstock.charba.client.geo
-
Contains the latitude and longitude, calculated by
BaseGeoChart.projectionInvert(CoordinatesPoint)
andBaseGeoChart.projectionInvert(double, double)
. - CoordinatesPoint - Class in org.pepstock.charba.client.geo
-
Contains the coordinates X and Y on the canvas, calculated by
BaseGeoChart.projection(Coordinates)
andBaseGeoChart.projection(double, double)
. - COPPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Copper" -
- COPT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Coptic script.
- COPTIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for coptic calendar.
- COPY - org.pepstock.charba.client.dom.enums.CursorType
-
Something is to be copied.
- COPY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Only the new shape is shown.
- COPY - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Copy
key (on certain extended keyboards). - CORAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "coral" -
- CORDOBA_ORO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cordoba Oro currency.
- CORNFLOWER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cornflowerBlue" -
- CORNISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cornish language.
- CORNSILK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cornsilk" -
- CORSICAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Corsican language.
- COSMIC_FUSION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cosmic Fusion" -
- COSTA_RICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Costa Rica region.
- COSTA_RICAN_COLON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Costa Rican Colon currency.
- CountCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
count
property at runtime, forIsLinearTick
instances. - COUTURE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Couture6" -
- CPMN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cypro-Minoan script.
- CPRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cypriot syllabary script.
- CRAZY_ORANGE_I - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crazy Orange I" -
- create() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates a
DateAdapter
using a clone of this object as options for the date adapter instance. - create() - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a LINEAR gradient, with
topDown
orientation andchart
scope. - create() - Static method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns new tiles builder instance.
- create() - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by an empty native array.
- create() - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by an empty native object.
- create() - Method in class org.pepstock.charba.client.configuration.Font
-
Creates a font options instance using default or cloning current instance.
- create() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Creates an
InteractionItem
using the configuration defined in this interaction. - create() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Creates a
DateAdapter
using a clone of this object as options for the date adapter instance. - create() - Method in class org.pepstock.charba.client.controllers.ControllerMapperFactory
- create() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance.
- create() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- create() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Creates an
InteractionItem
using the configuration defined in this interaction. - create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Creates a number format options instance using default or cloning current instance.
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create() - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Creates and returns a safe html builder to consume.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance, using the global options as default.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Returns new builder instance, using the global options as default.
- create() - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, without any sample.
- create() - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset builder, without any sample.
- create() - Method in class org.pepstock.charba.client.options.Font
- create() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Creates a
DateAdapter
using a clone of this object as options for the date adapter instance. - create() - Static method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns new builder instance.
- create(A) - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by a native array.
- create(Class<T>) - Static method in class org.pepstock.charba.client.events.EventType
-
Creates a event type using the class name passed as argument.
- create(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns a key instance by its string value.
- create(String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context. - create(String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key instance by its string value.
- create(String) - Method in interface org.pepstock.charba.client.commons.KeyFactory
-
Creates a key instance by a string.
- create(String) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.enums.IsTooltipPosition
-
Returns a tooltip position instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.IsEvent
-
Returns a event instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Returns a animation update mode (transition) instance by its string value.
- create(String) - Static method in class org.pepstock.charba.client.plugins.NativeHook
- create(String...) - Static method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates the builder.
- create(String, String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context. - create(String, String) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns a animation collection instance by its string value.
- create(String, AnimationType) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Returns a animation property instance by its string value.
- create(String, ChartAxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by its string value and extended existing axis type.
It uses theScaleDataType
and defaultScaleId
of extended axis type. - create(String, ChartAxisType, ScaleId) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by its string value, extended existing axis type and default
ScaleId
.
It uses theScaleDataType
of extended axis type. - create(String, ChartAxisType, ScaleId, ScaleDataType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by all needed objects to create a axis type.
- create(String, AnimationPropertyKey...) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns a animation collection instance by its string value.
- create(List<Double>, List<Double>) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed data as samples.
- create(List<Double>, List<Double>) - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset builder, using the passed data as samples.
- create(List<String>) - Static method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates the builder.
- create(GradientType) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, with
chart
scope. - create(GradientType, GradientOrientation) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and an orientation, with
chart
scope. - create(GradientType, GradientOrientation, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, an orientation and a scope.
- create(GradientType, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and a scope.
- create(ArrayDouble) - Method in class org.pepstock.charba.client.data.FloatingDataFactory
- create(Key, String) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(NativeObject) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
- create(NativeObject) - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by a native object.
- create(NativeObject) - Method in class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint.BubbleMapDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint.ChoroplethDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint.MatrixDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint.SankeyDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyDataset.DataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint.TreeMapDataPointFactory
- create(NativeObject, IsDefaultDateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
-
Creates a date adapter options by a native object and a default values instance.
- create(NativeObject, IsDefaultDateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
Creates a date time format options by a native object and a default values instance.
- create(NativeObject, IsDefaultNumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
Creates a number format options by a native object and a default values instance.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.gradient.GradientOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Creates a plugin options by a native object which is containing the options values and its defaults.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory
- create(IsDefaultFont) - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create(IsDefaultFont) - Method in class org.pepstock.charba.client.options.Font
- create(IsDefaultNumberFormatOptions) - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Creates a number format options instance using default or cloning current instance.
- create(IsDefaultPadding) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image will be the defaultTilesFactoryDefaults.DEFAULT_SIZE
. - create(CanvasPatternItem, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square. - create(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
This is mainly used by tiles. - create(Img) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern.
The repetition used is repeat. - create(Img, Repetition) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern and repetition to apply to pattern.
- create(TouchInit) - Static method in class org.pepstock.charba.client.dom.events.Touch
-
Creates new touch object with initial configuration.
- create(Language) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates a builder by the
Language
passed as argument. - create(IsChart) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance using chart global options as default.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Returns new builder instance using chart global options as default.
- create(IsChart) - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsRegression) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed regression instance.
- create(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed regression descriptor instance to create new regression.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Creates an animation collection instance and stores in the animation options.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Creates an animation collection instance and stores in the animation options.
- create(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Creates an animation collection instance and stores in the animation options.
- create(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Creates an animation collection instance and stores in the animation options.
- create(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Creates an animation transition instance and stores in the animation options.
- create(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Creates an animation transition instance and stores in the animation options.
- create(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Creates an animation transition instance and stores in the animation options.
- create(IsToastType) - Static method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns new builder instance, setting the toast type.
- createActiveElementsByDataIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data indexes, for all visible data sets.
- createActiveElementsByDatasetIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data set indexes, for visible data sets.
- createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Creates a
CTimer
instance inside chart.
It can be created only once during the life cycle of the chart. - createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- createAndSetTimer(ChartTimerTask, int) - Method in interface org.pepstock.charba.client.IsChart
-
Creates a
CTimer
instance inside chart.
It can be created only once during the life cycle of the chart. - createCanvasElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <canvas> element.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset
-
Creates a data set context for callback.
- createCustomEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type.
- createCustomEvent(String, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type with initial configuration.
- createCustomEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type.
- createCustomEvent(IsEvent, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type with initial configuration.
- createDataPoint(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.items.DataItem
-
Returns a data point to be mapped for customization, like for out of the box controllers.
- createDivElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <div> element.
- createElement(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates the HTML element specified by tag name.
- createEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type.
- createEvent(String, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type.
- createEvent(IsEvent, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createGradient() - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a LINEAR gradient, with
topDown
orientation andchart
scope. - createGradient(GradientType) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, with
chart
scope. - createGradient(GradientType, GradientOrientation) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and an orientation, with
chart
scope. - createGradient(GradientType, GradientOrientation, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, an orientation and a scope.
- createGradient(GradientType, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and a scope.
- createGradient(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas gradient java script object using a Charba gradient and a chart instance which must provide a canvas instance and its context.
- createHeadingElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <h3> element.
- createHtmlLegendItem(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a point style picture in base64 PNG format using the legend item as source.
This is invoked ONLY fromHtmlLegend
plugin. - createId() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Creates a unique id for the annotation.
The format is:
- createImageData(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns an empty
ImageData
object representing the underlying pixel data for a specified portion of the canvas. - createImageElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element.
- createImageElement(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element with the full URL of the image.
- createKeyboardEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type.
- createKeyboardEvent(String, KeyboardEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type with initial configuration.
- createKeyboardEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type.
- createKeyboardEvent(IsEvent, KeyboardEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type with initial configuration.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLinearGradient(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a gradient along the line connecting two given coordinates.
- createLineBreakElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <br> element.
- createMouseEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type.
- createMouseEvent(String, MouseEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createMouseEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type.
- createMouseEvent(IsEvent, MouseEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createMutationObserverInit() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates new instance of observer initialization options.
- createOptions(ChartElement, NativeObject) - Method in interface org.pepstock.charba.client.items.ChartElementFactory
-
Creates a
ChartElementOptions
instance by a native object. - 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, 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, 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) - 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, 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, 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.
- createPattern(Canvas, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified canvas and repetition.
- createPattern(Img, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified image and repetition.
- createPattern(PointStyle) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style as argument and the other default values, background color, shape color and size.
- createPattern(PointStyle, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(PointStyle, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(IsChart, Pattern) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas pattern java script object using a Charba pattern and a chart instance which must provide a canvas instance and its context.
- createPointerEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type.
- createPointerEvent(String, PointerEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type with initial configuration.
- createPointerEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type.
- createPointerEvent(IsEvent, PointerEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type with initial configuration.
- createRadialGradient(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a radial gradient using the size and coordinates of two circles.
- createScriptElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <script> element.
- createSpanElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <span> element.
- createStyleElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <style> element.
- createTableCellElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <td> element.
- createTableElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <table> element.
- createTableRowElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <tr> element.
- createTextNode(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates a new text node which can be used to escape HTML characters.
- createTextNode(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a text node.
- 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, 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, 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.
- 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, 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.
- createTooltipLabelColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Create new
TooltipLabelColor
filling it with background and border color of dataset element. - createTooltipLabelPointStyle() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Create new
TooltipLabelPointStyle
filling it with point style and rotation of dataset element. - createTopoJson(String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates the
TopoJson
object definition from a topoJson text definition. - createTopoJson(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates the
TopoJson
object definition from a topoJson text definition. - createTouchEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type.
- createTouchEvent(String, TouchEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type with initial configuration.
- createTouchEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type.
- createTouchEvent(IsEvent, TouchEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type with initial configuration.
- createUniqueChartId() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates an unique id for CHARBA charts id.
- CRIMSON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "crimson" -
- CRIMSON_TIDE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crimson Tide" -
- CRITICAL - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the critical threshold.
- CROATIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Croatia region.
- CROATIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Croatian language.
- CROP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Crop6" -
- CROSS - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a cross on the tile.
- CROSS - org.pepstock.charba.client.enums.PointStyle
- CROSS_DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a cross and a dash on the tile.
- CROSS_ROT - org.pepstock.charba.client.enums.PointStyle
- CrossAlign - Enum in org.pepstock.charba.client.enums
-
The crossAlign setting configures how labels align with the tick mark in the perpendicular direction.
For instance vertical for a horizontal axis and horizontal for a vertical axis. - Crosshair - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is drawing horizontal and vertical crosshair on the chart.
- CROSSHAIR - org.pepstock.charba.client.dom.enums.CursorType
-
Cross cursor, often used to indicate selection in a bitmap.
- CrosshairFormatterCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback is the interface to defined customized representation of the labels in
Crosshair.ID
plugin. - CrosshairLabel - Class in org.pepstock.charba.client.impl.plugins
-
Crosshair.ID
plugin configuration element in order to have in the chart the label on the axes where the mouse is positioned. - CrosshairLabels - Class in org.pepstock.charba.client.impl.plugins
-
Utility provided to the user in order to set the same values to all labels, X and Y.
- CrosshairLabelsFont - Class in org.pepstock.charba.client.impl.plugins
-
Utility provided to the user in order to set the same values to all font labels, X and Y.
- CrosshairOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
Crosshair.ID
plugin.
It manages the drawing the horizontal and vertical crosshair on the chart. - CrosshairOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - CrosshairOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - CrosshairOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
Crosshair.ID
plugin options by a builder. - CrosshairOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
Crosshair.ID
plugin. - CRYSTAL_CLEAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crystal Clear" -
- CScheduler - Class in org.pepstock.charba.client.utils
-
This class provides asynchronous and delayed task scheduling, based setTimeout java script method.
- CSchedulerRegistration - Class in org.pepstock.charba.client.utils
-
Registration objects returned when a task has been scheduled, used to cancel the scheduling.
- CTimer - Class in org.pepstock.charba.client.utils
-
Simple utility to execute repeatedly calls a
Runnable
with a fixed time delay between each call. - CTimer(Runnable, int) - Constructor for class org.pepstock.charba.client.utils.CTimer
-
Creates the timer with a
Runnable
to be executed repeatedly and the time, in milliseconds (thousands of a second), the timer should delay in between executions of the task. - CTimer.Status - Enum in org.pepstock.charba.client.utils
-
Enumerates the possible status of the timer.
- CTRL - org.pepstock.charba.client.enums.ModifierKey
-
Used for entering keyboard shortcuts.
- CUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Cuba timezone.
- CUBA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cuba region.
- CUBAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cuban Peso currency.
- CUBEHELIX_DEFAULT - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cubehelixDefault.
- 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. - CURACAO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Curaçao region.
- CURIOSITY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Curiosity blue" -
- Currency - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- CURRENCY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The currency string, such as the symbols "$" and "€" or the name "Dollar", "Euro" depending on how currencyDisplay is specified.
- CURRENCY - org.pepstock.charba.client.intl.enums.Style
-
For currency formatting.
- CurrencyDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible values how to display the currency in currency formatting.
- CurrencySign - Enum in org.pepstock.charba.client.intl.enums
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting you can use "accounting".
The default value is "standard". - CURSOR_SELECT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Cursor Select key,
CrSel
. - CursorType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.
- CUSCO_QUECHUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cusco Quechua language.
- CustomTooltipPosition - Class in org.pepstock.charba.client.positioner
-
Custom tooltip position to use in the 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
- CUT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Cut
key (on certain extended keyboards). - CYAN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN" -
- CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cyan" -
- CYAN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "CYAN" -
- CYAN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_1" -
- CYAN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_2" -
- CYAN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_3" -
- CYAN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_4" -
- CYAN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_1" -
- CYAN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_2" -
- CYAN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_3" -
- CYAN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_4" -
- CYAN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_1" -
- CYAN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_2" -
- CYAN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_3" -
- CYAN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_4" -
- CYAN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_5" -
- CYPRUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cyprus region.
- CYRL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cyrillic script.
- CYRS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cyrillic (Old Church Slavonic variant) script.
- CZECH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Czech language.
- CZECH_KORUNA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Czech Koruna currency.
- CZECH_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Czech Republic region.
D
- DALASI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dalasi currency.
- DAMASK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Damask6" -
- DANCE_TO_FORGET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dance To Forget" -
- DANIA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dania" -
- DANISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Danish language.
- DANISH_KRONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Danish Krone currency.
- DARI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dari language.
- DARK - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Dark toast type - Toast content
- DARK_BLU_TWO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Blu Two" -
- DARK_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkBlue" -
- DARK_BLUE_GRADIENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Blue Gradient" -
- DARK_CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkCyan" -
- DARK_GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGoldenRod" -
- DARK_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGray" -
- DARK_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGreen" -
- DARK_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGrey" -
- DARK_KHAKI - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkKhaki" -
- DARK_KNIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Knight" -
- DARK_MAGENTA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkMagenta" -
- DARK_OCEAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Ocean" -
- DARK_OLIVE_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOliveGreen" -
- DARK_ORANGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOrange" -
- DARK_ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOrchid" -
- DARK_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkRed" -
- DARK_SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSalmon" -
- DARK_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSeaGreen" -
- DARK_SKIES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Skies" -
- DARK_SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateBlue" -
- DARK_SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateGray" -
- DARK_SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateGrey" -
- DARK_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkTurquoise" -
- DARK_VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkViolet" -
- DARK2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_3" -
- DARK2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_4" -
- DARK2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_5" -
- DARK2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_6" -
- DARK2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_7" -
- DARK2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_8" -
- DARKEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Retains the darkest pixels of both layers.
- darker() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new
Color
that is a darker version of thisColor
.
This method applies an arbitrary scale factor to each of the three RGB components of thisColor
to create a darker version of thisColor
.
Althoughbrighter
anddarker
are inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors. - darker(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new
Color
that is a darker version of thisColor
.
This method applies an arbitrary scale factor to each of the three RGB components of thisColor
to create a darker version of thisColor
.
Althoughbrighter
anddarker
are inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors. - DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dash on the tile.
- DASH - org.pepstock.charba.client.enums.PointStyle
- DASHED - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a series of short square-ended dashes or line segments.
The exact size and length of the segments are not defined by the specification and are implementation-specific. - Data - Class in org.pepstock.charba.client.data
-
CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets. - Data(ChartEnvelop<IsChart>) - Constructor for class org.pepstock.charba.client.data.Data
-
Creates the object with an empty native object.
- DATA - org.pepstock.charba.client.data.Dataset.CommonProperty
- DATA - org.pepstock.charba.client.enums.Bounds
-
Make sure data are fully visible, labels outside are removed.
- DATA - org.pepstock.charba.client.enums.ContextType
-
Data of dataset context type.
- DATA - org.pepstock.charba.client.enums.TickSource
-
Generates ticks from data (including labels from data
{t|x|y}
objects). - DATA - org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Apply the scheme colors at data lavel (1 color for each data inside a dataset dataset).
- DataEnvelop<T> - Class in org.pepstock.charba.client.data
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - DataItem - Class in org.pepstock.charba.client.items
-
This object is wrapping the value of data set which can be used in the plugins (extensions) callbacks.
The value could be a double, string or aFloatingData
if the data set is a BAR data set and uses floating bars data. - DataItem(Object) - Constructor for class org.pepstock.charba.client.items.DataItem
-
Creates the object with object which represents the value.
- DataLabelId - Interface in org.pepstock.charba.client.datalabels
-
Represents the label id of a label configuration object in the
DataLabelsPlugin.ID
plugin. - DATALABELS - org.pepstock.charba.client.enums.ContextType
-
DataLabels plugin context type.
- DATALABELS_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS DATALABELS plugin.
- DataLabelsContext - Class in org.pepstock.charba.client.datalabels
-
The option context is used to give contextual information when resolving options for
DataLabelsPlugin
. - DataLabelsEnvelop<T> - Class in org.pepstock.charba.client.datalabels
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - 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.
TheDataLabelsPlugin.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. - DataLabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Creates new
DataLabelsPlugin.ID
plugin options, relating to chart instance for default. - 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.
TheDataLabelsPlugin.ID
plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. - DataLabelsPointerHandler - Class in org.pepstock.charba.client.impl.callbacks
-
DataLabelsPlugin 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(CursorType) - 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 event callbacks to invoke data set 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
CursorType.POINTER
as pointer. - DataLabelsSelectionHandler(CursorType) - 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.
- DataPoint(double, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values (for bubble).
- DataPoint(double, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(String, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(String, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(Date, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(Date, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with a native object passed as argument by and
BaseEnvelop
.
This is called by theDataItem
. - DataPointCenter - Class in org.pepstock.charba.client.geo
-
This class enables the capability to specify the coordinates where the tooltip should appear.
- DataPointCenter() - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center.
- DataPointCenter(double, double) - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center with latitude and longitude.
- DataPointCenter(Coordinates) - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center with
Coordinates
. - DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Factory to create
MatrixDataPoint
s. - DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Factory to create
SankeyDataPoint
s. - DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Factory to create
TreeMapDataPoint
s. - DataPointType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data in
DataPoint
. - Dataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
- Dataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.Dataset
-
Creates the data set using a default and chart type related to the data set, adding patterns and gradients element.
- DATASET - org.pepstock.charba.client.enums.ContextType
-
Dataset of chart context type.
- DATASET - org.pepstock.charba.client.enums.InteractionMode
-
Finds items in the same dataset.
- DATASET - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to a dataset.
- DATASET - org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Apply the scheme colors at dataset level (1 color for 1 dataset).
- Dataset.CanvasObjectProperty - Enum in org.pepstock.charba.client.data
-
Name of common properties of native object related to a dataset.
- Dataset.CommonProperty - Enum in org.pepstock.charba.client.data
-
Name of common properties of native object related to a dataset.
- 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 canvas gradient or pattern must be created. - DatasetContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options.
- DatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.DatasetContext
-
Creates the object with native object instance to be wrapped.
- 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.
Created and passed by CHART.JS and provide dataset information. - DatasetItem(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetItem
-
Creates the item using an envelop with the native java script object which contains all properties.
- DatasetItemController - Class in org.pepstock.charba.client.items
-
This item provides all information about the dataset controller which 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. - DatasetPoint - Class in org.pepstock.charba.client.items
-
It wraps the parsed data values for the given item point.
- DatasetPoint(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetPoint
-
Creates the object with a native object passed as argument.
- DatasetRangeCleanSelectionEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user cleans an area on the chart, by
DatasetsItemsSelector.ID
plugin. - DatasetRangeCleanSelectionEvent(NativeCustomEvent) - Constructor for class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
-
Creates the event with native event.
- DatasetRangeCleanSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart area cleaning, by
DatasetsItemsSelector.ID
plugin. - DatasetRangeSelectionEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user selects an area on the chart, by
DatasetsItemsSelector.ID
plugin. - DatasetRangeSelectionEvent(NativeCustomEvent, ScaleValueItem, ScaleValueItem) - Constructor for class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Creates the event with start and end values of selected scale
- DatasetRangeSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart area selecting, by
DatasetsItemsSelector.ID
plugin. - DatasetReference - 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 data set, providing the right indexes to get the data set. - DatasetReference(AbstractDatasetContext, ChartElement) - Constructor for class org.pepstock.charba.client.items.DatasetReference
-
Creates the item reference using a a scriptale context and a data element
- DatasetReference(IsChart, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetReference
-
Creates the item using a chart instance and a native java script object which contains all properties.
- datasetReferenceFactory - Variable in class org.pepstock.charba.client.AbstractChart
- Datasets - Class in org.pepstock.charba.client.configuration
-
It contains the options to apply to all data sets of the chart.
- Datasets - Class in org.pepstock.charba.client.options
-
Contains the options for the datasets.
- 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(NativeBaseEvent, IsChart, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Creates the event with dataset reference item related to the click and the chart instance
- DatasetSelectionEvent(NativeBaseEvent, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Creates the event with dataset reference item related to the click
- DatasetSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart dataset selecting.
- DatasetSeletionEventType - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumerates the selection event type of the
DatasetsItemsSelector
plugin. - DatasetsItemsSelector - Class in org.pepstock.charba.client.impl.plugins
-
Enables the datasets items selection directly in the canvas.
It works only for line and bar chart instances and if ZoomPlugin is disable.
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. - 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 the border dash offset flag to fire event on update "clear" options - DatasetsItemsSelectorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - DatasetsItemsSelectorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - 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. - DataType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data set in the dataset.
- DATE - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a
Date
. - DATE - org.pepstock.charba.client.enums.ScaleDataType
- DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
- DATE_TIME_ADAPTER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS date time adapter.
- DATE_TIME_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS date time library.
- DateAdapter - Class in org.pepstock.charba.client.adapters
-
Maps a date adapter provided by CHART.JS to manage time series.
It provides a set of methods to manage, parse and format dates and times. - DateAdapter() - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
-
Creates a date adapter without any options.
- DateAdapter(DateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
-
Creates a date adapter using the options passed as argument.
- DateAdapterFormats - Class in org.pepstock.charba.client.adapters
-
Contains all date time formats that a date adapter can manage.
- DateAdapterFormats() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Creates the object with an empty native object instance.
- DateAdapterFormats(NativeObject) - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Creates the object with the native object to map java script properties.
- DateAdapterInjectionComplete - Class in org.pepstock.charba.client.resources
-
Utility object in order to notify a date adapter module that has been inject.
This object can not be instantiated out of this package to avoid that anyone will change the module status without a real injection. - DateAdapterModule - Class in org.pepstock.charba.client.adapters
-
Every date adapter needs to have a module with some attributes of date adapter itself.
It provides a single point of glass on date adapter. - DateAdapterOptions - Class in org.pepstock.charba.client.adapters
-
Simple class to map LUXON options to provide to date time adapter.
- DateAdapterOptions() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates the object with an empty native object instance.
- DateAdapterOptions.DateAdaptersOptionsFactory - Class in org.pepstock.charba.client.adapters
-
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. - DATETIME_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
- DateTimeFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language-sensitive date and time formatting.
See MDN for more details. - DateTimeFormat() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enable language sensitive date time formatting, using the default locale.
- DateTimeFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enable language sensitive date time formatting, using the locale options.
- DateTimeFormat(CLocale, DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enables language sensitive date time formatting, using the locale options and specific options.
- DateTimeFormatOptions - Class in org.pepstock.charba.client.intl
-
The object configures a date time formatter.
See MDN for more details. - DateTimeFormatOptions() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Creates new number format options object.
- DateTimeFormatOptions.DateTimeFormatOptionsFactory - Class in org.pepstock.charba.client.intl
-
Creates a date time format options by a native object and a default values instance.
- DateTimeStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible display when the formatting, that should be displayed for the date and/or the time.
The date formatting style to use when callingAbstractFormat.format(java.lang.Object)
. - DAWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dawn" -
- DAY - org.pepstock.charba.client.enums.TimeUnit
-
Day time unit
- DAY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the day, for example "17".
- DAY - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for day.
- DAY_PERIOD - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the day period, for example, "AM", "PM", "in the morning", or "noon".
- DAY_TRIPPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Day Tripper" -
- DECENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Decent" -
- DECIMAL - org.pepstock.charba.client.intl.enums.FormatPartType
-
The decimal separator string (".").
- DECIMAL - org.pepstock.charba.client.intl.enums.Style
-
For plain number formatting.
- Decimation - Class in org.pepstock.charba.client.configuration
-
The configuration for
DefaultPluginId.DECIMATION
plugin. - Decimation - Class in org.pepstock.charba.client.options
-
The decimation plugin can be used with line charts to automatically decimate data at the start of the chart life cycle.
To use the decimation plugin, the following requirements must be met:
the data set must have anIndexAxis.X
the data set must be aLineDataset
the X axis for the data set must be either aCartesianLinearAxis
orCartesianTimeAxis
orCartesianTimeSeriesAxis
- DECIMATION - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to be used with line charts to automatically decimate data at the start of the chart lifecycle.
- DecimationAlgorithm - Enum in org.pepstock.charba.client.enums
-
Enumerates the possible algorithm that
DefaultPluginId.DECIMATION
plugin can use for its work. - DEEP_ORANGE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE" -
- DEEP_ORANGE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_1" -
- DEEP_ORANGE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_2" -
- DEEP_ORANGE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_3" -
- DEEP_ORANGE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_4" -
- DEEP_ORANGE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_1" -
- DEEP_ORANGE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_2" -
- DEEP_ORANGE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_3" -
- DEEP_ORANGE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_4" -
- DEEP_ORANGE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_1" -
- DEEP_ORANGE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_2" -
- DEEP_ORANGE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_3" -
- DEEP_ORANGE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_4" -
- DEEP_ORANGE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_5" -
- DEEP_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "deepPink" -
- DEEP_PURPLE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE" -
- DEEP_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Purple" -
- DEEP_PURPLE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_1" -
- DEEP_PURPLE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_2" -
- DEEP_PURPLE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_3" -
- DEEP_PURPLE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_4" -
- DEEP_PURPLE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_1" -
- DEEP_PURPLE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_2" -
- DEEP_PURPLE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_3" -
- DEEP_PURPLE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_4" -
- DEEP_PURPLE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_1" -
- DEEP_PURPLE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_2" -
- DEEP_PURPLE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_3" -
- DEEP_PURPLE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_4" -
- DEEP_PURPLE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_5" -
- DEEP_SEA_SPACE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Sea Space" -
- DEEP_SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "deepSkyBlue" -
- DEEP_SPACE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Space" -
- DEFAULT - org.pepstock.charba.client.dom.enums.CursorType
-
The platform-dependent default cursor.
- DEFAULT - org.pepstock.charba.client.enums.CubicInterpolationMode
-
The 'default' algorithm uses a custom weighted cubic interpolation, which produces pleasant curves for all types of datasets.
Default. - DEFAULT - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation to the default.
- DEFAULT - org.pepstock.charba.client.labels.enums.Position
-
In labels plugin is named 'default', inside the chart.
- DEFAULT - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Default toast type -
- DEFAULT - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Default toast type - Toast content
- DEFAULT_ADJUST_SCALE_RANGE - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation adjust scale range, true.
- 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.SelectionCleaner
-
Default selection cleaner 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_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
-
Default animation mode element.
- DEFAULT_ARC - Static variable in class org.pepstock.charba.client.labels.Label
-
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,
DefaultScaleId.X
. - 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.annotation.LabelAnnotation
-
Default label annotation background color,
HtmlColor.TRANSPARENT
. - DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color, rgba(0, 0, 0, 0.8).
- 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 - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default background color for label, rgb(110, 112, 121).
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default background color, "rgba(225,225,225,0.3)".
- DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation background color as string,
HtmlColor.TRANSPARENT
. - DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color as string, rgba(0, 0, 0, 0.8).
- 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_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default background color for label, as string, rgb(110, 112, 121).
- DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border cap style,
CapStyle.BUTT
. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border cap style,
CapStyle.BUTT
. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border cap style,
CapStyle.BUTT
. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border cap style,
CapStyle.BUTT
. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default box annotation border cap style,
CapStyle.BUTT
. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color, black.
- 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.CrosshairLabel
-
Default border color for label,
HtmlColor.TRANSPARENT
. - 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_COLOR - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element border color,
HtmlColor.BLACK
. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default border color, "rgb(225,225,225)".
- DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color as string, black.
- DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border color for label, as string,
HtmlColor.TRANSPARENT
. - DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border dash offset, 0.
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border dash offset, 0.
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default border dash offset of selection area, 0.0.
- DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border join style,
JoinStyle.MITER
. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border join style,
JoinStyle.MITER
. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border join style,
JoinStyle.MITER
. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border join style,
JoinStyle.MITER
. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default box annotation border join style,
JoinStyle.MITER
. - DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border radius, 0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border radius, 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border radius, 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default border radius of labels, 0.0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border radius for crosshair label, value is 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default border radius, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Default ellipse annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
Default line annotation border width, 2.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Default point annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation border width, 1.
- 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.CrosshairLabel
-
Default border width for crosshair label, value is 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default border width of selection area, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default border width, 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.annotation.BoxLabel
-
Default box label text color,
HtmlColor.WHITE
. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label text color,
HtmlColor.WHITE
. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label text color,
HtmlColor.WHITE
. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default font color for label,
HtmlColor.WHITE
. - 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_COLOR - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element color,
HtmlColor.BLACK
. - DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default font color for label, as string,
HtmlColor.WHITE
. - DEFAULT_COLOR_FROM - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default starting color,
HtmlColor.RED
. - DEFAULT_COLOR_TO - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default ending color,
HtmlColor.GREEN
. - DEFAULT_CURSOR - Static variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Default pointer cursor to use if omitted,
CursorType.POINTER
. - DEFAULT_DEGREE - Static variable in class org.pepstock.charba.client.ml.PolynomialRegression
-
Default degree, 2.
- DEFAULT_DEGREE - Static variable in class org.pepstock.charba.client.ml.RobustPolynomialRegression
-
Default degree, 2.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation display, true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default arrow heads display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label display, false.
- 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.CrosshairLabel
-
Default flag if crosshair label must be showed in the chart, value is true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Default display if legend must be showed.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default flag if selection cleaner must be showed in the chart, value is false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Captions
-
Default captions display, true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Labels
-
Default labels display, false.
- DEFAULT_DRAW_TIME - Static variable in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Default draw time,
DrawTime.AFTER_DATASETS_DRAW
. - DEFAULT_EMPTY_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default empty color, rgb(234, 234, 234).
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default enabled options, true.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default enabled options, true.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pan
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pinch
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Wheel
-
Default enabled, false.
- DEFAULT_ENCODER_OPTIONS - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
- DEFAULT_FILL - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default fill options in order to fill the arrows, false.
- DEFAULT_FONT_WEIGHT - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label font weight,
Weight.BOLD
. - DEFAULT_FONT_WEIGHT - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label font weight,
Weight.BOLD
. - DEFAULT_HEIGHT - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default height, in pixels, 20.0.
- DEFAULT_HIDDEN - Static variable in class org.pepstock.charba.client.data.Dataset
- DEFAULT_INDICATOR_WIDTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default indicator width options, 10.
- DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default label for selection cleaner element, value is "Reset selection".
- DEFAULT_LENGTH - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default amount of pixels to define the length of the arrow heads, 12.
- DEFAULT_LENGTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default length options, 100.
- 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,
CapStyle.ROUND
. - DEFAULT_LINE_CAP_STYLE - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider capstyle,
CapStyle.BUTT
- DEFAULT_LINE_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line color,
HtmlColor.LIGHT_GRAY
. - DEFAULT_LINE_COLOR - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider color,
HtmlColor.BLACK
- DEFAULT_LINE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line color as string,
HtmlColor.LIGHT_GRAY
. - DEFAULT_LINE_DASH - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line dash, [2, 2].
- DEFAULT_LINE_DASH_OFFSET - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line dash offset, 0.0.
- DEFAULT_LINE_DASH_OFFSET - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider dash offset, 0.0.
- 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,
JoinStyle.ROUND
. - DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line width, 1.
- DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider width, 0.
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default amount of pixels between the label and the callout separator, 5.
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default margin options, 8.
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default margin from canvas for selection cleaner element, value is 2.
- DEFAULT_MAXIMUM_LEGEND_COLUMNS - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Default maximum legends columns to show.
- DEFAULT_MAXIMUM_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default maximum range options, 20.
- DEFAULT_MAXIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default maximum value is 100.0.
- DEFAULT_MINIMUM_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default minimum range options, 2.
- DEFAULT_MISSING_COLOR - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Default missing color options,
HtmlColor.TRANSPARENT
. - DEFAULT_MISSING_RADIUS - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default missing radius options, 1.0.
- DEFAULT_MODE - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default interaction axis mode,
InteractionAxis.XY
. - DEFAULT_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Default mode directions,
XY
. - DEFAULT_NODE_WIDTH - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element width, 10.
- DEFAULT_NORMALIZED - Static variable in class org.pepstock.charba.client.data.Dataset
- 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.
- 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.Label
-
Default padding when position is
Position.OUTSIDE
, 2. - DEFAULT_OVER_SCALE_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Default mode directions, when over the scale,
XY
. - DEFAULT_OVERLAP - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable drawing label even it's overlap, true.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label padding, 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label padding, 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label padding, 6.
- 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.CrosshairLabel
-
Default padding for crosshair label, value is 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default padding for selection cleaner element, value is 4.
- DEFAULT_PARSING - Static variable in class org.pepstock.charba.client.data.Dataset
- DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label position,
LabelPosition.CENTER
. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default selection cleaner box position,
Position.BOTTOM
. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.labels.Label
-
Default position to draw label,
Position.DEFAULT
. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.treemap.Labels
-
Default labels position,
Position.MIDDLE
. - DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Default precision, 1.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Default precision, 2.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Default precision 2 to apply rendering the value or percentage.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.labels.Label
-
Default the precision for percentage, 0.
- DEFAULT_QUANTIZE - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Default quantize options, 0.
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Default point annotation radius, 10.0.
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation radius, 10.0.
- DEFAULT_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
- DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default selection cleaner rendering,
Render.IMAGE_LABEL
. - DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.labels.Label
-
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.annotation.AbstractAnnotation
-
Default annotation rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default clockwise rotation angle (in degrees) of the label, 0.0.
- DEFAULT_RTL - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default right-to-left, false.
- 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.Label
-
Default text shadow intensity, 6.
- DEFAULT_SHADOW_COLOR - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow color, "rgba(0,0,0,0.3)".
- DEFAULT_SHADOW_OFFSET_X - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow X offset, 3.
- DEFAULT_SHADOW_OFFSET_Y - Static variable in class org.pepstock.charba.client.labels.Label
-
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.Label
-
Default to enable showing the real calculated percentages from the values, false.
- DEFAULT_SHOW_ZERO - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable whether or not labels of value 0 are displayed, false.
- DEFAULT_SIDE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default width of the starter line of callout pointer, 5.
- DEFAULT_SIDES - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation sides, 3.
- 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.SelectionCleaner
-
Default spacing between label and image for selection cleaner element, value is 3.
- DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default spacing, 0.5.
- DEFAULT_SPEED - Static variable in class org.pepstock.charba.client.zoom.Wheel
-
Default speed, 0.1.
- DEFAULT_START - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default the separator dimension in pixels to use as starting point for callout pointer,
Undefined.INTEGER
. - DEFAULT_START_AS_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default the percentage of the separator dimension to use as starting point for callout pointer, 0.5.
- DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default text align for labels,
TextAlign.START
. - DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default text align for labels,
TextAlign.CENTER
. - DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default text align for labels,
TextAlign.CENTER
. - 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.Label
-
Default the margin of text when position is
Position.OUTSIDE
orPosition.BORDER
, 2. - DEFAULT_TEXT_SHADOW - Static variable in class org.pepstock.charba.client.labels.Label
-
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_COLOR - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke color,
HtmlColor.TRANSPARENT
. - DEFAULT_TEXT_STROKE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke color as string,
HtmlColor.TRANSPARENT
. - DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke width, 0.
- DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default text stroke width, 0.
- DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default threshold, 0.0.
- DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.zoom.Pan
-
Default threshold, 10.0.
- DEFAULT_USE_SELECTION_STYLE - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default flag if selection cleaner 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,
DefaultThreshold.NORMAL
. - DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default amount of pixels to define the width of the arrow heads, 6.
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default width options, 50.
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default width, in pixels, 20.0.
- DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label X adjust, 0.0.
- DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label X adjust, 0.0.
- DEFAULT_X_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for X scale defined in the chart defaults for
ChartType.BAR
andChartType.LINE
. - DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.BoxLabel
-
Default box label Y adjust, 0.0.
- DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label Y adjust, 0.0.
- DEFAULT_Y_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for Y scale defined in the chart defaults for
ChartType.BAR
andChartType.LINE
. - DEFAULT_Z - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation Z, 0.
- DefaultAdapters - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ADPATERS element.
- DefaultAngleLines - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANGLELINES element.
- DefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for animation collection.
- DefaultAnimationCollection(AnimationCollectionKey) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
-
Creates a default animation collection wrapping the
AnimationCollectionKey
. - DefaultAnimationCollectionKey - Enum in org.pepstock.charba.client.enums
-
Cores animation collections names provided out of the box by CHART.JS.
- DefaultAnimationPropertyKey - Enum in org.pepstock.charba.client.enums
-
Cores animation properties, to use to animate, provided out of the box by CHART.JS.
- DefaultAnimations - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for animation collection.
- DefaultArc - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ARC element.
- DefaultBar - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for BAR element.
- DefaultBaseFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for locale matcher options for internationalization.
- DefaultChartAdapters - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for adapters option element, based on chart type.
- 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.
- DefaultChartAnimation(IsDefaultAnimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
Creates the object by animation option element instance.
- DefaultChartAnimationCollection - Class in org.pepstock.charba.client.defaults.chart
-
CHART.JS default values for animation collection.
- DefaultChartAnimations - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for animations option element, based on chart type.
- DefaultChartAnimations(IsDefaultAnimations) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
-
Creates the object by animations option element instance.
- DefaultChartAnimationTransition - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for property animation option element.
- DefaultChartArc - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for arc option element, based on chart type.
- DefaultChartBar - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for bar option element, based on chart type.
- DefaultChartDatasets - Class in org.pepstock.charba.client.defaults.chart
-
CHART.JS default values for DATASETS element.
- DefaultChartDatasets(IsDefaultDatasets) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
-
Creates the object by datasets option element instance.
- DefaultChartDateAdapterOptions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for date adapters option element, based on chart type.
- DefaultChartDecimation - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for decimation plugin option element, based on chart type.
- DefaultChartDecimation(IsDefaultDecimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
-
Creates the object by decimation plugin option element instance.
- DefaultChartElements - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for elements option element, based on chart type.
- DefaultChartElements(IsDefaultElements) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartElements
-
Creates the object by elements option element instance.
- DefaultChartFiller - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for filler plugin option element, based on chart type.
- DefaultChartFiller(IsDefaultFiller) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
-
Creates the object by filler plugin option element instance.
- DefaultChartFont - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for font option element, based on chart type.
- DefaultChartFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
Creates the object by font option element instance.
- DefaultChartGrid - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for grid option element, based on chart type.
- DefaultChartHover - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for hover option element, based on chart type.
- DefaultChartHover(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
Creates the object by hover option element instance.
- DefaultChartInteraction - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for interaction option element, based on chart type.
- DefaultChartInteraction(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
Creates the object by interaction option element instance.
- DefaultChartLayout - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for layout option element, based on chart type.
- DefaultChartLayout(IsDefaultLayout) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
-
Creates the object by layout option element instance.
- DefaultChartLegend - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend option element, based on chart type.
- DefaultChartLegend(IsDefaultLegend) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
Creates the object by legend option element instance.
- DefaultChartLegendLabels - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend labels option element, based on chart type.
- DefaultChartLegendTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend title 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(ChartEnvelop<ExtendedOptions>) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
Creates the default by an extended options instance, which represents the whole options of a chart.
- DefaultChartOptions(ChartOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
Creates the default by a chart options instance, which represents the global options of a chart.
- DefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for padding option element, based on chart type.
- DefaultChartPlugins - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for plugins options, based on chart type.
- DefaultChartPlugins(IsDefaultPlugins) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
-
Creates the object by plugins option element instance.
- 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.
- 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.
- 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.
- DefaultChartScaleTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for scale title option element, based on chart type.
- DefaultChartSubtitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for subtitle option element, based on chart type.
- DefaultChartSubtitle(IsDefaultSubtitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartSubtitle
-
Creates the object by subtitle 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.
- DefaultChartTitle(IsDefaultTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
Creates the object by title option element instance.
- DefaultChartTooltips - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for tooltips option element, based on chart type.
- DefaultChartTooltips(IsDefaultTooltips) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
Creates the object by tooltip option element instance.
- DefaultChartTransitions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for transitions option element, based on chart type.
- DefaultChartTransitions(IsDefaultTransitions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
-
Creates the object by transitions option element instance.
- DefaultChartTypedDatasets - Class in org.pepstock.charba.client.defaults.chart
-
Default values for DATASETS element for a specific
Type
. - DefaultChartTypedDatasets(IsDefaultTypedDataset) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
Creates the object by typed data set option element instance.
- DefaultDatasets - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATASETS element.
- DefaultDateAdapterOptions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATE ADPATER options element.
- DefaultDateTimeFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for number format options for internationalization.
- DefaultDecimation - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DECIMATION plugin element.
- DefaultElements - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ELEMENTS element.
- DefaultElements(IsDefaultArc, IsDefaultLine, IsDefaultPoint, IsDefaultBar) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
-
Creates the object using the inner elements are arguments.
- DefaultEvents - Class in org.pepstock.charba.client.enums
-
The events option defines the default browser events that the chart, legend, tooltip or plugins should listen to.
- DefaultFiller - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for FILLER plugin element.
- DefaultGlobalOptions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for options element, using the defualt global options.
THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS. - DefaultGlobalOptions(GlobalOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
-
Creates the object by global options and defaults scaled options
- DefaultGrid - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for GRID element.
- DefaultHover - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for HOVER element.
- DefaultInteraction - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for INTERACTION element.
- DefaultLayout - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LAYOUT element.
- DefaultLegend - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGEND element.
- DefaultLegendLabels - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGENDLABELS element.
- DefaultLegendTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGENDTITLE element.
- DefaultLine - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LINE element.
- DefaultMajor - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for MAJOR tick element.
- DefaultNumberFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for number format options for internationalization.
- DefaultNumberFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- DefaultOptions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for OPTIONS element.
- DefaultPadding - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for PADDING element.
- DefaultPadding(int) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
Creates the object with default padding.
- DefaultPluginId - Enum in org.pepstock.charba.client.enums
-
Contains the GLOBAL plugin IDs of the default CHART.JS plugins, provided out of the box.
- DefaultPlugins - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGEND element.
- DefaultPoint - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for POINT element.
- DefaultPointLabels - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for POINTLABELS element.
- DefaultProgressBarType - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the list of progress bar type for toasting.
- DefaultRoutedFont - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for font items, defined inside to children element of defaults (i.e.
- DefaultRoutedFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
To avoid any instantiation
- 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.
- 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.
- DefaultScaleId - Enum in org.pepstock.charba.client.enums
-
Enumerates the default scale id.
- DefaultScales - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for scale/axis element.
- DefaultScaleTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TITLE element of a scale.
- DefaultSubtitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for SUBTITLE element.
- DefaultThreshold - Enum in org.pepstock.charba.client.impl.charts
-
Default gauge thresholds.
- DefaultTicks - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TICKS element.
- DefaultTime - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TIME element.
- DefaultTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TITLE element.
- DefaultToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Provides the defaults of the toast options.
- DefaultToastType - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the list of default notification type for toasting.
- DefaultTooltips - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TOOLTIPS element.
- DefaultTransitionKey - Enum in org.pepstock.charba.client.enums
-
Cores animation update modes (transition) provided out of the box by CHART.JS.
- DefaultTransitions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultTypedDataset - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATASETS element.
- DeferredCharba - Class in org.pepstock.charba.client
-
Entry point to initialize and inject all Charba modules, leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting. - DeferredResources - Class in org.pepstock.charba.client.resources
-
Client bundle to reference LUXON as date time library (asynchronous mode).
It has been invoked in order to have a resource client bundle, needed to CHARBA, where CHART.JS and date library must be load in deferred mode. - DEGREE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for degree.
- DelayCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
delay
property ofAnimation
at runtime. - DELETE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Delete key,
Del
. - DELICATE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Delicate" -
- DEMOCRATIC_REPUBLIC_OF_THE_CONGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Democratic Republic of the Congo region.
- DENAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Denar currency.
- DENMARK - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Denmark region.
- DEPTH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Depth6" -
- DescriptionLabel - Class in org.pepstock.charba.client.impl.charts
-
Meter element class to define the description to render in the meter chart under the
ValueLabel
. - DESTINATION_ATOP - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing canvas is only kept where it overlaps the new shape.
The new shape is drawn behind the canvas content. - DESTINATION_IN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing canvas content is kept where both the new shape and existing canvas content overlap.
Everything else is made transparent. - DESTINATION_OUT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing content is kept where it doesn't overlap the new shape.
- DESTINATION_OVER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
New shapes are drawn behind the existing canvas content.
- destroy() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to destroy any chart instances that are created.
This will clean up any references stored to the chart object within Chart.js, along with any associated event listeners attached by Chart.js. - destroy() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- destroy() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to destroy any chart instances that are created.
- DEVA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for deva numbering system.
- DEVA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Devanagari (Nagari) script.
- DHIVEHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dhivehi language.
- DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diagonal (from left to right) on the tile.
- DIAK - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for diak numbering system.
- DIAK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Dives Akuru script.
- DIAMOND - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diamond on the tile.
- DIAMOND_BOX - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diamond and a box on the tile.
- diff(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of unit between the given timestamps.
- diff(Date, Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of unit between the given dates.
- DIFFERENCE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Subtracts the bottom layer from the top layer or the other way round to always get a positive value.
- DIGITAL_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Digital Water" -
- DIM_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dimGray" -
- DIM_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dimGrey" -
- DIMIGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "DIMIGO" -
- dir(Object) - Static method in class org.pepstock.charba.client.utils.Console
-
Displays an interactive list of the properties of the specified JavaScript object.
The output is presented as a hierarchical listing with disclosure triangles that let you see the contents of child objects.
In other words, it is the way to see all the properties of a specified JavaScript object in console by which the developer can easily get the properties of the object. - DIRTY_FOG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dirty Fog" -
- dirxml(Object) - Static method in class org.pepstock.charba.client.utils.Console
-
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
If it is not possible to display as an element the JavaScript Object view is shown instead.
The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes. - DISC - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a disc on the tile.
- DISCARD - org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Discards new messages when the maximum amount of open items is reached.
- DISCARDED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast has been discarded because the maximum amount of open items is reached.
- DISCO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Disco" -
- disconnect() - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Stops the mutation observer instance from receiving further notifications until and unless
MutationObserver.observe(BaseNode)
is called again. - dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AddHandlerEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartResizeEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.Event
-
Implemented by subclasses to dispatch event on the handler.
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleLeaveEvent
- dispatchEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Dispatches an
NativeBaseEvent
at the specifiedBaseEventTarget
, (synchronously) invoking the affected event listeners in the appropriate order. - dispatchEvent(HasNativeEvent) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Dispatches an
AbstractEvent
at the specifiedBaseEventTarget
, (synchronously) invoking the affected event listeners in the appropriate order. - Display - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.
- 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<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
display
property where it can be set byDisplay
or a boolean. - DisplayFormats - Class in org.pepstock.charba.client.configuration
-
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- DisplayFormats - Class in org.pepstock.charba.client.options
-
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- Div - Class in org.pepstock.charba.client.dom.elements
-
Provides a <div> DOM HTML element.
- DIVIDEND6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Dividend6" -
- Dividers - Class in org.pepstock.charba.client.treemap
-
The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
- DJIBOUTI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Djibouti region.
- DJIBOUTI_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Djibouti Franc currency.
- DOBRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dobra currency.
- DOCUMENT_FRAGMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DOCUMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DOCUMENT_TYPE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DODGER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dodgerBlue" -
- DOGR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Dogra script.
- DOM - Class in org.pepstock.charba.client.dom
-
The DOM object provide a static reference to the document attached in the window.
- DOM_CANVAS_CONTEXT_2D - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML canvas context 2d item with name "CanvasRenderingContext2D".
- DOM_CANVAS_GRADIENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM canvas gradient with name "CanvasGradient".
- DOM_CANVAS_PATTERN - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM canvas pattern with name "CanvasPattern".
- DOM_CUSTOM_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM custom event with name "CustomEvent".
- DOM_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM document with name "Document".
- DOM_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element with name "Node".
- DOM_ELEMENT_ATTR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element attribute with name "Attr".
- DOM_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM event with name "Event".
- DOM_EVENT_TARGET - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM event target with name "EventTarget".
- DOM_HTML_BODY_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML body element with name "HTMLBodyElement".
- DOM_HTML_CANVAS_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML canvas element with name "HTMLCanvasElement".
- DOM_HTML_DIV_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML div element with name "HTMLDivElement".
- DOM_HTML_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML document with name "HTMLDocument".
- DOM_HTML_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML element with name "HTMLElement".
- DOM_HTML_HEAD_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML head element with name "HTMLHeadElement".
- DOM_HTML_IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML image element with name "HTMLImageElement".
- DOM_HTML_META_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML meta element with name "HTMLMetaElement".
- DOM_HTML_SCRIPT_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML script element with name "HTMLScriptElement".
- DOM_HTML_SPAN_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML span element with name "HTMLSpanElement".
- DOM_HTML_STYLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML style element with name "HTMLStyleElement".
- DOM_HTML_STYLE_ELEMENT_ITEM - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM style element with name "CSSStyleDeclaration".
- DOM_HTML_TABLE_CELL_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table cell element with name "HTMLTableCellElement".
- DOM_HTML_TABLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table element with name "HTMLTableElement".
- DOM_HTML_TABLE_ROW_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table row element with name "HTMLTableRowElement".
- DOM_IMAGE_DATA - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM image data with name "ImageData".
- DOM_KEY_LOCATION_LEFT - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was the left-hand version of the key; for example, the left-hand Control key was pressed on a standard 101 key US keyboard.
This value is only used for keys that have more than one possible location on the keyboard. - DOM_KEY_LOCATION_NUMPAD - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was on the numeric keypad, or has a virtual key code that corresponds to the numeric keypad.
- DOM_KEY_LOCATION_RIGHT - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was the right-hand version of the key; for example, the right-hand Control key is pressed on a standard 101 key US keyboard.
This value is only used for keys that have more than one possible location on the keyboard. - DOM_KEY_LOCATION_STANDARD - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key has only one version, or can't be distinguished between the left and right versions of the key, and was not pressed on the numeric keypad or a key that is considered to be part of the keypad.
- DOM_KEYBOARD_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch event with name "KeyboardEvent".
- DOM_LOCATION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM location with name "Location".
- DOM_MOUSE_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM mouse event with name "MouseEvent".
- DOM_NAVIGATOR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM navigator with name "Navigator".
- DOM_NODE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM node with name "Node".
- DOM_POINTER_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM pointer event with name "PointerEvent".
- DOM_RECTANGLE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element rectangle with name "DOMRect".
- DOM_TEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM text node with name "Text".
- DOM_TEXT_METRICS - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM text metrics with name "TextMetrics".
- DOM_TOUCH - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch with name "Touch".
- DOM_TOUCH_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch event with name "TouchEvent".
- DOM_UI_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM UI event with name "UIEvent".
- DOMBuilder - Class in org.pepstock.charba.client.dom
-
Singleton utility to create and manage DOM element.
- DOMINICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Dominica region.
- DOMINICAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dominican Peso currency.
- DOMINICAN_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Dominican Republic region.
- DOMRectangle - Class in org.pepstock.charba.client.dom
-
Describes the size and position of a rectangle of a
BaseElement
. - DONG - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dong currency.
- DOT - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dot on the tile.
- DOT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for DOT, ".".
- DOT_DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dot and a dash on the tile.
- DOTTED - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a series of rounded dots.
The spacing of the dots is not defined by the specification and is implementation-specific. - DOUBLE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays two straight lines that add up to the pixel size defined by border width.
- DOUBLE - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for DOUBLE instances,
Double.NaN
. - DOUBLE_CLICK - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is clicked twice on an element.
- DOUBLE_CLICK - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers after two clicks on the same element within a short timeframe.
- DOUBLE_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a double diagonals on the tile.
- DOUGHNUT - org.pepstock.charba.client.ChartType
-
Doughnut chart is probably the most commonly used chart.
- DoughnutChart - Class in org.pepstock.charba.client
-
DOUGHNUT chart implementation.
A doughnut charts are divided in the 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.
- DoughnutChart(Type) - Constructor for class org.pepstock.charba.client.DoughnutChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - DoughnutChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
DOUGHNUT chart GWT WIDGET implementation.
A doughnut charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data. - DoughnutChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
-
Builds the object.
- DoughnutChartWidget(DoughnutChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- DoughnutDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using a default.
- DoughnutDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using chart type related to the dataset.
- DoughnutDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using a default and chart type related to the dataset.
- DoughnutOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for DOUGHNUT chart.
- DoughnutOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.DoughnutOptions
-
Builds the object storing the chart instance and default options.
- DRACULA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dracula" -
- Drag - Class in org.pepstock.charba.client.zoom
-
Configuration item to define the style to apply to drag area, during zooming.
- draw() - Method in class org.pepstock.charba.client.AbstractChart
-
Draws the chart.
It can be invoked once during the life cycle of the chart. - draw() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- draw() - Method in interface org.pepstock.charba.client.IsChart
-
Draws the chart
- DrawActiveElementsOnTopCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
drawActiveElementsOnTop
property of at runtime. - drawImage(Canvas, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Canvas, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Img, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- drawImage(Img, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- drawImage(Img, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ImageShape
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Draws the tile applying the requested shape.
- DrawTime - Enum in org.pepstock.charba.client.annotation.enums
-
Defines when the annotations are drawn.
This allows positioning of the annotation relative to the other elements of the graph. - DrawTime - Enum in org.pepstock.charba.client.enums
-
Defines when the filler will fill the data sets.
- DrawTimeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setdrawTime
property at runtime, in all annotations. - DROPLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Droplet6" -
- DSRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Deseret (Mormon) script.
- DUALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Duala language.
- DULL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dull" -
- DUPL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Duployan shorthand, Duployan stenography script.
- DurationCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
duration
property ofAnimation
at runtime. - DUSK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dusk" -
- DUSTY_GRASS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dusty Grass" -
- DUTCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dutch language.
- DZONGKHA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dzongkha language.
E
- E_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the right cursor
- EARTHLY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Earthly" -
- EASE_IN_BACK - org.pepstock.charba.client.enums.Easing
- EASE_IN_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_IN_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_IN_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_BACK - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUART - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_SINE - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUART - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_IN_SINE - org.pepstock.charba.client.enums.Easing
- EASE_OUT_BACK - org.pepstock.charba.client.enums.Easing
- EASE_OUT_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_OUT_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUART - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_OUT_SINE - org.pepstock.charba.client.enums.Easing
- Easing - Enum in org.pepstock.charba.client.enums
-
Easing is acceleration, a change in speed.
For further details, see here. - EasingCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
easing
property ofAnimation
at runtime. - EAST_CARIBBEAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for East Caribbean Dollar currency.
- EAST_TIMOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for East Timor region.
- EASTERN_YIDDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Eastern Yiddish language.
- EASYMED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "EasyMed" -
- ECUADOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ecuador region.
- EDS_SUNSET_GRADIENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ed's Sunset Gradient" -
- EGYD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian demotic script.
- EGYH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian hieratic script.
- EGYP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian hieroglyphs script.
- EGYPT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Egypt timezone.
- EGYPT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Egypt region.
- EGYPTIAN_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Egyptian Pound currency.
- EIGHT - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "EIGHT" -
- EIGHTY_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "80's Purple" -
- EIRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Eire timezone.
- EL_SALVADOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for El Salvador region.
- EL_SALVADOR_COLON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for El Salvador Colon currency.
- ELATE_THE_EUGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Elate The Euge" -
- ELBA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Elbasan script.
- ELECTRIC_PEACOCK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Electric Peacock" -
- ELECTRIC_VIOLET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Electric Violet" -
- ELEMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ELEMENTAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Elemental6" -
- ElementAlign - Enum in org.pepstock.charba.client.enums
-
Property to set alignment of the legend and the title.
- ElementAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
align
property at runtime - ElementFactory<T extends NativeObjectContainer> - Interface in org.pepstock.charba.client.options
-
Interface to be implemented to load elements from
Options.getElements()
. - ElementProperties - Class in org.pepstock.charba.client.items
-
Maps all properties of the element, as result of
ChartElement.getFinalPositionProps(Key...)
method. - Elements - Class in org.pepstock.charba.client.configuration
-
Options can be configured for four different types of elements: arc, lines, points, and bars.
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 bars.
When set, these options apply to the configuration attached to a dataset. - Elements(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Elements
-
Builds the object storing the default root options.
- ELLIPSE - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a ELLIPSE annotation which draws an ellipse in the a chart.
- EllipseAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a ELLIPSE annotation which draws a ellipse in the a chart.
If one of the axes is not specified, the ellipse will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional. - EllipseAnnotation() - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - EllipseAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - EllipseAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - EllipseAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - EllipseAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - ELYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Elymaic script.
- EmbeddedResources - Class in org.pepstock.charba.client.resources
-
Java script resources container to reference LUXON as date time library (synchronous mode).
It has been invoked in order to have an java script injection, needed to CHARBA, where CHART.JS and date library will be load in embedded mode. - EMBU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Embu language.
- EMERALD_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Emerald Sea" -
- EMERALD_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Emerald Water" -
- empty() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns
true
if there is at least a property, otherwisefalse
. - EMPTY_ACTION_ITEM_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
ActionItem
array. - EMPTY_ANIMATION_PROPERTY_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
AnimationPropertyKey
array. - EMPTY_BOOLEAN_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
boolean
array. - EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Boolean
array. - EMPTY_BORDER_ALIGN_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
BorderAlign
array. - EMPTY_BORDER_SKIPPED_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
BorderSkipped
array. - EMPTY_COLORS_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
IsColor
array. - EMPTY_DATA_POINT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
DataPoint
array. - EMPTY_DATE_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Date
array. - EMPTY_DOUBLE_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
double
array. - EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Double
array. - EMPTY_EVENT_BUTTON_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
EventButton
array. - EMPTY_INT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
int
array. - EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Integer
array. - EMPTY_KEY_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Key
array. - EMPTY_MEASURE_UNIT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
MeasureUnit
array. - EMPTY_SAFE_HTML - Static variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Default empty
SafeHtml
. - EMPTY_STAR - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a start (no filled) on the tile.
- EMPTY_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for EMPTY string, "".
- EMPTY_STRING_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
String
array. - EMPTY_TIME_SERIES_ITEM_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
TimeSeriesItem
array. - EmptyResource - Class in org.pepstock.charba.client.resources
-
Default implementation for an empty resource to inject.
This could be helpful when you don't want to inject a library because are available from another framework. - EmptyResource(String) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
-
Creates an empty injectable resource with empty content, using the argument as name.
- EmptyResource(Key) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
-
Creates an empty injectable resource with empty content, using the argument as name.
- enable() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.Charba
-
Enables Charba in the application, injecting also the date time library.
- enable() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.gradient.GradientPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable(boolean) - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean) - Static method in class org.pepstock.charba.client.Charba
-
Enables Charba in the application.
If the argument is set tofalse
, the date time library is not injected. - 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(boolean) - Static method in class org.pepstock.charba.client.gradient.GradientPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- 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.
- enable(boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean, boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(Runnable) - Static method in class org.pepstock.charba.client.DeferredCharba
-
Enables Charba in the application, injecting also the date time library.
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting. - enable(Runnable, boolean) - Static method in class org.pepstock.charba.client.DeferredCharba
-
Enables Charba in the application.
If the argument is set tofalse
, the date time library is not injected.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting. - EnableBorderRadiusCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
enableBorderRadius
property ofBar
at runtime. - enableResizeOnBeforePrint() - Static method in class org.pepstock.charba.client.utils.Window
-
CSS media queries allow changing styles when printing a page.
- END - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "end" property sets the line label at ending of line.
- END - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned after the anchor point, following the same direction.
- END - org.pepstock.charba.client.datalabels.enums.Anchor
-
Highest element boundary
- END - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
End
key. - END - org.pepstock.charba.client.enums.BorderSkipped
-
The end property sets the end edge of an element to a unit above/below its normal position.
- END - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the end alignment.
- END - org.pepstock.charba.client.enums.Fill
-
Fill the area from the top X axis
- END - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at end of scale.
- END - org.pepstock.charba.client.enums.TextAlign
-
The same as right if direction is left-to-right and left if direction is right-to-left.
- END - org.pepstock.charba.client.enums.TickAlign
-
The property sets the end alignment.
- ENDLESS_RIVER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Endless River" -
- endOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns end of unit for the given timestamp.
- endOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns end of unit for the given date.
- ENGINEERING - org.pepstock.charba.client.intl.enums.Notation
-
To return the exponent of ten when divisible by three.
- ENGLISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for English language.
- ensureCssInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Injects a CSS style resource if not injected yet.
- ensureInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Injects a script resource if not injected yet.
- ENTER - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse is moved over a label.
- ENTER - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The
Enter
orReturn
). - EnterCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.ID
plugin that is called once enter is fired. - 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 returnstrue
, the label is updated with the new context and the chart re-rendered. - ENTITY_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ENTITY_REFERENCE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- 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.
- Envelop - Interface in org.pepstock.charba.client.commons
-
This is the interface to map the envelop.
It adds helpful methods to check the envelop. - EQ - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for EQUALS, "=".
- EQUAL_EARTH - org.pepstock.charba.client.geo.enums.Projection
-
Projection equalEarth.
- equals(Object) - Method in class org.pepstock.charba.client.colors.CanvasObject
- equals(Object) - Method in class org.pepstock.charba.client.colors.Gradient
- equals(Object) - Method in class org.pepstock.charba.client.colors.Pattern
- equals(Object) - Method in class org.pepstock.charba.client.commons.AbstractKey
- equals(Object) - Method in class org.pepstock.charba.client.controllers.ControllerType
- equals(Object) - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.pepstock.charba.client.events.EventType
- equals(Object) - Method in class org.pepstock.charba.client.intl.CLocale
- equals(Object) - Method in class org.pepstock.charba.client.utils.toast.ActionItem
- equals(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
true
if the keys have got the same value. - EQUATORIAL_GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Equatorial Guinea region.
- EQUIRECTANGULAR - org.pepstock.charba.client.geo.enums.Projection
-
Projection equirectangular.
- EQUITY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Equity6" -
- ERA - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the era, for example "BC" or "AD".
- ERASE_EOF - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Erase to End of Field.
- ERITREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Eritrea region.
- ERROR - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Error toast type -
- ERROR - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Error toast type - Toast content
- ESCAPE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Esc
(Escape) key. - ESPERANTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Esperanto language.
- ESSENTIAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Essential6" -
- ESTONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Estonia region.
- ESTONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Estonian language.
- ESWATINI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Eswatini region.
- ETC_GMT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/GMT timezone.
- ETC_GMT_PLUS_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/GMT+0 timezone.
- ETC_UCT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/UCT timezone.
- ETC_UNIVERSAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/Universal timezone.
- ETC_UTC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/UTC timezone.
- ETC_ZULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/Zulu timezone.
- ETHI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ethiopic (Geʻez) script.
- ETHIOPIA - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for ethiopia calendar.
- ETHIOPIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ethiopia region.
- ETHIOPIAN_BIRR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ethiopian Birr currency.
- ETHIOPIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for ethiopic calendar.
- EURO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Euro currency.
- EUROPE_AMSTERDAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Amsterdam timezone.
- EUROPE_ANDORRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Andorra timezone.
- EUROPE_ATHENS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Athens timezone.
- EUROPE_BELFAST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Belfast timezone.
- EUROPE_BELGRADE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Belgrade timezone.
- EUROPE_BERLIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Berlin timezone.
- EUROPE_BRATISLAVA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Bratislava timezone.
- EUROPE_BRUSSELS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Brussels timezone.
- EUROPE_BUCHAREST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Bucharest timezone.
- EUROPE_BUDAPEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Budapest timezone.
- EUROPE_BUSINGEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Busingen timezone.
- EUROPE_CHISINAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Chisinau timezone.
- EUROPE_COPENHAGEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Copenhagen timezone.
- EUROPE_DUBLIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Dublin timezone.
- EUROPE_GIBRALTAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Gibraltar timezone.
- EUROPE_GUERNSEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Guernsey timezone.
- EUROPE_HELSINKI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Helsinki timezone.
- EUROPE_ISLE_OF_MAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Isle_of_Man timezone.
- EUROPE_ISTANBUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Istanbul timezone.
- EUROPE_JERSEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Jersey timezone.
- EUROPE_KALININGRAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Kaliningrad timezone.
- EUROPE_KIEV - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Kiev timezone.
- EUROPE_LISBON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Lisbon timezone.
- EUROPE_LJUBLJANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Ljubljana timezone.
- EUROPE_LONDON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/London timezone.
- EUROPE_LUXEMBOURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Luxembourg timezone.
- EUROPE_MADRID - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Madrid timezone.
- EUROPE_MALTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Malta timezone.
- EUROPE_MARIEHAMN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Mariehamn timezone.
- EUROPE_MINSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Minsk timezone.
- EUROPE_MONACO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Monaco timezone.
- EUROPE_MOSCOW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Moscow timezone.
- EUROPE_NICOSIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Nicosia timezone.
- EUROPE_OSLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Oslo timezone.
- EUROPE_PARIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Paris timezone.
- EUROPE_PODGORICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Podgorica timezone.
- EUROPE_PRAGUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Prague timezone.
- EUROPE_RIGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Riga timezone.
- EUROPE_ROME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Rome timezone.
- EUROPE_SAMARA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Samara timezone.
- EUROPE_SAN_MARINO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/San_Marino timezone.
- EUROPE_SARAJEVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Sarajevo timezone.
- EUROPE_SIMFEROPOL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Simferopol timezone.
- EUROPE_SKOPJE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Skopje timezone.
- EUROPE_SOFIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Sofia timezone.
- EUROPE_STOCKHOLM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Stockholm timezone.
- EUROPE_TALLINN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tallinn timezone.
- EUROPE_TIRANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tirane timezone.
- EUROPE_TIRASPOL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tiraspol timezone.
- EUROPE_UZHGOROD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Uzhgorod timezone.
- EUROPE_VADUZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vaduz timezone.
- EUROPE_VATICAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vatican timezone.
- EUROPE_VIENNA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vienna timezone.
- EUROPE_VILNIUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vilnius timezone.
- EUROPE_VOLGOGRAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Volgograd timezone.
- EUROPE_WARSAW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Warsaw timezone.
- EUROPE_ZAGREB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zagreb timezone.
- EUROPE_ZAPOROZHYE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zaporozhye timezone.
- EUROPE_ZURICH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zurich timezone.
- EVENING_NIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Evening Night" -
- EVENING_SUNSHINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Evening Sunshine" -
- Event - Class in org.pepstock.charba.client.events
-
Base object for chart events which can be consumed by an handler.
- Event - Enum in org.pepstock.charba.client.annotation.enums
-
Mouse events to enable on each annotation.
- 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() - Constructor for class org.pepstock.charba.client.events.Event
-
Constructor.
- EventButton - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the property value of a
NativeMouseEvent
to indicate which button was pressed on the mouse to trigger the event.
This property only guarantees to indicate which buttons are pressed during events caused by pressing or releasing one or multiple buttons.
As such, it is not reliable for events such asMouseEventType.MOUSE_ENTER
,MouseEventType.MOUSE_LEAVE
,MouseEventType.MOUSE_OVER
,MouseEventType.MOUSE_OUT
, orMouseEventType.MOUSE_MOVE
. - EventHandler - Interface in org.pepstock.charba.client.events
-
Interface for objects which will be handlers.
- EventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeBaseEvent
. - EventInit() - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an empty object
- EventInit(boolean) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, setting the bubbles value.
- EventInit(boolean, boolean) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, setting the bubbles and cancelable values.
- EventInit(NativeBaseEvent) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, cloning all source event data
- EventPhase - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the phases of the event flow which is currently being evaluated.
- EventPoint - Class in org.pepstock.charba.client
-
This object is wrapping the native java script object provided by
Helpers
to know the position of the event on the canvas. - EventPoint - Class in org.pepstock.charba.client.zoom
-
This object is wrapping the native java script object provided by
ZoomContext
to know the position of the event when pan or zoom are about to start. - EVENTS - org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- EventsOptionHandler - Class in org.pepstock.charba.client.options
-
Base object which maps EVENTS option.
- EventsOptionHandler(AbstractNode, IsDefaultEventHandler, PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.EventsOptionHandler
-
Creates a native object where one or more properties must be managed, cross classes and package.
- EventType - Class in org.pepstock.charba.client.events
-
This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value. - EW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Bidirectional resize cursor.
- EWE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ewe language.
- EWONDO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ewondo language.
- EXCEL16 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Excel16" -
- EXCEPT_ZERO - org.pepstock.charba.client.intl.enums.SignDisplay
-
To sign display for positive and negative numbers, but not zero.
- EXCLUSION - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Like difference, but with lower contrast.
- exec(String) - Method in class org.pepstock.charba.client.utils.RegExp
-
Executes a search for a match in a string.
It returns an array of information or null on a mismatch. - execute(IsChart) - Method in interface org.pepstock.charba.client.ChartTimerTask
-
Executes the task repeatedly, internally by the chart instance.
- EXECUTE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Execute
key. - EXECUTIVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Executive6" -
- EXHIBIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Exhibit6" -
- EXPO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Expo6" -
- EXPONENTIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify an exponential regression,
ExponentialRegression
. - ExponentialRegression - Class in org.pepstock.charba.client.ml
-
Exponential regression is a non-linear regression technique that looks like this:
y = A * eB * x
- EXPRESSO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "eXpresso" -
- EXTEND_SELECTION - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
ExSel
(Extend Selection) key. - ExtendedOptions - Class in org.pepstock.charba.client.options
-
Options used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created. - ExtendedOptions(IsChart, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
-
Creates an options with default provider.
- ExtendedOptions(IsChart, IsDefaultScaledOptions, ConfigurationEnvelop<NativeObject>) - 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(ConfigurationEnvelop<Scale>, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
-
Creates a scale with the chart options scale as inner object.
- ExtendedScale(ConfigurationEnvelop<ScaleId>, AxisType, AxisKind, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
-
Creates a scale with default provider.
The native object is created empty. - ExtendedScales - Class in org.pepstock.charba.client.options
-
Options used internally inside the chart configuration.
This is the SCALES element of configuration. - extractScope(AbstractNode) - Static method in interface org.pepstock.charba.client.commons.HasCallbackScope
-
Extracts the scope tag from the root of the node in the options.
F
- F1 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The first general-purpose function key,
F1
. - F10 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F10
key. - F11 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F11
key. - F12 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F12
key. - F13 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F13
key. - F14 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F14
key. - F15 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F15
key. - F16 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F16
key. - F17 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F17
key. - F18 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F18
key. - F19 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F19
key. - F2 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F2
key. - F20 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F20
key. - F3 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F3
key. - F4 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F4
key. - F5 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F5
key. - F6 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F6
key. - F7 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F7
key. - F8 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F8
key. - F9 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F9
key. - FACEBOOK_MESSENGER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Facebook Messenger" -
- FACET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Facet6" -
- FACTORY - Static variable in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. - FACTORY - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Annotation options factory
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Element factory to get ""boxAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Static instance for the MATRIX element factory
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Element factory to get ""ellipseAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Element factory to get ""labelAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
Element factory to get ""LineAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Element factory to get ""pointAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Element factory to get ""polygonAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.data.ArcBorderRadius
-
Public factory to create a border radius object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderRadius
-
Public factory to create a border radius object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderWidth
-
Public factory to create a border width object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Data labels options factory
- FACTORY - Static variable in class org.pepstock.charba.client.enums.DefaultEvents
-
Key factory instance to use for array set reading.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Static instance for the GEOFEATURE element factory
- FACTORY - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Element factory to get ""geoFeature"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
-
Gradient 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.Crosshair
-
The factory to create options for plugin.
- 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.impl.plugins.HtmlLegend
-
The factory to create options for plugin.
- FACTORY - Static variable in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Public factory to create a date time format options from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Public factory to create a number format options from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Factory instance to create active data set elements.
- FACTORY - Static variable in class org.pepstock.charba.client.items.ArcElement
-
Static instance for the ARC element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.BarElement
-
Static instance for the BAR element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.LegendItem
-
Public factory to create a legend item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.LegendLabelItem
-
Public factory to create a legend labels item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.PointElement
-
Static instance for the POINT element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.ScaleTickItem
-
Public factory to create a scale tick item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipItem
-
Public factory to create a tooltip item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelColor
-
Tooltip color factory to create label color objects.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Tooltip point style factory to create label point style objects.
- FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Data labels options factory
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixElement
-
Static instance for the MATRIX element factory
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Element factory to get ""matrix"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyElement
-
Static instance for the SANKEY element factory
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Element factory to get ""flow"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapElement
-
Static instance for the TREEMAP element factory
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Element factory to get ""treemap"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zoom options factory
- FAHRENHEIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for fahrenheit.
- FALKLAND_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Falkland Islands region.
- FALKLAND_ISLANDS_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Falkland Islands Pound currency.
- FALSE - org.pepstock.charba.client.enums.BorderSkipped
-
The property sets
false
to draw all borders. - FALSE - org.pepstock.charba.client.enums.Display
-
The axis is hidden.
For plugin, the label is hidden. - FALSE - org.pepstock.charba.client.enums.Fill
-
Does not fill any area
- FALSE - org.pepstock.charba.client.enums.Stepped
-
No Step Interpolation (default)
- FALSE - org.pepstock.charba.client.geo.enums.ClipMap
-
Does not clip the area.
- FANTI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Fanti language.
- FAR - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the far cross alignment.
- FARHAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Farhan" -
- FAROE_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Faroe Islands region.
- FAROESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Faroese language.
- FEATHERED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Feathered6" -
- feature(String, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(String, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(TopoJson, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(TopoJson, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(AbstractInjectableResource, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(AbstractInjectableResource, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- Feature - Class in org.pepstock.charba.client.geo
-
Represents the region definition with all properties and geometries needed to draw the region.
- FeatureFilterCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback to implement to have a new
Feature
list creation with all elements that pass the test implemented by this callback. - FeatureFindCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback to implement to find a
Feature
from a list that pass the test implemented by this callback. - FeatureLabelCallback - Interface in org.pepstock.charba.client.geo.callbacks
- features(String, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- FEDERATED_STATES_OF_MICRONESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Federated States of Micronesia region.
- FIFTH - org.pepstock.charba.client.dom.enums.EventButton
-
Fifth button, typically the Browser Forward button.
- FIFTY_SHADES_OF_GREY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "50 Shades of Grey" -
- FIJI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Fiji region.
- FIJI_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Fiji Dollar currency.
- FILIPINO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Filipino language.
- fill() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Fills the current or given path with the current fill style.
- Fill - Enum in org.pepstock.charba.client.enums
-
Both line and radar charts support a fill option on the data set object which can be used to create area between two data sets or a data set and a boundary.
These are the constants of predefined filling mode values. - FILL - org.pepstock.charba.client.options.FillHandler.Property
- FillCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- FillCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fill
property at runtime.
The result object can have one of following type:
Fill
Boolean Integer forAbsoluteDatasetIndexFill
String forRelativeDatasetIndexFill
- Filler - Class in org.pepstock.charba.client.configuration
-
The configuration for
DefaultPluginId.FILLER
plugin. - Filler - Class in org.pepstock.charba.client.options
-
The filler plugin can be used to fill the datasets.
- FILLER - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage color filling on the chart.
- FillHandler - Class in org.pepstock.charba.client.options
-
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.
- FillHandler(AbstractNode, IsFill, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.FillHandler
-
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called fromdata
package. - FillHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- FillingMode - Enum in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- fillRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a rectangle that is filled according to the current fill style.
This method draws directly to the canvas without modifying the current path, so any subsequent fill or stroke calls will have no effect on it. - fillText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
- fillText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
An parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size. - filter(ArrayObject.ArrayFilterCallback) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a new array with all elements that pass the test implemented by the provided function.
- filter(Feature, int) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureFilterCallback
- find(ArrayObject.ArrayFindCallback) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns the value of the first element in the provided array that satisfies the provided testing function.
If no values satisfy the testing function, undefined is returned. - find(Feature, int) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureFindCallback
- FIND - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Find
key. - FINISH - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Finish
key. - FINLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Finland region.
- FINNISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Finnish language.
- FIRE_BRICK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "fireBrick" -
- fireEvent(Event) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Fires the event to the handlers.
- fireEvent(Event) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- fireEvent(Event) - Method in interface org.pepstock.charba.client.IsChart
-
Fires the event to the handlers.
- FIREWATCH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Firewatch" -
- FIXED - org.pepstock.charba.client.dom.enums.Position
-
The element is removed from the normal document flow, and no space is created for the element in the page layout.
It is positioned relative to the initial containing block established by the viewport, except when one of its ancestors has a transform, perspective, or filter property set to something other than none - FLAME - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flame" -
- FLARE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flare" -
- FLEX - org.pepstock.charba.client.dom.enums.Display
-
The element behaves like a block element and lays out its content according to the flexbox model.
- FLEX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
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.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced,Integer.MIN_VALUE
. - FLEX_BAR_THICKNESS_VALUE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
The value to set to have the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced, "flex". - FLICKR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flickr" -
- FLOATING_BAR_DATA_FACTORY - Static variable in class org.pepstock.charba.client.data.BarDataset
-
Floating bars data factory to create
FloatingData
s. - FLOATING_DATA - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a
FloatingData
. - FloatingData - Class in org.pepstock.charba.client.data
-
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively. - FloatingData() - Constructor for class org.pepstock.charba.client.data.FloatingData
-
Creates the object setting the default start and end points of a bar.
- FloatingData(double, double) - Constructor for class org.pepstock.charba.client.data.FloatingData
-
Creates the object setting the start and end points of a bar.
- FloatingDataFactory - Class in org.pepstock.charba.client.data
-
Factory to create a floating data from a native array, used for array container lists.
The array must contain and only 2 values. - FloatingDataFactory() - Constructor for class org.pepstock.charba.client.data.FloatingDataFactory
- FLORAL_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "floralWhite" -
- FLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Flow6" -
- FLOWER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flower" -
- FLUID_OUNCE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for fluid-ounce.
- focus() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets focus on the specified element, if it can be focused.
- FOCUS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Focus6" -
- FOLIO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Folio6" -
- Font - Class in org.pepstock.charba.client.annotation
-
Base object to map font options for
AnnotationPlugin.ID
plugin for label configuration. - Font - Class in org.pepstock.charba.client.configuration
-
Base object to map font configuration.
- Font - Class in org.pepstock.charba.client.datalabels
-
Base object to map font options for
DataLabelsPlugin.ID
plugin configuration. - Font - Class in org.pepstock.charba.client.labels
-
Base object to map font options for
LabelsPlugin.ID
plugin configuration. - Font - Class in org.pepstock.charba.client.options
-
Base object to map font options for configuration.
- FontCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
font
property at runtime to scale instance. - FontContainer - Class in org.pepstock.charba.client.options
-
This is the labels configuration of the legend.
- FontContainer(AbstractNode, IsDefaultFontContainer, NativeObject) - Constructor for class org.pepstock.charba.client.options.FontContainer
-
Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.
- FontItem - Class in org.pepstock.charba.client.items
-
Font options item to use mainly for callbacks.
- FontItem() - Constructor for class org.pepstock.charba.client.items.FontItem
-
Creates an empty font to use for chart configuration with global defaults.
- FontItem(IsDefaultFont) - Constructor for class org.pepstock.charba.client.items.FontItem
-
Creates an empty font to use for chart configuration when the font is created by a callback.
- FontStyle - Enum in org.pepstock.charba.client.enums
-
The font-style property specifies the font style for a text.
- FOOT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for foot.
- FOREST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Forest" -
- FOREST_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "forestGreen" -
- FOREVER_LOST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Forever Lost" -
- FORINT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Forint currency.
- FORMAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Formal6" -
- format(double) - Method in enum org.pepstock.charba.client.dom.enums.Unit
-
Creates a size adding the suffix of unit to the argument.
- format(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
Formats a number according to the locale and formatting options of this object.
- format(int) - Method in enum org.pepstock.charba.client.dom.enums.Unit
-
Creates a size adding the suffix of unit to the argument.
- format(long, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given timestamp.
- format(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given timestamp, using the default format related to time unit.
- format(Date, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given date.
- format(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given date, using the default format related to time unit.
- format(IsChart, ScaleItem, ScaleValueItem) - Method in interface org.pepstock.charba.client.callbacks.CrosshairFormatterCallback
-
Returns the text to apply to the crosshair label.
- FormatMatcher - Enum in org.pepstock.charba.client.intl.enums
-
The list of formats matching algorithm to use.
The following properties describe the date-time components to use in formatted output, and their desired representations.
Implementations are required to support at least the following subsets:
weekday, year, month, day, hour, minute, second weekday, year, month, day year, month, day year, month month, day hour, minute, second hour, minute Implementations may support other subsets, and requests will be negotiated against all available subset-representation combinations to find the best match.
Two algorithms are available for this negotiation and selected by theDateTimeFormatOptions.setFormatMatcher(org.pepstock.charba.client.intl.enums.FormatMatcher)
property. - formatNumber(double) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
It uses the locale of the browser. - formatNumber(double, String) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, String, NumberFormatOptions) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, CLocale) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, CLocale, NumberFormatOptions) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- FormatPart - Class in org.pepstock.charba.client.intl
-
Result of
NumberFormat.formatToParts(double)
which is containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
See MDN for more details. - FormatPartType - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible types of a
FormatPart
can have. - FormatterCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to setformatter
property at runtime, using 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. - FormatterCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChart
controller to setformatter
property at runtime, using the dataset context.
Data values are converted to string.
If values are grouped, the value of the group and the value (as string) are shown.
This default behavior can be overridden by this interface implementation.
A formatter can return aString
(for a single line) or aList
ofString
s (for multiple lines, where each item represents a new line). - formatToParts(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of number strings. - FORTE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Forte6" -
- FOUNDRY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Foundry6" -
- FOURTH - org.pepstock.charba.client.dom.enums.EventButton
-
Fourth button, typically the Browser Back button.
- FRACTION - org.pepstock.charba.client.intl.enums.FormatPartType
-
The fraction number.
- FRACTIONAL_SECOND - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the fractional seconds, for example "0" or "00" or "000".
- FRAME6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Frame6" -
- FRANCE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for France region.
- FRANCE - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.FRANCE
. - FRENCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for French language.
- FRENCH_GUIANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Guiana region.
- FRENCH_POLYNESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Polynesia region.
- FRENCH_SOUTHERN_AND_ANTARCTIC_LANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Southern and Antarctic Lands region.
- FRESH_TURBOSCENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Fresh Turboscent" -
- FRIDAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Friday" -
- FRIDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is FRIDAY.
- FRIULIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Friulian language.
- FROM - org.pepstock.charba.client.sankey.enums.ColorMode
-
The mode to enable to use the "from" color between items.
- FROM_ICE_TO_FIRE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "From Ice To Fire" -
- FromCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
from
property ofAnimationCollection
at runtime. - fromOrEmpty(boolean, Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of keys.
- 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(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(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a native array 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 a native object containers and the array will have ONE 1 element.
- fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from an array of native array containers.
- 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(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<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a list of native array 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(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(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(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(List<Canvas>) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Creates a java script array of canvas starting from list of canvas.
- fromOrEmpty(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
Creates a java script array of gradients starting from list of gradients.
- fromOrEmpty(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
Creates a java script array of patterns starting from list of patterns.
- fromOrEmpty(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
Creates a java script array of images starting from list of images.
- fromOrEmpty(List<Touch>) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
Creates a java script array of canvas starting from list of canvas.
- fromOrEmpty(Set<T>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from set of keys.
- 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.
- fromOrEmpty(Canvas...) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method creates new array instance with a variable number of
HTMLCanvasElement
arguments. - fromOrEmpty(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method creates new array instance with a variable number of
CanvasGradientItem
arguments. - fromOrEmpty(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method creates new array instance with a variable number of
CanvasPatternItem
arguments. - fromOrEmpty(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
This method creates new array instance with a variable number of
ImageElement
arguments. - fromOrEmpty(Touch...) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method creates new array instance with a variable number of
Touch
arguments. - fromOrNull(boolean, 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(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(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a native array 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 a native object containers and the array will have ONE 1 element.
- fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from an array of native array containers.
- 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(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<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a list of native array 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(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(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(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(List<Canvas>) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Creates a java script array of canvas starting from list of canvas.
- fromOrNull(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
Creates a java script array of gradients starting from list of gradients.
- fromOrNull(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
Creates a java script array of patterns starting from list of patterns.
- fromOrNull(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
Creates a java script array of images starting from list of images.
- fromOrNull(List<Touch>) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
Creates a java script array of canvas starting from list of canvas.
- fromOrNull(Set<T>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from set of keys.
- 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.
- fromOrNull(Canvas...) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method creates new array instance with a variable number of
HTMLCanvasElement
arguments. - fromOrNull(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method creates new array instance with a variable number of
CanvasGradientItem
arguments. - fromOrNull(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method creates new array instance with a variable number of
CanvasPatternItem
arguments. - fromOrNull(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
This method creates new array instance with a variable number of
ImageElement
arguments. - fromOrNull(Touch...) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method creates new array instance with a variable number of
Touch
arguments. - FROST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Frost" -
- FROZEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Frozen" -
- FUCHSIA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "fuchsia" -
- FULAH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Fulah language.
- FULL - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Short formatting to display the date and/or time.
- FullSizeCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fullSize
property at runtime. - FULLWIDE - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for fullwide numbering system.
- FUNCTION - org.pepstock.charba.client.commons.ObjectType
-
Functions are regular objects with the additional capability of being callable.
- FUNCTION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script function with name "Function".
See MDN.
G
- GABON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Gabon region.
- GAINSBORO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gainsboro" -
- GALICIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Galician language.
- GALLERY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Gallery6" -
- GALLON - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gallon.
- GAMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for The Gambia region.
- GANDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ganda language.
- 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.
- GaugeChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
GAUGE chart GWT WIDGET implementation.
- GaugeChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
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.
- GB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GB timezone.
- GB_EIRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GB-Eire timezone.
- generateLabels(Chart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLabels(IsChart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Generates legend items for each thing in the legend.
- generateText(IsChart, T, String) - Method in interface org.pepstock.charba.client.callbacks.HtmlLegendCallback
-
Returns a text of legend for a specific item or legend's title, as HTML
- GENERIC - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object
NativeObject
as object with name "?".
Instead of "Object", it is mandatory for J2CL to use java script object withoutprototype
and for java scriptproxies
. - GENESIS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Genesis6" -
- GEO_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS GEO controller.
- GeoFeatureElement - Class in org.pepstock.charba.client.geo
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The geoFeature elements are mapped by this object. - GeoFeatureElementOptions - Class in org.pepstock.charba.client.geo
-
The styling of the new element
GeoFeatureElementOptions
is based onBar
element with some additional options for the outline and graticule. - GEOK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khutsuri (Asomtavruli and Nuskhuri) script.
- GEOR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Georgian (Mkhedruli and Mtavruli) script.
- GEORGIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Georgia (country) region.
- GEORGIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Georgian language.
- GeoUtil - Class in org.pepstock.charba.client.geo
-
Utility to manage TopoJson definitions.
TopoJson is an extension of GeoJSON that encodes topology.
Rather than representing geometries discretely, geometries in TopoJson files are stitched together from shared line segments called arc.
PAY ATTENTION CHARBA doesn't include any TopoJSON files itself.
Some useful resources I found so far:
US map: https://www.npmjs.com/package/us-atlas World map: https://www.npmjs.com/package/world-atlas TopoJson collection: https://github.com/deldersveld/topojson - GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for German language.
- GERMANY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Germany region.
- GERMANY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.GERMANY
. - get() - Static method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns the singleton instance of module.
- 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() - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set base on chart type of the configuration options.
- 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.dom.DOMBuilder
-
Returns the singleton instance of the builder.
- 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.impl.plugins.ChartPointer
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.Crosshair
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the singleton 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.CScheduler
-
Returns the instance of singleton.
- get() - Static method in class org.pepstock.charba.client.utils.toast.Toaster
-
Singleton object to get the toaster instance
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Gets the value at a given index.
- 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.ArrayDoubleArray
-
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.ArrayKeyList
-
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.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(int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Returns the element at the specified position in this list.
- get(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Scans all items of enumeration to get the right phase related to passed argument.
- get(int) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Scans all items of enumeration to get the right location related to passed argument.
- get(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Gets the value at a given index.
- get(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the chart instance by its id.
- get(String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- get(Key) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType
-
Returns the content type reading the content property.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns an animation collection instance if stored in the animation options.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
- get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Returns an animation collection instance if stored in the animation options.
- get(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns an animation collection instance if stored in the animation options.
- get(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
- get(TransitionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- get(TransitionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Returns an animation transition instance if stored in the animation options.
- get(Type) - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set by a chart type.
- get(Type) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
- get(Type) - Method in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
- get(Type) - Method in interface org.pepstock.charba.client.defaults.IsDefaultDatasets
-
Returns the data sets options by a chart type.
- get(Type) - Method in class org.pepstock.charba.client.options.Datasets
-
Returns the data set by a chart type.
- getA() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
-
Returns the A coefficient.
- getA() - Method in class org.pepstock.charba.client.ml.PowerRegression
-
Returns the A coefficient.
- getAbsoluteLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute left coordinate in the document's coordinate system.
- getAbsoluteTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute top coordinate in the document's coordinate system.
- getAbsValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the absolute value which is calculating subtracting the start point from end point.
- getAction() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the actions of the toast.
- getAction() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the actions of the toast.
- getActions() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the actions to the toast.
- getActions() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the actions to the toast.
- getActiveElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
-
Returns the element within the DOM that currently has focus.
- getActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active (hovered) elements for the chart.
- getActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active (hovered) elements for the chart.
- getAdapters() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the adapters element.
- getAdapters() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getAdapters() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getAdapters() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adapter defaults.
- getAdapters() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adapters element.
- getAddedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements added.
Will be an empty element list if no elements were added. - getAdjustScaleRangeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
- 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.
- getAfterBuildTicksHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - getAfterDataLimitsHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - getAfterDatasetDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - getAfterDatasetsDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - getAfterDatasetsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - getAfterDatasetUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - getAfterDestroyHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - getAfterDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - getAfterEventHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - getAfterInitHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - getAfterLayoutHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - getAfterRenderHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - getAfterTooltipDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - getAfterUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - getAlgorithm() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getAlgorithm() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns the algorithm used by the plugin.
- getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the alignment of the axis title.
- 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.LabelItem
-
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.chart.DefaultChartScaleTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the alignment of the element.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the alignment of the legend on the chart area.
- getAlign() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner align.
- getAlign() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment along the axis.
- getAlign() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the alignment of the toast actions.
- getAlign() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the alignment of the toast actions.
- getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the align callback, if set, otherwise
null
. - getAlignCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the alignment of the legend on the chart area.
- getAlignDegrees() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- getAlignToPixelsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets
true
to align pixel values to device pixels. - getAllIds() - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- getAllIds() - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- 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.LabelItem
-
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.LabelItem
-
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.items.ArcElementOptions
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the angle of data set item.
- getAngle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc angle to cover.
- getAngleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the angle callback, if set, otherwise
null
. - 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.AbstractScale
-
Returns the angle lines element.
- getAnimation() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animation element.
- getAnimation() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the animation element.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
- getAnimationContainer() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.Tooltips
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.TypedDataset
- getAnimationContainer() - Method in class org.pepstock.charba.client.data.Dataset
- getAnimationContainer() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Options
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Tooltips
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.TypedDataset
- getAnimations() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getAnimations() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animations collection element.
- getAnnotation() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns the annotation of plugin.
- getAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or
null
if not exist. - getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or
null
if not exist. - getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the collection of annotations.
- 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.
- getArcBorderRadius() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the list of arc border radius objects.
If a callback or an array have been set, returns an empty object. - 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
- getAreaBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background color.
If it has been set a gradient or pattern, returnsnull
, otherwise the default color. - getAreaBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background gradient.
- getAreaBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background pattern.
If it has been set a color or gradient, returnsnull
. - getAreaBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background color.
If it has been set a gradient or pattern, returnsnull
, otherwise the default color, "transparent". - getAreaColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of background color has been set.
- getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
- getArrowHeads() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the arrow heads options of the element.
- getArrowHeads() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the arrow heads of annotation.
- getAsMultipleLines(String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the labels as multiple lines, by its key of the node.
- getAsMultipleLines(Key) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- 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.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.
- getAsPercentage(double, double) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Transforms the percentage value (between 0 and 1) in a string with format
{number}%
. - getAsPercentage(String, double) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Transforms the percentage value as string with format
{number}%
in a number (between 0 and 1). - getAttribute(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttributeAsDate(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributeAsObject(Key, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributeAsString(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a collection of all attribute nodes registered to the specified node.
- getAttributes(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the attributes, if exist.
- 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.
Note: Only applicable to horizontal scales. - getAxes() - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the list of X axes.
- getAxes() - Method in class org.pepstock.charba.client.options.Scales
-
Returns a list of X axes.
- getAxis() - Method in class org.pepstock.charba.client.annotation.Interaction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the axis instance where the callback must be invoked.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Axis
-
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'. - getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns 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.DefaultChartInteraction
- getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Which kind of axis this is, related to the
Dataset
. - getAxis() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'. - getAxis() - Method in class org.pepstock.charba.client.options.Interaction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.options.Scale
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'. - getAxis(String) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or
null
if not exist. - getAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or
null
if not exist. - getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
- getAxis(ScaleId, AxisKind) - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
Returns the default configuration for x axis.
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.options.Scales
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the ticks building.
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the axis by the unique CHARBA id of scale or
null
if not axis. - getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ScalesOptions
- getAxisById(String) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or
null
if not exist. - getAxisById(ScaleId) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or
null
if not exist. - getAxisCalculateLabelRotationCallback() - 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.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- getAxisElement() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the axis instance.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after the scale fits to the canvas.
- getAxisKind() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
- getAxisKind() - Method in interface org.pepstock.charba.client.options.ScaleId
-
Returns the default axis kind for this default scale id.
- getAxisKindByScaleId(String, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisKindByScaleId(Key, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after ticks are converted in the strings.
- getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the update process.
- getB() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
-
Returns the B coefficient.
- getB() - Method in class org.pepstock.charba.client.ml.PowerRegression
-
Returns the B coefficient.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the background color of the point label.
- 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.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the background color of the point label.
- 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.PointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the backdrop color callback, if set, otherwise
null
. - getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding of label backdrop.
- getBackground() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'background' property from element.
- getBackgroundAsGradient() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- getBackgroundAsGradient() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundAsGradient() - Method in interface org.pepstock.charba.client.utils.toast.IsProgressBarType
-
Returns the background
Gradient
of the toast. - getBackgroundAsGradient() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
Gradient
of the toast. - getBackgroundAsPattern() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundAsPattern() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
Pattern
of the toast. - 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.Axis
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- 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.HoverFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list. - 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.LabelItem
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundColor' property from element.
- getBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient under the line.
- getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
If it has been set a gradient or pattern, returnsnull
, otherwise the default color. - getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background 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.options.AbstractElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the background color.
- getBackgroundColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- getBackgroundColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundColor() - Method in interface org.pepstock.charba.client.utils.toast.IsProgressBarType
-
Returns the background
IsColor
of the progress bar. - getBackgroundColor() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
IsColor
of the toast. - getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as canvas pattern.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas pattern.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill gradient of elements.
If property is missing or not a gradient, returns an empty list. - 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, returnsnull
. - getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as 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, returnsnull
. - getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background pattern.
If it has been set a color or gradient, returnsnull
. - getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as pattern.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as pattern.
- getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill patters of elements.
If property is missing or not a pattern, returns an empty list. - 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.Axis
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- 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.HoverFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list. - 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.LabelItem
-
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.DefaultChartBar
- 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.DefaultChartScale
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the background color of the scale area.
- 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.
If it has been set a gradient or pattern, returnsnull
, otherwise the default color. - getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background 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.options.AbstractElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color callback, if set, otherwise
null
. - getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the background width callback, if set, otherwise
null
. - 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.LabelItem
-
Returns the background color callback, if set, otherwise
null
. - getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBackgroundImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundImage' property from element.
- getBackgroundSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundSize' property from element.
- getBar() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the bar element.
- getBar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
- getBar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns BAR object defaults.
- getBar() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the bar element.
- getBarBorderRadius() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the border radius of the dataset item in pixels as
BarBorderRadius
. - getBarBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border radius of the dataset item in pixels as
BarBorderRadius
. - getBarPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - getBarPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getBarPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getBarPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - getBarPercentage() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - getBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - getBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the width of each bar in pixels.
- getBase() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBase() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBase() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the base value of data set.
- getBase() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBaseCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base callback, if set, otherwise
null
. - getBasePixel() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getBaseType() - Method in class org.pepstock.charba.client.AbstractChart
- getBaseType() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the base type (extended) for this axis type.
- getBaseType() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getBaseType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getBaseType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the base type of chart that in case of
ChartType
is the same ofIsChart.getType()
otherwise, in case the type of the chart is aControllerType
is the chart type extension if there is ornull
. - getBaseValue() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum chart value.
- 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.
- getBeforeBuildTicksHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - getBeforeDataLimitsHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - getBeforeDatasetDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - getBeforeDatasetsDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - getBeforeDatasetsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - getBeforeDatasetUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - getBeforeDestroyHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - getBeforeDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - getBeforeElementsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - getBeforeEventHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - getBeforeInitHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeInit' plugin.
Called before initializing 'chart'. - getBeforeLayoutHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - getBeforeRenderHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeRender' plugin.
Called before rendering 'chart'. - getBeforeTooltipDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - getBeforeUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - getBegiAtZeroCallbackHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getBegiAtZeroCallbackHandler() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- 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.dom.BaseHtmlDocument
-
Returns the <body> or <frameset> node of the current document, or
null
if no such element exists. - 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.options.Tooltips
-
Returns the body alignment.
- getBodyCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user body callback.
- getBodyColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color.
- getBodyColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodyColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color as string.
- getBodyFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font element.
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodyFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body line font.
- getBodyFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font element.
- 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.options.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBooleanProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when it is stored as boolean.
- getBooleanValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (boolean) in the embedded JavaScript object at specific property.
- getBorder() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'border' property from element.
- getBorder() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the border of the table.
- 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.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.items.ArcElementOptions
-
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.configuration.Arc
-
Returns the border align callback, if set, otherwise
null
. - getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PieDataset
- getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
- getBorderBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottom' property from element.
- getBorderBottomColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomColor' property from element.
- getBorderBottomLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomLeftRadius' property from element.
- getBorderBottomRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomRightRadius' property from element.
- getBorderBottomStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomStyle' property from element.
- getBorderBottomWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomWidth' property from element.
- 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.
- 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.configuration.Line
-
Returns the border capstyle callback, if set, otherwise
null
. - getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border cap-style callback, if set, otherwise
null
. - getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback, if set, otherwise
null
. - getBorderCollapse() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderCollapse' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - 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.HoverFlexDataset
-
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.LabelItem
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderColor' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the gradient of the line.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the color of the arc border.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
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.CommonElementOptions
-
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.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getBorderColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the border color of the sankey elements.
- getBorderColor() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border color as canvas gradient.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as canvas gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the gradient of the bar border.
If property is missing or not a gradient, returns an empty list. - getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the gradient of the line.
If property is missing or not a gradient, returnsnull
. - getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border color as gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as gradient.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - 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.HoverFlexDataset
-
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.LabelItem
-
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.DefaultChartBar
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- 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.DefaultChartTooltips
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- 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.charts.MeterDataset
-
Returns the color of the arc border, as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the color of the dataset item border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the border color of the sankey elements.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise
null
. - 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.LabelItem
-
Returns the border color callback, if set, otherwise
null
. - getBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
-
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.defaults.chart.DefaultChartAngleLines
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getBorderDash() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
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.items.TooltipLabelColor
-
Returns the line dash pattern used when stroking borders, 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.configuration.Grid
-
Returns the border dash callback instance.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border dash callback, if set, otherwise
null
. - getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the border dash callback when element is hovered, if set, otherwise
null
. - getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise
null
. - 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.Grid
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- 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.DefaultGrid
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border dash offset callback, if set, otherwise
null
. - getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise
null
. - getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback, if set, otherwise
null
. - getBorderImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImage' property from element.
- getBorderImageWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImageWidth' property from element.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Arc
-
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).
- 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).
- 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).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PieDataset
-
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).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
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).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- 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.IsDefaultArc
-
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).
- 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).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
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).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Arc
-
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).
- 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).
- getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the border join style callback, if set, otherwise
null
. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border join style callback, if set, otherwise
null
. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border join-style callback, if set, otherwise
null
. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback, if set, otherwise
null
. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border join style callback, if set, otherwise
null
. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns the border join style callback, if set, otherwise
null
. - getBorderLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeft' property from element.
- getBorderLeftColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftColor' property from element.
- getBorderLeftStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftStyle' property from element.
- getBorderLeftWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftWidth' property from element.
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Callout
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRadius' property from element.
- getBorderRadius() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the label border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the border radius of item.
- getBorderRadius() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the border radius (in pixels) of toast container.
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the arc border radius, as object.
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the border radius (in pixels).
- getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object. - getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of arc border radius objects.
If a callback or an array have been set, returns an empty object. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the border radius callback, if set, otherwise
null
. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border radius callback, if set, otherwise
null
. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the callback called to set the border radius.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border radius callback, if set, otherwise
null
. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border radius callback, if set, otherwise
null
. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius callback, if set, otherwise
null
. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border radius (in pixels).
- getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBorderRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRight' property from element.
- getBorderRightColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightColor' property from element.
- getBorderRightStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightStyle' property from element.
- getBorderRightWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightWidth' property from element.
- getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the edges to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkippedCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border skipped callback, if set, otherwise
null
. - getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border skipped callback, if set, otherwise
null
. - getBorderSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderSpacing' property from element.
- getBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderStyle' property from element.
- getBorderStyle() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border style for the action element.
- getBorderStyle() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border styles set for the action element.
- getBorderTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTop' property from element.
- getBorderTopColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopColor' property from element.
- getBorderTopLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopLeftRadius' property from element.
- getBorderTopRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopRightRadius' property from element.
- getBorderTopStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopStyle' property from element.
- getBorderTopWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - 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.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list. - getBorderWidth() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list. - 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.LabelItem
-
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.DefaultChartBar
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- 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.DefaultChartTooltips
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - 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.dom.BaseStyleProperties
-
Returns the CSS 'borderWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the width of the arc border.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the border width.
- 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.BarElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the width of the border line.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the width of the border in pixels of sankey elements.
- getBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border width.
- getBorderWidth() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the width of the border in pixels.
- getBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth
. - getBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border width (in pixels).
- getBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth
. - getBorderWidthAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth
. - getBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback or an array have been set, returns an empty object. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise
null
. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border width callback, if set, otherwise
null
. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the border width callback, if set, otherwise
null
. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width callback, if set, otherwise
null
. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border width callback, if set, otherwise
null
. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border width (in pixels).
- getBottom() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the bottom coordinate.
- 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.data.Clip
-
Returns the clip bottom.
- getBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'bottom' property from element.
- getBottom() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the bottom coordinate value of the rectangle (has the same value as y + height, or y if height is negative).
- getBottom() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin bottom of legend.
- getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the bottom of chart area.
- getBottom() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the bottom of area.
- getBottom() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding bottom in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBoundingClientRect() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a
DOMRectangle
object providing information about the size of an element and its position relative to the viewport. - getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
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.AbstractScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoundsCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoxHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
- getBoxHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the height of colored box.
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the height of the colored box if displayColors is
true
.. - getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the height of colored box.
- getBoxPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the padding between the color box and the text.
- getBoxPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the padding between the color box and the text.
- getBoxPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding between the color box and the text.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the width of the colored box if displayColors is
true
.. - getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the width of colored box.
- getButton() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns a
EventButton
that describes which button is pressed during events related to the press or release of a button. - getButton() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the button that was pressed (if applicable) when the mouse event was fired.
- getButtons() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns a list of
EventButton
that describes which buttons are pressed when the event is launched. - getButtons() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the buttons being depressed (if any) when the mouse event was fired.
- getByAxisKind(AxisKind, ScaleId) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the default scale id instance by axis kind, otherwise will return
null
if not found. - getByCode(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the language instance, found using the identifier argument which is checked against both cods, 2 and 3 chars.
- getByIntValue(int, Weight) - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns the weight instance searched by the integer value.
- getByType(int) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type of node comparing the argument and its integer representation.
- getCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the calendar to use.
- getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the calendar to use.
- getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function
callback
implemented in the 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.
- getCallback(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or
null
if not exists. - getCallback(NativeObjectContainer, T) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or the default value passed as argument, if not exists.
- getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips callbacks are stored.
- getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the callbacks element.
- getCallout() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the callout options of the element.
- getCallout() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the callout node.
- getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the canvas element used to draw the chart.
- getCanvas() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the canvas of the canvas rendering context 2D object.
- getCanvas() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getCanvas() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the canvas element used to draw the chart.
- getCanvasGradientValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value ((
CanvasGradientItem
)) in the embedded JavaScript object at specific property. - getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the canvas pattern if exists.
- getCanvasPatternValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (
CanvasPatternItem
) in the embedded JavaScript object at specific property. - getCanvasValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (canvas) in the embedded JavaScript object at specific property.
- getCaptions() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the captions object.
- getCaptions() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the captions object.
- 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.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 of the tooltip arrow, in pixels.
- 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.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.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCellIndex() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns a value representing the cell's position in the cells collection of the <tr> the cell is contained within.
- getCellPadding() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- getCellSpacing() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical separation between cells.
- getCenter() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the center of GEO feature element.
- 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
- getCenterPoint() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the center point of the element.
- getCenterPoint(boolean) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the center point of the element.
- getChangedTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects representing individual points of contact whose states changed between the previous touch event and this one.
- getChangedTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact which contributed to the event.
- getCharbaId() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA ID, set to the chart.
- 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.
- getCharset() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the character encoding of an external script.
- getChart() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA chart or
null
if CHARBA id is not present in the 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.ChartEventContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
- getChart() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
Returns the chart instance, wrapped by this GWT widget.
- getChart() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the chart instance
- getChart() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the chart instance which is using the options.
- getChartArea() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the chart area item.
- getChartElement() - Method in class org.pepstock.charba.client.AbstractChart
- getChartElement() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getChartElement() - Method in interface org.pepstock.charba.client.IsChart
-
Gets a handle to the object's underlying DOM element.
- getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns the extended chart type of controller.
- getChi2() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the Pearson's chi-squared (Chi2) metric.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the number of children of this parent node which are elements.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the number of children of this element which are elements.
- getChildKey() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the property name to use to add this element to its parent.
- getChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a list containing all the children of this node.
- getCircularCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns
true
if the arc is curved. - getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the circumference of data set item.
- getCircumference() - Method in class org.pepstock.charba.client.options.Options
-
Returns the sweep to allow arcs to cover.
- getClampCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clamp callback, if set, otherwise
null
. - 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.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the action click event handler instance.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the action click event handler instance.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the CLICK event hander, if set, otherwise
null
. - getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the CLICK event hander, if set, otherwise
null
. - getClientHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner height of the element.
- getClientLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the left border of the element.
- getClientTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the top border of the element.
- getClientWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner width of the element.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the horizontal position of the mouse event on the client window of user's screen; setting this value doesn't move the mouse pointer.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the vertical position of the mouse event on the client window of the user's screen; setting this value doesn't move the mouse pointer.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- getClip() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - getClip() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns always
Undefined.DOUBLE
because is always disabled. - getClipAsObject() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - getClipAsObject() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns always
Clip
instance withUndefined.DOUBLE
because is always disabled. - getClipCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clip callback, if set, otherwise
null
. - getCloseHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the CLOSE hander, if set, otherwise
null
. - getCloseHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the CLOSE hander, if set, otherwise
null
. - getCode() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a string, defaulting to "", that sets the value of
NativeKeyboardEvent
code, represents a physical key on the keyboard (as opposed to the character generated by pressing the key). - getCode() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns a physical key on the keyboard (as opposed to the character generated by pressing the key).
In other words, this property returns a value that isn't altered by keyboard layout or the state of the modifier keys. - getCode2Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 2 chars.
It could benull
. - getCode3Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 3 chars.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
- getCoefficients() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns all calculated coefficients as a list.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.PowerRegression
- getColor() - Method in enum org.pepstock.charba.client.colors.GoogleChartColor
- 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.CartesianScaleTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'color' property from element.
- getColor() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- 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.CrosshairLabel
-
Returns the crosshair label font color.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label font color.
- getColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font 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.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColor() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color.
- getColor() - 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.
- getColor() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font color of the sankey elements.
- getColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getColor() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the color of the text in the toast.
- getColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font color.
- getColor(double) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(Date) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- 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.CartesianScaleTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
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.DefaultChartGrid
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font color as string.
- getColorAsString() - 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.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the color of 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.CrosshairLabel
-
Returns the crosshair label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color as string.
- 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.Grid
-
Returns the color of the grid, if not specified as an array.
- getColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color as string.
- getColorAsString() - 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.
- getColorAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font color of the sankey elements.
- getColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultContentElement
- getColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font color as string.
- getColorAsString(double) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorAsString(String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorAsString(Date) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the color callback, if set, otherwise
null
. - getColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color callback, if set, otherwise
null
. - getColorCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color callback, if set, otherwise
null
. - getColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements.
- getColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements.
- getColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements.
- getColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements.
- getColorFromCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "from" callback, if set, otherwise
null
. - getColorMode() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color mode between sankey elements.
- getColorMode() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the color mode between sankey elements.
- getColorModeCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color mode 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 class org.pepstock.charba.client.gradient.PropertyOptions
-
Returns the colors defined for the property, to create the gradient.
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns a list of colors which are composing a color scheme.
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HoverDataset
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns an array of colors as string.
- getColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements.
- getColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements.
- getColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements.
- getColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements.
- getColorToCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "to" callback, if set, otherwise
null
. - getColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of background color has been set.
- getColSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- getColumn() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for assigning the start or ending position to the sankey elements.
- getColumnHeights() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns heights.
- getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns widths.
- getCompactDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCompactDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the compact display when
Notation.COMPACT
is set. - getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the compact display when
Notation.COMPACT
is set. - getCompactDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the compact display when
Notation.COMPACT
is set. - getCompletedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getConfigureHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before initializing configuration of 'chart'.
- getContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Returns the content of envelop.
- getContent() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the value of meta-data property..
- getContent() - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Returns the content of the label.
- getContent() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the content of the item to inject.
- getContent() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the content to show in the toast.
- getContent() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the content to show in the toast.
- getContentCallback() - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Returns the callback to customize the description label string in the chart.
- getContext() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the unmodifiable toast context.
- getContext2d() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a drawing 2D context on the canvas.
- getController() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset controller.
- getController(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller by name as string.
- getController(ControllerType) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller by name as
ControllerType
. - getControllers() - Method in class org.pepstock.charba.client.Defaults
-
Returns the controllers.
- getControlPointNextX() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the next X control point of data set item in pixel.
- getControlPointNextY() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the next Y control point of data set item in pixel.
- getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the previous X control point of data set item in pixel.
- getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the previous Y control point of data set 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.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadiusAsObject() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadiusAsObject() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCount() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getCount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getCount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCount() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCountCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the count callback instance.
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getCrossAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment perpendicular to the axis.
- getCrossAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment perpendicular to the axis.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the CSS statement which represents the gradient orientation.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientType
-
Returns the CSS statement which represents the gradient type.
- 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.configuration.Line
-
Returns the cubic interpolation mode callback, if set, otherwise
null
. - getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the border join style callback, if set, otherwise
null
. - getCurrency() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrency() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the currency to use in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrencyDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns how to display the currency in currency formatting.
- getCurrencySign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrencySign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrencySign() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - 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.
- getCurrentTarget() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns a reference to the currently registered target for the event.
This is the object to which the event is currently slated to be sent. - 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 in the chart.
- getCursorType() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'cursor' property from element.
- getCutout() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
AsDouble
, it is considered to be pixels. - getCutout() - Method in class org.pepstock.charba.client.configuration.PieOptions
- getCutout() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCutout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
AsDouble
, it is considered to be pixels. - getCutout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- getCutout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
AsDouble
, it is considered to be pixels. - getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
AsString
and ending with '%', percentage of the chart radius. - getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.DoughnutOptions
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
AsString
and ending with '%', percentage of the chart radius. - getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
AsString
and ending with '%', percentage of the chart radius. - 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.data.Dataset
-
Returns the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - getData() - 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() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getData() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the array which is representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
- getData() - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Returns the textual data contained in this object.
- getData() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getData() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the data object with all passed datasets.
- getData(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getData(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- getData(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the object in the user format of the data point.
- getDataCount() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the amount of data.
- getDataElementType() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the data element type.
- getDataIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data.
- getDataIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the index of the data inside the dataset.
- getDataItem() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the value for the data set by a
DataItem
. - getDataPoint() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the parsed data values for the given
TooltipItem.getDatasetIndex()
andTooltipItem.getDataIndex()
. - 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() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of tooltip items related to data points.
- getDataPoints() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
- getDataPoints() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data points
- getDataPoints() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the treemap data property of a dataset for a chart is specified as an array of treemap 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(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- getDataPoints(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
- getDataPoints(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the sankey data property of a dataset for a chart is specified as an array of sankey 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(NativeBaseEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data sets that matches the event and returns the data set items references as a list.
- getDatasetAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetAtEvent(NativeBaseEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the event.
- getDatasetElementType() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the dataset element type.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Returns the index of the data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item index.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset index of the chart
- getDatasetItem() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
DatasetItem
related to the context, if there is, otherwisenull
. - getDatasetItem() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the dataset item.
- getDatasetItem(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set that matches the current index.
- getDatasetItem(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetItem(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the current index and returns.
- getDatasetLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the data set label.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.data.BarDataset
- getDatasetOptionsHandler() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the instance of bar dataset options handler.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.options.TypedDataset
- getDatasetReferenceFactory() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the factory to create
DatasetReference
when required, based on the data element type of the chart. - getDatasetReferenceFactory() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetReferenceFactory() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the factory to create
DatasetReference
when required, based on the data element type of the chart. - getDatasets() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the data sets element.
- getDatasets() - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- getDatasets() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getDatasets() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getDatasets() - Method in class org.pepstock.charba.client.options.Options
-
Returns the data sets element.
- getDatasets(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- 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() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- 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(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- getDataType() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the type of managed data for this axis type.
- getDataType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data type of data sets.
- getDataType() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getDataType() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the data type of value.
- getDataType() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the data type of value.
- getDate() - Method in class org.pepstock.charba.client.configuration.Adapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
- getDate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAdapters
- getDate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAdapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.options.Adapters
-
Returns the date adapter options.
- getDateByOrdinal(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns a
Date
object and initializes it so that it represents midnight, at the beginning of the day specified by the ordinal day of a year, passed as arguments. - getDateByWeek(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns a
Date
object and initializes it so that it represents midnight, at the beginning of the day specified by the week of the year, passed as arguments. - getDateStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDateStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the date formatting style to use when calling
AbstractFormat.format(java.lang.Object)
. - getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the date formatting style to use when calling
AbstractFormat.format(java.lang.Object)
. - getDateTime() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the date time format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getDateTime(ActionItem) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the action invocation was applied to the toast.
- getDateTime(Status) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the status was applied to the toast.
- getDateTime(ToastItemAction) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the action invocation was applied to the toast.
- getDateValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (date) in the embedded JavaScript object at specific property.
- getDay() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the day format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Day.
- getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Day.
- getDayPeriod() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDayPeriod() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDecimalForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getDecimation() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getDecimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the decimation defaults.
- getDecimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the decimation plugin element.
- getDefault() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Gets the current value of the default locale for this instance.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- 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.BubbleDataset
- 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.BubbleDataset
- 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
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.ArcElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.BarElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
This method must be overrided by all element where the border width is stored in different object.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.PointElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
- 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 class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options created based on chart type.
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Arc
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Bar
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Line
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Point
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns the default values of tiles configuration.
- getDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns the original defaults of plugin.
- getDefaults() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the defaults of toast.
- getDefaultScaleId() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the default scale id for this axis type.
- getDefaultScaleId() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getDefaultValues() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the default provider instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default options instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the default provider instance.
- getDegrees() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns a number representing the clockwise angle (in degree) which defines the label box alignment relative to "anchor".
- getDelay() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the delay before starting the animations.
- getDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getDepth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the depth, only available if grouping.
- getDescriptionLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the description element of meter chart.
- getDescriptor() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the regression descriptor.
- getDetail() - Method in class org.pepstock.charba.client.dom.events.NativeUIEvent
-
When non-zero, provides the current (or next, depending on the event) click count.
For click events, is the current click count.
For mousedown or mouseup events, is 1 plus the current click count.
For all other, is always zero. - 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.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
- getDirection() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'direction' property from element.
- 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).
WhenDisplay.AUTO
, the axis is visible only if at least one associated data set is visible. - getDisplay() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
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.globals.DefaultScale
- getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns how showing the axis.
- getDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'display' property from element.
- getDisplay() - Method in class org.pepstock.charba.client.options.AbstractScale
-
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.annotation.AbstractAnnotation
-
Returns the callback called to set whether the annotation should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set whether the arrow head should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets if the axis will be shown.
- getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the display callback, if set, otherwise
null
. - 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 in the 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 in the 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.
- getDistanceFromCenterForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the distance from the center of a specific value.
- getDividers() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the dividers object.
- getDividers() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the dividers object.
- getDocument() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a reference to the document that the window contains.
- getDocumentElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the element that is a direct child of the document.
This is normally the object representing the document's <html< element. - getDoubleValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (double) in the embedded JavaScript object at specific property.
- getDoubleValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of doubles) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - getDrag() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the drag-to-zoom effect.
- getDrawActiveElementsOnTopCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the callback, if draws the active points of a dataset over the other points of the dataset.
- getDrawActiveElementsOnTopCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the callback, if draws the active points of a dataset over the other points of the dataset.
- getDrawCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the draw count of the chart.
- getDrawCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDrawCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the draw count of the chart.
- 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.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
- getDrawTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.options.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTimeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the draw time which defines when the annotations are drawn.
- getDuration() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getEasing() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the animation easing.
- getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the easing of drawing (between 0 and 1) for animation.
- getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getElement() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns the annotation element of plugin.
- getElement() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
ChartElement
related to the context, if there is, otherwisenull
. - getElement() - Method in class org.pepstock.charba.client.configuration.Arc
- getElement() - Method in class org.pepstock.charba.client.configuration.Bar
- getElement() - Method in class org.pepstock.charba.client.configuration.Line
- getElement() - Method in class org.pepstock.charba.client.configuration.Point
- getElement() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item element.
- getElement() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the chart element (point, arc, bar, etc.) for this tooltip item.
- getElement() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the
Div
element which represents the toast in the DOM. - getElement() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
Returns the
ZoomPlugin
configuration element. - getElement(String) - Static method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns the
Div
element which describes the modifier key.
It can be used in UI if needed. - getElement(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- getElement(IsKeyboardKey) - Static method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns the
Div
element which describes the modifier key.
It can be used in UI if needed. - getElement(ElementFactory<T>) - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the options defined for a custom element.
- getElement(ElementFactory<T>) - Method in class org.pepstock.charba.client.options.Elements
-
Returns the options defined for a custom element.
- getElementAtEvent(NativeBaseEvent) - 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(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementAtEvent(NativeBaseEvent) - 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. - getElementAtEvent(NativeBaseEvent, InteractionItem) - 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(NativeBaseEvent, InteractionItem) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementAtEvent(NativeBaseEvent, InteractionItem) - 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. - getElementById(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an element object representing the element whose id property matches the specified string.
- getElementKey() - Method in class org.pepstock.charba.client.options.AbstractElementFactory
- getElementKey() - Method in interface org.pepstock.charba.client.options.ElementFactory
-
Returns the object key of the element.
- 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
ChartPointer.ID
plugin. - getElements() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns a list of dataset elements.
- getElements() - Method in class org.pepstock.charba.client.options.Options
-
Returns the elements element.
- getElementsAtEvent(NativeBaseEvent) - 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(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementsAtEvent(NativeBaseEvent) - 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. - getElementsAtEvent(NativeBaseEvent, InteractionItem) - 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(NativeBaseEvent, InteractionItem) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementsAtEvent(NativeBaseEvent, InteractionItem) - 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. - getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an list of elements with the given tag name.
The complete document is searched, including the root node. - getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a list containing all descendant elements, of a particular tag name, from the current element.
- 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.
- getEnableBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the enable border radius callback, if set, otherwise
null
. - getEnableBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the enable border radius callback, if set, otherwise
null
. - getEnd() - Method in class org.pepstock.charba.client.annotation.ArrowHeads
-
Returns the arrow head definition at end position.
- getEnd() - Method in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
-
Returns the end arrow head options.
- getEnd() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the end point of a bar.
- 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.ArcElement
-
Returns the end angle of data set item.
- getEndDataIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data of ending point of segment.
- getEndPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
PointElement
related to the data as ending point of segment. - getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the data value at which the line draw should end.
- getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEnumeratedValue(Key, T[]) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (key) in the embedded JavaScript object at specific property.
- getEnumeratedValues(Key, T[]) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of
Key
) in the embedded JavaScript object at specific property. - getEpochByOrdinal(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of milliseconds, since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT, for a specific ordinal day of a year.
- getEpochByWeek(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of milliseconds, since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT, for a specific week of a year.
- getEra() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getEra() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Era.
- getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Era.
- getEventContext() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns the event context in the CHART.JS event.
- getEventPhase() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns which phase of the event flow is currently being evaluated.
- getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the browser events that the legend should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the browser events that the tooltip should listen to.
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultEventHandler
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in interface org.pepstock.charba.client.options.HasEvents
-
Returns the browser events that the chart should listen to.
- getEventsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getEventsHandler() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
- getEventsOptionHandler() - Method in interface org.pepstock.charba.client.options.HasEvents
-
Returns a event handler handler instance to use in the default methods of this interface.
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Legend
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Options
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Callout
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getExternalCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user external callback instance.
- getFactory(String) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the factory related to the element type.
- getFactory(DatasetItem) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the factory related to the dataset item.
- getFamily() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font family, follows CSS font-family options.
- getFeature() - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Returns the feature object to identify the region.
- getFeature() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the feature of GEO element.
- 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.IsDefaultFillHandler
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.options.FillHandler
-
Returns how to fill the area under the line.
- getFill() - Method in interface org.pepstock.charba.client.options.HasFill
-
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 data set index, using the passed index.
- getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on relative data set index, using the passed index.
If the passed argument is not a relative data set index, checks if is predefined fill. - getFillCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set
true
whether the arrow head must be closed and filled. - getFillCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the fill callback, if set, otherwise
null
. - getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill callback, if set, otherwise
null
. - getFillColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFillColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFiller() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the filler plugin configuration.
- getFiller() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getFiller() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the filler defaults.
- getFiller() - Method in class org.pepstock.charba.client.options.Options
-
Returns the filler plugin element.
- getFillGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for gradient style inside shapes.
- getFillHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getFillHandler() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns a fill handler instance to use in the default methods of this interface.
- getFillHandler() - Method in class org.pepstock.charba.client.options.Line
- getFillPattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for pattern style inside shapes.
- getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as color.
- getFillStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas gradient.
- getFillStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas pattern.
- getFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as gradient.
- getFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as pattern.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user filter callback instance.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user filter callback instance.
- getFinalPositionProps(List<Key>) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the list of properties of the element, using the final position.
- getFinalPositionProps(Key...) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the list of properties of the element, using the final position.
- getFirstChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the first direct child node of the node, or
null
if the node has no child. - getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the first node which is both a child of this parent node and is also an element, or
null
if there is none. - getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the first node which is both a child of this element and is also an element, or
null
if there is none. - getFloatingData() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFloatingData(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFlow() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns flow value.
- getFont() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'font' property from element.
- getFont() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier. - getFont() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.options.AbstractTitle
- getFont() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.options.IsTitle
- getFont() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font element.
- getFontCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font callback, if set, otherwise
null
. - getFontCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font callback, if set, otherwise
null
. - getFontCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font callback, if set, otherwise
null
. - getFontCallback() - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Returns the
FontCallback
if it has been set ornull
. - getFontCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font callback, if set, otherwise
null
. - getFontColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the font color of the legend or
null
if not set. - getFontContainer() - Method in class org.pepstock.charba.client.options.AbstractTitle
- getFontContainer() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns a font container instance to use in the default methods of this interface.
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendLabels
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendTitle
- getFontContainer() - Method in class org.pepstock.charba.client.options.PointLabels
- getFontContainer() - Method in class org.pepstock.charba.client.options.ScaleTitle
- getFontContainer() - Method in class org.pepstock.charba.client.options.Ticks
- getFontFamily() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontFamily' property from element.
- getFontSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSize' property from element.
- getFontSizeAdjust() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSizeAdjust' property from element.
- getFontStretch() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStretch' property from element.
- getFontStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStyle' property from element.
- getFontVariant() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontVariant' property from element.
- getFontWeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontWeight' property from element.
- 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.options.Tooltips
-
Returns the body alignment.
- getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user footer callback.
- getFooterColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color.
- getFooterColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color as string.
- getFooterFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font element.
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font.
- getFooterFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font element.
- 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.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.options.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getForce() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- getForce() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- getFormat(TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
- getFormatCallback() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns the callback to customize the value string in the chart.
- getFormatMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getFormatMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormats() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the provided default formats.
- getFormattedValue() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the formatted value for the tooltip.
- getFormatter() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the callback which can be implemented to change the text of label.
- getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the formatter callback, if set, otherwise
null
. - getFrom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFrom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFrom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as number.
- getFrom() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the starting value of selected scale.
- getFrom() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFrom() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns from value as string.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as boolean.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFromAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color.
- getFromAsKey() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns from value as
Key
. - getFromAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as color string.
- getFromAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color string.
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the start value for the animation.
- getFromCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the start value for the animation.
- getGlobal() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global options.
- getGlobalCompositeOperation() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of compositing operation to apply when drawing new shapes.
- getGlobalCompositeOperation() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of compositing operation to apply when drawing new shapes.
- getGrace() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGrace() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGrace() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGrace() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGrace() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGraceAsPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the gradient if it has been set, otherwise
null
. - getGraticuleBorderColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border color.
- getGraticuleBorderColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border color.
- getGraticuleBorderWidth() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border width.
- getGreen() - Method in class org.pepstock.charba.client.colors.Color
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the green value.
- getGrid() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the grid element
- getGrid() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the grid element.
- getGrid() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGrid() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGrid() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the grid defaults.
- getGrid() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the grid element.
- getGroup() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the group name, only available if grouping.
- getGroups() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getGroupsAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getGroupSum() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the group sum, only available if grouping.
- getHandler() - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
- getHandler() - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns the amount of handlers for a specific event type.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getHandlerCount(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of handlers for a specific event type.
- getHash() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '#' followed by the fragment identifier of the URL.
- getHashCodeProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key used to store the class name plus hash code, as key of callback instance in the cache.
- getHead() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the <head> element of the current document.
- getHeight() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the height of element in pixel.
- getHeight() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image height used in the pattern.
- getHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'height' property from element.
- getHeight() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the height of the rectangle.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used. - getHeight() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the actual height, in pixels.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the length of pixel of the hinted height of the cell.
- getHeight() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- getHeight() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- getHeight() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the height in pixel.
- getHeight() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the height 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.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the height of matrix element in pixels.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the height of matrix element in pixels.
- getHeight() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.treemap.TreeMapElement
-
Returns the height of data set item in pixel.
- getHeightCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the height callback to set the height of matrix element in pixels.
- getHistoryItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the list of toast items in the history.
- 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.PointElementOptions
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- 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.configuration.Point
-
Returns the hit radius callback, if set, otherwise
null
. - getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hit radius callback, if set, otherwise
null
. - getHorizontalAlignmentValue() - Method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns the CSS value for horizontal alignment in the HTML element style.
- getHost() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the host, that is the hostname, a ':', and the port of the URL.
- getHostname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the domain of the URL.
- getHour() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the hour format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getHour() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getHour() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Hour.
- getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Hour.
- getHourCycle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getHourCycle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the hour cycle to use.
- getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the hour cycle to use.
- 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.options.Options
-
Returns the hover element.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient of the elements when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill gradients of the arcs in the data set when hovered.
If property is missing or not a gradient, returns an empty list. - getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returns an empty list. - getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returnsnull
. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill patterns of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returnsnull
. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill color of the arcs when hovered as string.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover background color callback, if set, otherwise
null
. - getHoverBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn, when element is hovered.
- getHoverBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback when element is hovered, if set, otherwise
null
. - getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered
- getHoverBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the stroke gradient of the elements when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the stroke gradients of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returnsnull
. - getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the stroke color of the arcs when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover border color callback, if set, otherwise
null
. - getHoverBorderDash() - 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, when element is hovered.
- getHoverBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback when element is hovered, if set, otherwise
null
. - getHoverBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset, when element is hovered.
- getHoverBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback when element is hovered, if set, otherwise
null
. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Arc
-
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).
- getHoverBorderJoinStyle() - 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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PieDataset
-
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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
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), when hovered.
- getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Arc
-
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), when hovered.
- getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the hover border join style callback, if set, otherwise
null
. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null
. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null
. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null
. - getHoverBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getHoverBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border radius callback, when hovered, if set, otherwise
null
. - getHoverBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border radius callback, if set, otherwise
null
, when hovered. - getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- 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.IsDefaultOptionsElement
-
Returns the border width when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width when hovered.
- getHoverBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border width (in pixels), when hovered.
- getHoverBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels, when hovered.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the hover border width callback, if set, otherwise
null
. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the hover border width callback, if set, otherwise
null
. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the hover border width callback, if set, otherwise
null
. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border width (in pixels), when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels), when dataset if hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getHoverOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the offset callback, if set, otherwise
null
. - getHoverOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, when dataset is hovered, 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.items.PointElementOptions
-
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.configuration.Point
-
Returns the hover radius callback, if set, otherwise
null
. - getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hover radius callback, if set, otherwise
null
. - getHref() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a stringifier that returns a string containing the entire URL.
If changed, the associated document navigates to the new page.It can be set from a different origin than the associated document. - getHtmlColorName() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns the HTML color name.
- getHtmlElementValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- getHttpEquiv() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of an HTTP response header to define for a document.
- getIcon() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the icon image set for toast.
- getIcon() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the icon image set for toast.
- 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.annotation.AbstractAnnotation
-
Returns the id of annotation.
- 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 object id.
- getId() - Method in class org.pepstock.charba.client.configuration.Axis
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used. - getId() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the unique id of data sets.
- getId() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the unique id of the element.
- getId() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns a unique identifier for the pointer causing the event.
- getId() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns a unique identifier for the pointer causing the event.
- getId() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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.labels.Label
-
Returns the id of label.
- getId() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the id of scale.
It is usually used to link data sets 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.AbstractBasePlugin
-
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the unique ID of the options.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the action unique id.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the unique id of toast item.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the action unique id.
- getIdentifier() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - getIdentifier() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - getIdentifier() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the locale identifier which consists of a language identifier and extension tags.
- 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 used in the pattern if exists.
- getImage() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner image.
- getImageData(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns an
ImageData
object representing the underlying pixel data for a specified portion of the canvas. - getImages() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the images when
Render
isRender.IMAGE
. - getImageURLFromCanvasPattern(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a data URL for the current content of a canvas pattern instance.
- getImgValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (image) in the embedded JavaScript object at specific property.
- getIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the incremental id of the object.
- getIndex() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the index of the tick.
- 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.ActiveDatasetElement
-
Returns the index of the data element.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item data index.
- getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart (for POLAR and PIE charts)
- getIndex() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the index of the data inside the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getIndexAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxis() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index axis.
- getIndexAxis() - Method in class org.pepstock.charba.client.options.Options
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index axis ID.
- getIndexScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index scale item or
null
if not exists.
IfIndexAxis
=IndexAxis.Y
then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale. - getIndicatorWidth() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns how many pixels should be used for the color bar.
- getIndicatorWidthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set how many pixels should be used for the color bar.
- getInflateAmount() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getInflateAmount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getInflateAmount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmountCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the inflate amount callback, if set, otherwise
null
. - getInflateAmountCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the inflate amount callback, if set, otherwise
null
. - getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the initial cursor of the chart.
- getInitialCursor() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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.
- getInnerEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-end corner of the arc, in pixel.
- getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerHeight property returns the inner height of a window's content area.
- getInnerHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the markup of the element's content.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the inner radius of data set item in pixel.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the inner radius of dataset item in pixel.
- getInnerStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-start corner of the arc, in pixel.
- getInnerText() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard. - getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerWidth property returns the inner width of a window's content area.
- getInstallHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - getInstances() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
instances
property by native object. - getIntegerProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when it is stored as integer.
- getInteraction() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the configuration which events trigger plugin interactions
- getInteraction() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the interaction element.
- getInteraction() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getInteraction() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the interaction defaults.
- getInteraction() - Method in class org.pepstock.charba.client.options.Options
-
Returns the interaction element.
- getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns a color using the gradient as source of colors.
- getInterval() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
- getIntValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getIntValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of integers) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - getIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.options.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekDayByValue(int) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns a ISO week day item by the passed value.
- getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Returns the item with dataset metadata related to the click
- getItem() - Method in interface org.pepstock.charba.client.events.IsLegendEvent
-
Returns the legend item related to the event.
- getItems() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getItems() - Method in interface org.pepstock.charba.client.events.IsChartEvent
-
Returns a list of items with dataset references related to the event.
- 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.
- getItemsByName(T[], String) - Static method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns an unmodifiable list of items which are matching with the name passed as argument.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user item sort callback instance.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user item sort callback instance.
- getKey() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a string, defaulting to "", that sets the value of
NativeKeyboardEvent
key, the value of the key pressed by the user. - getKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns the value of the key pressed by the user, taking into consideration the state of modifier keys as well as the keyboard locale and layout.
- getKey() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getKeyAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getKeyboardKey() - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns the related
KeyboardModifierKey
. - getKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the an enumeration by the value.
- getKeyByValue(T[], String, T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the 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 in the cache.
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
- getLabel() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the label on the line.
- getLabel() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the inner label element of the element.
- getLabel() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the label on the line.
- getLabel() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the label that is shown on the perimeter of the scale.
- getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
-
Returns the label options of plugin.
- getLabel() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label.
- getLabel() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset 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.ScaleValueItem
-
Returns the label of the value used on the scale.
- 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.LabelsContext
-
Returns the label for the data set.
- getLabel() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the label of the toast.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the label of toast.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the label of the toast.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or
null
if not exist. - getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or
null
if not exist. - getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id
- 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.
- getLabelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the label to display in the tooltip for the given value.
- getLabelHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- 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. - getLabelOptions() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the label options of plugin.
- getLabelPointStyles() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels point styles of tooltip.
- getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the label rotation ratio.
- getLabels() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels.
- getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend labels element.
- getLabels() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels.
- 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.impl.plugins.CrosshairOptions
-
Returns the labels utility to set the same value to all labels.
- getLabels() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the collection of labels.
- getLabels() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend labels element.
- getLabels() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for labeling the sankey elements.
- getLabels() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the labels object.
- getLabels() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the labels object.
- getLabels(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels for axes.
- getLabels(boolean) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels for axes.
- getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user callback instance to generate labels.
- getLabelsHandler() - Method in class org.pepstock.charba.client.data.Data
- getLabelsHandler() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns an labels option handler instance.
- getLabelsHandler() - Method in class org.pepstock.charba.client.options.AbstractScale
- getLanguage() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns a string representing the preferred language of the user, usually the language of the browser UI.
- getLanguage() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the language of the locale.
- getLastChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the last direct child node of the node, or
null
if the node has no child. - getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the last node which is both a child of this parent node and is an element, or
null
if there is none. - getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the last node which is both a child of this element and is an element, or
null
if there is none. - getLastIndex() - Static method in class org.pepstock.charba.client.utils.RegExp
-
Returns the index at which to start the next match.
This property is set only if the regular expression instance used the g flag to indicate a global search, or the y flag to indicate a sticky search.
The following rules apply:
If lastIndex is greater than the length of the string,RegExp.test(String)
andRegExp.exec(String)
fail, then lastIndex is set to 0 If lastIndex is equal to or less than the length of the string and if the regular expression matches the empty string, then the regular expression matches input starting from lastIndex. - getLatitude() - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Returns the latitude of the data.
- getLatitude() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns the latitude stored in the object.
- getLatitude() - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Returns the latitude stored in the object.
- getLayerX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the horizontal coordinate of the event relative to the current layer.
- getLayerY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the vertical coordinate of the event relative to the current layer.
- 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.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.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.data.Clip
-
Returns the clip left.
- getLeft() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'left' property from element.
- getLeft() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the left coordinate value of the rectangle (has the same value as x, or x + width if width is negative).
- getLeft() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin left of legend.
- getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the left of chart area.
- getLeft() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the left of area.
- getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding left in pixel.
- getLeftRightValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only left and right is used.
- 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.options.Options
-
Returns the legend element.
- getLegendItem() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the legend item instance, needed to create the point style for legend.
- getLegendItemCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.configuration.LegendTitle
- getLegendTextHandler() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns a legend text handler instance to use in the default methods of this interface.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.items.LegendLabelItem
- getLegendTextHandler() - Method in class org.pepstock.charba.client.options.LegendTitle
- getLegendTitleCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend's title, as HTML.
- getLength() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the amount of pixels of the length of the arrow head.
- getLength() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns the amount of pixels of the length of the arrow head.
- getLength() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the length of the legend.
- getLength(Object) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns the length of the passed array.
If argument isnull
, 0 is returned. - getLengthCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set the amount of pixels of the length of the arrow head.
- getLengthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set length of the legend.
- getLimits() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the limits element.
- 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.dom.elements.Context2dItem
-
Returns 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.
- getLineCapStyle() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns how the end points of every line are drawn.
- getLineColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the color of the line.
- getLineColor() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the divider color of the rectangle.
- getLineColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the color of the line.
- getLineColorAsString() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the divider color of the rectangle.
- getLineDash() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
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.
- 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.
- getLineDash() - Method in class org.pepstock.charba.client.treemap.Dividers
-
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.
- getLineDashOffset() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the line dash offset, or "phase.".
Specifies where to start a dash array on a line. - getLineDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the line dash pattern offset.
- getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern offset.
- getLineDashOffset() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the line dash pattern offset of the divider.
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'lineHeight' property from element.
- getLineHeight() - Method in class org.pepstock.charba.client.options.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getLineHeightAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text as string.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.AbstractImmutableFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.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.dom.elements.Context2dItem
-
Returns the type of corners where two lines 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).
- 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.Grid
-
Returns the stroke widths of grid.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the stroke widths of grid.
- 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.DefaultChartGrid
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the width of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the thickness of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the width of the line.
- getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the width of line in pixels.
- getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the stroke width of grid.
The first element if set as array. - getLineWidth() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the width of the divider line in pixels.
- 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.LabelItem
-
Returns the listeners element.
- getLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.options.Options
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocaleMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- getLocaleMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the locale matching algorithm to use.
- getLocation() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseLocation
object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL. - getLocation() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns the location of the key on the keyboard or other input device.
- getLocation() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns the location of the key on the keyboard or other input device.
- getLongitude() - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Returns the longitude of the data.
- getLongitude() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns the longitude stored in the object.
- getLongitude() - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Returns the longitude stored in the object.
- getLoopCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- 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.
- getMapper() - Method in class org.pepstock.charba.client.geo.ColorAxis
- getMapper() - Method in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
- getMapper() - Method in class org.pepstock.charba.client.geo.SizeAxis
- getMapper() - Method in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
- getMargin() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the amount of pixels between the label and the callout separator.
- getMargin() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the amount of pixels between the label and the callout separator.
- getMargin() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'margin' property from element.
- getMargin() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the margin pixels such that it doesn't stick to the edge of the chart.
- getMargin() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the margin from canvas border.
- getMarginAsObject() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the margin pixels such that it doesn't stick to the edge of the chart.
- getMarginBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginBottom' property from element.
- getMarginCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the amount of pixels between the label and the callout separator.
- getMarginCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the margin pixels such that it doesn't stick to the edge of the chart.
- getMarginLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginLeft' property from element.
- getMarginRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginRight' property from element.
- getMarginTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginTop' property from element.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item to display.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- getMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
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.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the maximum value of range.
- 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.AbstractScale
-
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.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the maximum bar thickness.
- getMaxHeight() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getMaxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum height of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxHeight' property from element.
- getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max height in pixel.
- getMaxHeight() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxHistoryItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the maximum amount of toast items you want to maintain in the history.
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the maximum amount of axes that the chart can manage.
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.PolarAreaChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.RadarChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the maximum amount of datasets that the chart can manage.
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- getMaximumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits()
.
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 0. - getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits()
.
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 0. - getMaximumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits()
.
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()
and 0. - getMaximumLegendColumns() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the maximum amount of columns of legend.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMaximumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the maximum number of significant digits to use.
- getMaxIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item at passed index to display.
- getMaxIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the maximum item at passed index to display.
- getMaxOpenItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the maximum amount of open toast items you want to maintain on DOM.
- getMaxOpenItemsPolicy() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the policy to apply when the maximum amount of open items is reached.
- 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.
Note: Rotation doesn't occur until necessary. - getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maximum number of ticks and grid 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 grid to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimitCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maxTicksLimit callback instance.
- getMaxWidth() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getMaxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxWidth' property from element.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max width in pixel.
- getMaxWidth() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMillisecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the millisecond format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item to display
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- getMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
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.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the minimum value of range.
- 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.AbstractScale
-
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.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMinBarLength() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getMinBarLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns a minimum length in pixels.
- getMinHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minHeight' property from element.
- getMinimumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits()
. - getMinimumFractionDigits() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the minimum number of fraction digits to use.
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits()
. - getMinimumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits()
. - getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMinimumIntegerDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of integer digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMinimumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of significant digits to use.
- getMinIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item at passed index to display
- getMinIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the minimum item at passed index to display
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- getMinRange() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns the minimum allowed range.
This defines the max zoom level. - 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.
Note: Only applicable to horizontal scales. - 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
-
Returns the minimum display format to be used for a time unit.
- getMinute() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the minute format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getMinute() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getMinute() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minWidth' property from element.
- getMiterLimit() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the miter limit ratio.
- getMode() - Method in class org.pepstock.charba.client.annotation.Interaction
-
Returns which the mode to engaged annotations on events.
- getMode() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
Returns which the mode to engaged annotations on events.
- getMode() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which elements appear in the chart, hovering the chart.
- getMode() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns which elements appear in the interaction.
- 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.DefaultChartInteraction
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
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.
- getMode() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the interaction axis mode.
- getMode() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns which elements appear in the interaction.
- getMode() - Method in class org.pepstock.charba.client.items.PluginUpdateArgument
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions.
- getModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
- getModel() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
-
Returns the tooltip model
- getModifierKey() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the modifier key to activate the crosshair.
- getModifierKey() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the modifier key to activate selection.
- getModifierKey() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the modifier key to close the toast by clicking on it.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the modifier key to activate drag-to-zoom.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the modifier key to activate panning.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the modifier key to activate zooming by wheeling.
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
- getModifierState(KeyboardModifierKey) - Method in class org.pepstock.charba.client.dom.events.NativeUIEvent
-
Returns the current state of the specified modifier key:
true
if the modifier is active (that is the modifier key is pressed or locked), otherwise,false
. - getMonth() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the month format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getMonth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getMonth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Month.
- getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Month.
- 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 class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's name.
- getName() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of a meta-data property to define for a document.
- getName() - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Returns the property name of this configuration.
- getName() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
- getName() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the name of the currency.
- getName() - Method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns the name of the locale item.
- getName() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the name of the language.
- getName() - Method in enum org.pepstock.charba.client.intl.Region
-
Returns the name of the region.
- getName() - Method in enum org.pepstock.charba.client.intl.Script
-
Returns the name of the region.
- 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.
- getName() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the name of the object.
- getNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by id.
- getNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by chart instance.
- getNativeArray() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
-
Returns the native array instance.
- getNativeChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeChart(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (chart) in the embedded JavaScript object at specific property.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the native event instance.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeEvent() - Method in interface org.pepstock.charba.client.events.HasNativeEvent
-
Returns the native event instance.
- getNativeEvent(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (native event) in the embedded JavaScript object at specific property.
- getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance.
- getNavigator() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseNavigator
object, which represents the state and the identity of the user agent. - getNextElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately following the given one in the tree, or
null
if there's no sibling node. - getNextSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the next node in the tree, or
null
if there isn't such node. - getNextSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the next sibling of the added or removed nodes, or null.
- 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 class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getNode() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the chart node with runtime data.
- getNodeName() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a string containing the name of the node.
The structure of the name will differ with the node type. - getNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the type of the node.
- getNodeValue() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the value of the current node.
- getNodeWidth() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the width of sankey elements.
- getNotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getNotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting that should be displayed for the number.
- getNumberFormat() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the number format instance.
- getNumberFormat() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getNumberFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number formatting options.
- getNumberFormat() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number formatting options.
- getNumberFormatCallback() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the callback to set the number formatting options.
- getNumberingSystem() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the numbering system to use.
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getNumberProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- 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.events.ChartEventContext
-
Wraps the protected method to get the java script object in order to consume it.
- getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Wraps the protected method to get the java script object in order to consume it.
- getObject() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the native object instance.
- 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.configuration.Arc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels).
- getOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the offset callback, if set, otherwise
null
. - getOffsetCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- getOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, if set, otherwise
null
. - getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the offset callback, if set, otherwise
null
. - getOffsetHeight() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the height of an element, relative to the layout.
- getOffsetLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's left border to its offsetParent's left border.
- getOffsetParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a element that is the element from which all offset calculations are currently computed.
- getOffsetTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's top border to its offsetParent's top border.
- getOffsetWidth() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the width of an element, relative to the layout.
- getOffsetX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetX() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset X.
- getOffsetY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetY() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset Y.
- getOpacity() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'opacity' property from element.
- getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the opacity of tooltip.
- getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity callback, if set, otherwise
null
. - getOpenHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the OPEN hander, if set, otherwise
null
. - getOpenHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the OPEN hander, if set, otherwise
null
. - getOptions() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the options used to configure the date adapter.
- getOptions() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the element options or
null
if options are not stored in the element. - getOptions() - Method in class org.pepstock.charba.client.AreaChart
- 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() - Method in class org.pepstock.charba.client.configuration.LineOptions
- 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() - 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.geo.BubbleMapChart
- getOptions() - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- getOptions() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.HorizontalBarChart
- 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.items.ArcElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.LineChart
- getOptions() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getOptions() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.PieChart
- getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
- getOptions() - Method in class org.pepstock.charba.client.RadarChart
- getOptions() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getOptions() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the element options.
- 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.StackedLineChart
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- getOptions() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- getOptions() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the toast options.
- getOptions() - Method in class org.pepstock.charba.client.VerticalLineChart
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options. - getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin data set configuration, if exist.
It uses a factory instance to create a plugin options. - getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns the plugin options, if exist.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,null
is returned. - getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,null
is returned. - getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,null
is returned. - getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,null
is returned. - getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, by defaults of CHART.JS.
If the type is not consistent, throws an exception. - getOptionsBuilder() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Returns the
DataLabelsPlugin.ID
label builder. - getOptionsBuilder() - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Returns the
LabelsPlugin.ID
label builder. - getOptionValue(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value of the property as result of callback (the same type).
- getOptionValue(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value of the property as result of callback (the same type), passing a default value.
- getOptionValueAsColor(C, Scriptable<?, C>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
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 alsoPattern
orCanvasPatternItem
. - getOptionValueAsColor(C, Scriptable<?, C>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
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.
- getOptionValueAsFont(C, Scriptable<FontItem, C>, IsDefaultFont) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the font item value as value of the property by invoking a callback which is typed to a font item.
- getOptionValueAsNumber(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value, as
Number
, of the property as result of callback (the same type), passing a default value. - getOptionValueAsNumber(C, Scriptable<T, C>, T, ScriptableResultChecker<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value, as
Number
, of the property as result of callback (the same type), passing a default value and aScriptableResultChecker
to check the consistency of the result. - getOptionValueAsPadding(C, Scriptable<PaddingItem, C>, IsDefaultPadding) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the padding item value as value of the property by invoking a callback which is typed to a paddng item.
- getOptionValueAsString(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
- getOptionValueAsString(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
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.items.DatasetItem
-
Returns the dataset order.
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BarDataset
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getOrderHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient orientation.
- getOrigin() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns a string containing the canonical form of the origin of the specific location.
- getOuter() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the outer radius if an arc.
- getOuterEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-end corner of the arc, in pixel.
- 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).
- getOuterHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the serialized HTML fragment describing the element including its descendants.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the outer radius of data set item in pixel.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the outer radius of dataset item in pixel.
- getOuterStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-start corner of the arc, 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).
- getOutlineBackgroundColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline background color.
- getOutlineBackgroundColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline background color.
- getOutlineBorderColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border color.
- getOutlineBorderColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border color.
- getOutlineBorderWidth() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border width.
- getOutputCalendar() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getOutputCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutsidePadding() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the padding when position is
Position.OUTSIDE
. - getOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'overflow' property from element.
- getOverScaleMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
- getOverScaleModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- getOwnerDocument() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the document that this node belongs to.
If the node is itself a document, returnsnull
. - getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
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.LegendTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips padding is stored.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
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.DefaultChartLegendTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- 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.DefaultLegendTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- 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 class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAbstractTitle
-
Returns the padding to apply around labels.
- 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.IsDefaultLegendTitle
-
Returns the padding to apply around title.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
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.IsDefaultTooltips
-
Returns padding object defaults.
- getPadding() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'padding' property from element.
- getPadding() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns the padding applied during auto scaling of the map in pixels, i.e.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the padding of crosshair label.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the padding of selection cleaner element.
- getPadding() - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.options.IsTitle
- 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.LegendTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction. - getPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the padding between the top of the node and the first label to draw, when multiple lines for labels are set, in pixels.
- getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the padding height used by selection cleaner 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. - getPaddingBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingBottom' property from element.
- getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding bottom in pixel.
- getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding callback, if set, otherwise
null
. - getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding callback, if set, otherwise
null
. - getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the padding callback, if set, otherwise
null
. - getPaddingCallback() - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Returns the
PaddingCallback
if it has been set ornull
. - getPaddingCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the padding callback, if set, otherwise
null
. - getPaddingLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingLeft' property from element.
- getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding left in pixel.
- getPaddingRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingRight' property from element.
- getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding right in pixel.
- getPaddingTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingTop' property from element.
- getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding top in pixel.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer relative to the whole document.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer relative to the whole document.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPan() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the pan element.
- getParameter(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned. - getParameterMap() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls. - getParent() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the parent.
- getParent() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the parent element.
- getParentElement() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns an element that is the parent of this node.
If the node has no parent, or if that parent is not an element, returnsnull
. - getParentHtmlElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an HTML element that is the parent of this element.
If the element has no parent, or if that parent is not an element, returnsnull
. - getParentNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the parent node.
- getParentNode() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node that is the parent of this node.
If there is no such node, returnsnull
. - getParsed() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the parsed values.
- 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 LUXON 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 LUXON 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 LUXON to parse the date.
- getPathname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing an initial '/' followed by the path of the URL.
- 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.LabelsContext
-
Returns the percentage for the data set.
- getPinch() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the pinch-to-zoom effect.
- getPixelForDateValue(Date) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDateValue(Date, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDecimal(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForStringValue(String) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForStringValue(String, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForTick(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(double, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelRatio() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the pixel ratio used by GEO feature element.
- 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 class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getPlugins() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getPlugins() - Method in class org.pepstock.charba.client.GlobalOptions
- getPlugins() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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.
- getPoint() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
Returns the position of the event when pan or zoom are about to start.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient for points.
- getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
If property is missing or not a gradient, returns an empty list. - getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
If property is missing or not a color, returns the default point background color color. - 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.
If property is missing or not a color, returns the default point border color. - getPointBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the border gradient for points.
- getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border gradient for points.
If property is missing or not a gradient, returns an empty list. - getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
If property is missing or not a color, returns the default point border color. - 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
. - getPointerType() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the device type that caused the event (mouse, pen, touch, etc.).
- getPointerType() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the device type that caused the event (mouse, pen, touch, etc.).
- getPointFillStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point fill style.
- getPointFillStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
- 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.
If property is missing or not a color, returns the default point background color. - getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the point background gradient when hovered.
- getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a gradient, returns an empty list. - getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color. - 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.
If property is missing or not a color, returns the default border color. - getPointHoverBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the point border gradient when hovered.
- getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border gradient when hovered.
If property is missing or not a gradient, returns an empty list. - getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
If property is missing or not a color, returns the default border color. - 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.AbstractScale
-
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
. - getPointStrokeStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point stroke style.
- getPointStrokeStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
- getPointStyle() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the legend.
- getPointStyle() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend.
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull
. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleAsCanvas() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull
. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style (as canvas) of the legend box (only used if usePointStyle is true)
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull
. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull
. - getPointStyleAsCanvas() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull
. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull
. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend as image.
- 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.data.BarDataset
-
Returns the style of the point for legend as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull
. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style (as image) of the legend box (only used if usePointStyle is true)
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull
. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull
. - getPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull
. - getPointStyleCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the point style callback, if set, otherwise
null
. - getPointStyleCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the point style callback, if set, otherwise
null
. - getPointStyleCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the point style callback, if set, otherwise
null
. - getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the point style callback, if set, otherwise
null
. - getPointStyleHandler() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- getPointStyleHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getPointStyleHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Bar
- getPointStyleHandler() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns a point style handler instance to use in the default methods of this interface.
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Point
- getPointStyleType() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the type of point style.
- getPointStyleType() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the type of point style.
- getPointStyleWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if
usePointStyle
is true, the width of the point style used for the legend (only forPointStyle.CIRCLE
,PointStyle.RECT
andPointStyle.LINE
). - getPointStyleWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if
usePointStyle
is true, the width of the point style used for the legend (only forPointStyle.CIRCLE
,PointStyle.RECT
andPointStyle.LINE
). - getPointStyleWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if
usePointStyle
is true, the width of the point style used for the legend (only forPointStyle.CIRCLE
,PointStyle.RECT
andPointStyle.LINE
). - getPointX() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the X location of element point in pixel.
- getPointY() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the Y location of element point in pixel.
- getPort() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the port number of the URL.
- getPosition() - Method in class org.pepstock.charba.client.annotation.BoxLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the position of callout, with respect to the label.
- getPosition() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the position of callout, with respect to the label.
- getPosition() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - 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.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.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.DefaultTooltips
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the position of element.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - 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.dom.BaseStyleProperties
-
Returns the CSS 'position' property from element.
- getPosition() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the location of the legend on the chart area.
- getPosition() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner 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.Label
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the text vertical alignment used when drawing the label.
- getPositionAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- getPositionAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- getPositionAsPoint() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the location of the legend on the chart area.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.BoxLabel
-
Returns the callback called to set the anchor position of label on box.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the position of callout, with respect to the label.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the callback called to set the anchor position of label on box.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the anchor position of label on line.
- getPositionCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the axis position on the chart.
- getPositionCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the location of the legend on the chart area.
- getPositionCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the position callback, if set, otherwise
null
. - getPrecision() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
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.impl.callbacks.NoSelectedDatasetTicksCallback
-
Returns the precision applied to ticks.
- getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns the number precision to apply.
- getPrecision() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns the decimal places to apply to render the value.
- getPrecision() - Method in class org.pepstock.charba.client.labels.Label
-
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.
- getPrecisionCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the precision callback instance.
- getPressure() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- getPressure() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- getPreviousElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately preceding the given one in the tree, or
null
if there is no sibling element. - getPreviousSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the previous node in the tree, or
null
if there isn't such node. - getPreviousSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the previous sibling of the added or removed nodes, or null.
- getPriority() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for assigning a priority to the sankey elements.
- getProgressBarHeight() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the height (in pixels) of the toast progress bar.
- getProgressBarHeight() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the height (in pixels) of the toast progress bar.
- getProgressBarType() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the type of the toast progress bar.
- getProgressBarType() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the type of the toast progress bar.
- getProgressCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called while the user is zooming or panning.
- getProjection() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- getProjectionOffset() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns a map projection offset value.
- getProjectionScale() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns how much the map will be scaled.
- getProperties() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getProperties() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the properties defined in the animation collection.
- getProperties() - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns the properties of this object.
- getProperties() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the properties defined in the animation collection.
- getPropertiesKeys() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the list of properties names of the properties instance.
- getProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key to manage
- getPropertyType(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the java script type of a property.
- getPropertyType(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the java script type of a property.
- getPropertyType(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns the java script type of the property.
- getPropertyValue(String, double) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getPropertyValue(String, String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getPropertyValue(Key, double) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getPropertyValue(Key, String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getProtocol() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the protocol scheme of the URL, including the final ':'.
- getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function
proxy
implemented in the additional java script source. - getQuarter() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the quarter format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getR() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the bubble radius in pixels (not scaled).
- getR() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the R metric.
- getR2() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the R-squared (R2) metric.
- getRadius() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the radius of element in pixel.
- getRadius() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the radius of the annotation.
- getRadius() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
AsDouble
, it is considered to be pixels. - getRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point shape.
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
AsDouble
, it is considered to be pixels. - getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the radius of the tile for point style legend.
- getRadius() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
AsDouble
, it is considered to be pixels. - getRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point.
- 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(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
- getRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius callback, if set, otherwise
null
. - getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius callback, if set, otherwise
null
. - getRadiusPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
AsString
and ending with '%', percentage of the maximum radius. - getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getRadiusPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
AsString
and ending with '%', percentage of the maximum radius. - getRadiusPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
AsString
and ending with '%', percentage of the maximum radius. - getRadiusX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the X radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenX. - getRadiusX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the radius of the ellipse which most closely circumscribes the touching area (e.g.
- getRadiusY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenY. - getRadiusY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the radius of the ellipse which most closely circumscribes the touching area (e.g.
- getRAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R axis ID.
- getRed() - Method in class org.pepstock.charba.client.colors.Color
- getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the red value.
- getRegion() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the region of the locale.
It could benull
. - getRegression() - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Returns the regression instance, applied to the dataset.
- getRejectedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getRelatedTarget() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns an
BaseHtmlElement
, defaulting to null that is the element just left (in case of aMouseEventType.MOUSE_ENTER
orMouseEventType.MOUSE_OVER
) or is entering (in case of aMouseEventType.MOUSE_OUT
orMouseEventType.MOUSE_LEAVE
). - getRelatedTarget() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the secondary target for the event, if there is one.
- getRelativePosition(AbstractEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRelativePosition(IsChart, NativeBaseEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRelativePosition(IsChart, AbstractEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRemappedOptions(ControllerMapperFactory<T>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent,null
is returned. - getRemappedOptions(ControllerMapperFactory<T>) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent,null
is returned. - getRemovedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements removed.
Will be an empty element list if no elements were removed. - getRender() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner render.
- getRender() - Method in class org.pepstock.charba.client.labels.Label
-
Returns what data must be showed.
- getRenderCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the render callback, if set, otherwise
null
. - getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the repetition to use in the pattern.
- getResetHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'reset' plugin.
Called during chart reset. - getResizeDelay() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeDelay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getResizeDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeDelay() - Method in class org.pepstock.charba.client.options.Options
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'resize' plugin.
Called after the chart as been resized. - getResources() - 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. - getReverseCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets the reversed order of tick labels.
- getRight() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the right coordinate.
- 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.data.Clip
-
Returns the clip right.
- getRight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'right' property from element.
- getRight() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the right coordinate value of the rectangle (has the same value as x + width, or x if width is negative).
- getRight() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin right of legend.
- getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the right of chart area.
- getRight() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the right of area.
- getRight() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding right in pixel.
- getRmsd() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the Root Mean Squared Error (RMSE) metric.
- getRootNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the root node.
- getRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the rotation of label in degrees.
- 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.data.PieDataset
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
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.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.items.PointElementOptions
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the rotation in degrees.
- 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).
- getRotationAngle() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
- getRotationAngle() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
- getRotationCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the rotation of label in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the rotation callback, if set, otherwise
null
. - 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.LabelItem
-
Returns the rotation callback, if set, otherwise
null
. - getRotationHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.BoxLabel
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- 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.
- getRowIndex() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns a value which gives the logical position of the row within the entire table.
If the row is not part of a table, returns -1. - getRowSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- getRScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R scale item or
null
if not exists. - getSamples() - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTB
algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - getSamples() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getSamples() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getSamples() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
If the
DecimationAlgorithm.LTTB
algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - getSamples() - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTB
algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - 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.callbacks.ScaleContext
-
Returns the scale instance which contains the element to configure.
- getScale() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale.
- getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default scale.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale by axis type.
- getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options with scales.
- getScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the scale to bind onto.
- getScaleID() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the ID of the scale to bind onto.
- getScaleIsInside(NativeAbstractMouseEvent) - 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
. - getScaleItem() - Method in class org.pepstock.charba.client.items.PluginScaleArgument
-
Returns the scale item.
- 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.ScalesOptions
-
Returns the scales element.
- 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.chart.DefaultGlobalOptions
- 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.ExtendedOptions
- 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.GoogleChartScheme
- 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.CanvasObjectFactory
-
Returns the scope of this factory.
- getScope() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient scope.
- getScope() - Method in interface org.pepstock.charba.client.commons.HasCallbackScope
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the scope of the data set, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.AnimationTransition
- getScope() - Method in class org.pepstock.charba.client.options.Options
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.Transitions
- getScope() - Method in class org.pepstock.charba.client.options.TypedDataset
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the user's screen.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the user's screen.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the vertical position of the touch on the user's screen.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the user's screen.
- getScript() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the script code of the locale.
It could benull
. - getScrollHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view height of an element.
- getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns a reference to the element that scrolls the document.
- getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns the scrolling element of the document, if there is, or the document element.
- getScrollLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the left scroll offset of the element.
- getScrollTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing number of pixels the top of the document is scrolled vertically.
- getScrollWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view width of the element.
- getSearch() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '?' followed by the parameters or "querystring" of the URL.
- getSecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the second format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getSecond() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getSecond() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Second.
- getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Second.
- getSegment() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the segment configuration for
LineOptions
.
Line segment styles can be overridden by scriptable options in the segment object.. - getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the selection cleaner element.
- getShadowBlur() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow intensity.
- getShadowColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking. - getShadowColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as color.
- getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as string.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow X offset.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow Y offset.
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- 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.
- getShared() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns a map with shared instances in the plugin instance.
This object instance is cross all annotations for the same chart instance. - getSide() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the width of the starter line of callout pointer.
- getSide() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the width of the starter line of callout pointer.
- getSideCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the width of the starter line of callout pointer.
- getSides() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the sides of the polygon shape.
- getSides() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Returns the sides of the polygon shape.
- getSidesCallback() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Returns the callback called to set the border sides.
- getSignDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getSignDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns when to display the sign for the number.
- 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.configuration.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'size' property from element.
- getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
Returns item with the new size of the chart
- getSize() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the size of the tile for point style legend.
- getSize() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns
Size.MIN
if flow overlap is preferred. - getSizeCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the size callback, if set, otherwise
null
. - getSizeItem() - Method in class org.pepstock.charba.client.items.PluginResizeArgument
-
Returns the size item.
- getSource() - Method in class org.pepstock.charba.client.AbstractChart
- 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.events.Event
-
Returns the source for this event.
It should be always a chart instance. - getSource() - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns a chart instance as source for all events.
- getSource() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns a string containing the source text of the
RegExp
object, and it doesn't contain the two forward slashes on both sides and any flags. - getSpacing() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the spacing between label and image for selection cleaner element.
- getSpacing() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the fixed spacing among rectangles.
- getSpacing() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the fixed spacing among rectangles.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getSpanGapHandler() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns a span gap handler instance to use in the default methods of this interface.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.options.Options
- getSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns the value of the data if lines will be drawn between points with no or null data.
- getSpeed() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the full URL of the image including base URI.
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the URL of an external script.
- getStack() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStack() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStack() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStack() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStack() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStackCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the stack group.
- getStackedCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets if the axis are stacked or not.
- getStackWeight() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStackWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStackWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeightCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the weight of the scale in stack group.
- getStart() - Method in class org.pepstock.charba.client.annotation.ArrowHeads
-
Returns the arrow head definition at start position.
- getStart() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the separator dimension in pixels to use as starting point for callout pointer.
- getStart() - Method in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
-
Returns the start arrow head options.
- getStart() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the separator dimension in pixels to use as starting point for callout pointer.
- getStart() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the start point of a bar.
- 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.RadialAxis
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the start angle of data set item.
- getStartAngle() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartAngleCallback() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the user callback that sets the starting angle to draw arcs for the first item in a data set.
- getStartAsPercentage() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the percentage of the separator dimension to use as starting point for callout pointer.
- getStartAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the percentage of the separator dimension to use as starting point for callout pointer.
- getStartCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the separator dimension to use as starting point for callout pointer.
- getStartCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is started.
- getStartDataIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data of starting point of segment.
- getStartEndValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only start and end is used.
- getStartHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - getStartPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
PointElement
related to the data as starting point of segment. - getStatus() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the status of the timer.
- getStatus() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the status of the toast.
- getStepMajor() - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the graticule lines distances in degrees.
- getStepMinor() - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the graticule lines distances in degrees.
- getStepped() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.options.Line
-
Returns if the line is shown as a stepped line.
- getSteppedCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the stepped callback, if set, otherwise
null
. - getSteppedCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the stepped callback, if set, otherwise
null
. - 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.
- 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.
- 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.
- getStepSizeCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the stepSize callback instance.
- getStopHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - getString(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a label at a specific index.
If at index there is multi-line label, returns labels withConstants.LINE_SEPARATOR
as separator.
If the index is out of bounds, throws an exception. - getStringProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getStringProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getStringProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when the ID is stored as string.
- getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a multi line label at a specific index.
- getStringValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getStringValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of strings) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - getStrokeColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke gradient is used for the lines around shapes.
- getStrokePattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke pattern is used for the lines around shapes.
- getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as color.
- getStrokeStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas gradient.
- getStrokeStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas pattern.
- getStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as gradient.
- getStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as pattern.
- getStyle() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an object representing the declarations of an element's style attributes.
- getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle(int) - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getSubtitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the subtitle item.
- getSubtitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the subtitle element.
- getSubtitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getSubtitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getSubtitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the minimum data value.
- getSum() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the sum.
- getTabIndex() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number representing the position of the element in the tabbing order.
- getTagName() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the name of the tag for the given element.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns a reference to the target to which the event was originally dispatched.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- getTarget() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the node the mutation affected, depending on the
MutationType
. - getTargetTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of the event.
- getTargetTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact that is touching the surface and started on the element that is the target of the current event.
- getTension() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns curve tension of the line.
- 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 Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getText() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the title text to display.
- getText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the text that will be displayed
- 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.AbstractTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in interface org.pepstock.charba.client.options.IsTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the text of the toast.
- getTextAlign() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text alignment being used when drawing the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getTextAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textAlign' property from element.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text alignment used when drawing text.
- getTextAlign() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text align callback, if set, otherwise
null
. - getTextAsHtml() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the text that will be displayed, as HTML.
If is not HTML, returnsUndefined.STRING
. - getTextAsHtml() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the label that will be displayed, as HTML.
If is not HTML, returnsUndefined.STRING
. - getTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text baseline used when drawing text.
- getTextContent() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the textual content of an element and all its descendants.
- getTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textDecoration' property from element.
- 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.IsDefaultTextDirectionHandler
-
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Legend
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getTextIndent() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textIndent' property from element.
- 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.Label
-
Returns the margin of text when position is
Position.OUTSIDE
orPosition.BORDER
. - getTextOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textOverflow' property from element.
- getTextShadow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textShadow' property from element.
- getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur.
- getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur callback, if set, otherwise
null
. - getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color.
- getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color as string.
- getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color callback, if set, otherwise
null
. - getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color as string.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color callback, if set, otherwise
null
. - getTextStrokeOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke width.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width callback, if set, otherwise
null
. - getThreshold() - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getThreshold() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getThreshold() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Creates a new threshold cloning the constant one.
- getThreshold() - Method in class org.pepstock.charba.client.options.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the minimal zoom distance required before actually applying zoom.
- getThreshold() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the minimal pan distance required before actually applying pan.
- getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Gets all thresholds by an unmodifiable list.
- getTick() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the tick item instance which contains data to be consumed configuring the element.
- getTickBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDash() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick border dash offset callback instance.
- getTickColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColor() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the color of the tick line.
- getTickColorCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick color callback instance.
- getTickColorsAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickLength() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
- getTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the linear tick options handler instance, for callbacks.
- getTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the linear tick options handler instance, for callbacks.
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the ticks element
- 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.AbstractScale
-
Returns the ticks element.
- getTicksWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick marks in pixels.
- getTicksWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick marks in pixels.
- getTickWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidthCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick width callback instance.
- getTiltX() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- getTiltX() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- getTiltY() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- getTiltY() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- 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.AbstractScale
-
Returns the time element.
- getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for time.
- getTimeout() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns how long the toast notification should last.
- getTimeout() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns how long the toast notification should last.
- getTimer() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns a
CTimer
instance inside chart. - getTimer() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getTimer() - Method in interface org.pepstock.charba.client.IsChart
-
Returns a
CTimer
instance inside chart. - 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
- getTimeStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the time formatting style to use when calling
AbstractFormat.format(java.lang.Object)
. - getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the time formatting style to use when calling
AbstractFormat.format(java.lang.Object)
. - getTimeZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZoneName() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeZoneName() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the title item.
- getTitle() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the scale title element
- getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the title object defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the scale 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.AbstractScale
-
Returns the scale title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getTitle() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the title of the toast.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the title of the toast.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the title of the toast.
- 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.options.Tooltips
-
Returns the title alignment.
- getTitleCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user title callback.
- getTitleColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color.
- getTitleColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color as string.
- getTitleFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font element.
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font.
- getTitleFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font element.
- 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.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.options.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTo() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getTo() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getTo() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as number.
- getTo() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the ending value of selected scale.
- getTo() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getTo() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns to value as string.
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as boolean.
- getToAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getToAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color.
- getToAsKey() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns to value as
Key
. - getToAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as color string.
- getToAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color string.
- getToCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the end value for the animation.
- getToCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the end value for the animation.
- getTooltip() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the tooltip item.
- getTooltip() - Method in class org.pepstock.charba.client.items.PluginTooltipArgument
-
Returns the tooltip model.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active tooltip elements for the chart.
- getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON 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 date 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.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.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.data.Clip
-
Returns the clip top.
- getTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'top' property from element.
- getTop() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the top coordinate value of the rectangle (has the same value as y, or y + height if height is negative).
- getTop() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin top of legend.
- getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the top of chart area.
- getTop() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the top of area.
- getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding top in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTotal() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset total value of data.
- getTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
- getTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact currently touching the surface.
- getTransitions() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation transition element.
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getTransitions() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainer
-
Returns the animation transition element.
- getTransitions() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation transition element.
- getTree() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as a list of numbers.
- getTree(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as an list of numbers.
- getTreeObjects(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the unmodifiable list of tree user objects, related to this data point.
- getTreeObjects(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as a list of objects.
- getTreeObjects(NativeObjectContainerFactory<T>, boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as an list of objects.
- getType() - Method in class org.pepstock.charba.client.AbstractChart
- getType() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the type of annotation.
- getType() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the type of the context.
- 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 data set, based on type of chart.
- getType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the type of
from
property and determines the interpolator used. - getType() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the MIME type of the script.
- getType() - Method in class org.pepstock.charba.client.dom.elements.Style
-
Returns the type of style being applied by this statement.
- getType() - Method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type integer representation of node.
- getType() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns
MutationType.ATTRIBUTES
if the mutation was an attribute mutation,MutationType.CHARACTER_DATA
if it was a mutation to a CharacterData node, andMutationType.CHILD_LIST
if it was a mutation to the tree of nodes. - getType() - Method in class org.pepstock.charba.client.events.AbstractEvent
- getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
- getType() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.events.Event
-
Returns the event type used to register this event to find handlers of the appropriate class.
- getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
- getType() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the type of the feature.
- getType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getType() - Method in class org.pepstock.charba.client.intl.FormatPart
-
Returns the type of the part.
- getType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the type of chart.
- getType() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the data set item options.
- getType() - Method in interface org.pepstock.charba.client.items.ChartElementFactory
-
Returns the type of the
ChartElement
. - getType() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the type of dataset.
- getType() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the type of scale
- getType() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the regression type.
- getType() - Method in class org.pepstock.charba.client.ml.RegressionDescriptor
-
Returns the regression type of the descriptor.
- getType() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the type of
from
property and determines the interpolator used. - getType() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns the data set type.
- getType() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the type of the toast.
- getType() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the type of the toast.
- getType(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the type of a label at specific index.
- getType(NativeObjectContainer, Key) - Static method in enum org.pepstock.charba.client.enums.PointStyleType
-
Returns the point style type in the native object container.
- getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller type by name as string.
- getTypedDataset() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the typed data set for the type of the data set.
- getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
-
Gets all global registered controllers types.
- getUninstallHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - 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.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getUnitOfMeasureDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the unit formatting style to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getUnitsOfMeasure() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns an unmodifiable list of units to use in unit formatting.
- getUserAgent() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns the user agent string for the current browser.
Browser identification based on detecting the user agent string is unreliable and is not recommended, as the user agent string is user configurable. - getUTCOffset() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the UTC offset of timezone.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the content of the cell must be vertically aligned.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the value indicating how the content of the cell must be vertically aligned.
- getValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the value which is calculating subtracting the start point from end point.
- getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the value of time series item.
- getValue() - Method in class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's value.
- 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
Undefined.STRING
. - getValue() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the scale value related to the click, or
null
if not consistent. - getValue() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the value of meter or gauge dataset.
- 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.intl.FormatPart
-
Returns the value of the part.
- getValue() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set if it is or
Undefined.DOUBLE
. - getValue() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as double.
- getValue() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale if it is or
Undefined.DOUBLE
. - getValue() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns the value of matrix data point.
- getValue() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the value.
- getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (JavaScript Object) in the embedded JavaScript object at specific property.
- getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (boolean) in the embedded JavaScript object at specific property.
- getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (double) in the embedded JavaScript object at specific property.
- getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (date) in the embedded JavaScript object at specific property.
- getValue(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (canvas) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (gradient) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (pattern) in the embedded JavaScript object at specific property.
- getValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (image) in the embedded JavaScript object at specific property.
- getValue(Key, ScaleId) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (ScaleId) in the embedded JavaScript object at specific property.
- getValue(Key, T[], T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (key) in the embedded JavaScript object at specific property.
- getValueAsDataPoint() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
DataPoint
if it is ornull
. - getValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the date of the tick.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale as
FloatingData
if it is ornull
. - getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsFloatingData() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
FloatingData
if it is ornull
. - 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
Undefined.INTEGER
. - getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Weight
-
Returns the value definition from thin to thick characters.
- getValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as string if it is or
Undefined.STRING
. - getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as string.
- getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale as string if it is or
Undefined.STRING
. - getValueAtEvent(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to an event position.
- getValueAtEvent(HasNativeEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to an event position.
- getValueAtPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to a position, passed as pixels.
- getValueAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value axis ID.
- getValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getValueForDistanceFromCenter(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value calculated applying the specific distance from the center.
- getValueForMultipleKeyTypes(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a NUMBER.
- getValueForMultipleKeyTypes(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a STRING.
- getValueForMultipleKeyTypes(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a OBJECT (as a date).
- getValueForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getValueLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the value element of meter chart.
- getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key. - getValueOrArray(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - getValueOrArray(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - getValueOrArray(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - getValueOrArray(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - getValueScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value scale item or
null
if not exists.
IfIndexAxis
=IndexAxis.Y
then iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale. - getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the variant and extension parts of the locale.
It could benull
. - getVerticalAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'verticalAlign' property from element.
- getVisibility() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'visibility' property from element.
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the amount of data sets which are visible
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of datasets which are visible
- getWeek() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the week format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getWeekDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getWeekDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values. - getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area. - getWeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font weight, follows CSS font-style-weight options.
- 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.defaults.chart.DefaultChartArc
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- 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.DefaultRoutedFont
- 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.IsDefaultFont
-
Returns the font weight, follows CSS font-style-weight options.
- 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.ArcElementOptions
-
Returns the relative thickness of the dataset.
- getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the weight.
- getWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
-
The weight used to sort the axis.
- 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.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWeightCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets the weight used to sort the axis.
- getWheel() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the wheel-to-zoom effect.
- getWhiteSpace() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'whiteSpace' property from element.
- getWholeOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
If the options is not consistent, it will returns theAbstractChart.getDefaultChartOptions()
. - getWholeOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getWholeOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
- getWidth() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the width of the arrow head.
- getWidth() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the width of element in pixel.
- getWidth() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns the width of the arrow head.
- getWidth() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image width used in the pattern.
- getWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'width' property from element.
- getWidth() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the width of the rectangle.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used. - getWidth() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the actual width, in pixels.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the length in pixels or in percentage of the desired width fo the entire table.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the number of pixels wide the cell should be drawn, if possible.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TextMetricsItem
-
Return the value giving the calculated width of a segment of inline text in CSS pixels.
It takes in the account the current font of the context.. - getWidth() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- getWidth() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- getWidth() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns how wide the scale is.
For a horizontal scale the height if a value less than 1 is given, is it assume to be a ratio of the corresponding chart area. - getWidth() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the width of data set item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the width in pixel.
- getWidth() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the width 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.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the width of matrix element in pixels.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the width of data set item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the width of matrix element in pixels.
- getWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElement
-
Returns the width of data set item in pixel.
- getWidthCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set the amount of pixels of the width of the arrow head.
- getWidthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set how wide the scale is.
- getWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the width callback to set the width of matrix element in pixels.
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HoverDataset
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns an array of widths as integer
- getWordSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordSpacing' property from element.
- getWordWrap() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordWrap' property from element.
- getX() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the anchor position of label on horizontal dimension.
- getX() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the anchor position of label on horizontal dimension.
- getX() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the X coordinate.
- getX() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Returns the X coordinate of the point.
- getX() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns the X coordinate of the point.
- getX() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as double (for scatter and bubble datasets).
- getX() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the x coordinate of the origin (typically the top-left corner of the rectangle).
- getX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
- getX() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the X location of event in pixel.
- getX() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns X value.
- getX() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for X scale.
- getX2() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the X2 location of element in pixel.
- getX2() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the X2 location of element in pixel.
- getXAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getXAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getXAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the anchor point on X orientation of matrix element.
- getXAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the anchor point on X orientation of matrix element.
- getXAsDate() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as date for time series.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- getXAsString() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as string.
- getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X
. - getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X
. - 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.DatasetItem
-
Returns the X axis ID.
- getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the X center of scale.
- getXLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- 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.
- getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the right edge of the annotation.
- getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the left edge of the annotation, in units along the x axis.
- getXScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the X scale item or
null
if not exists. - getXScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the ID of the X scale to bind onto.
- getXType() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns the object type of data stored as X.
- getXValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getXValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getXValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getY() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the anchor position of label on vertical dimension.
- getY() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the anchor position of label on vertical dimension.
- getY() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the Y coordinate.
- getY() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Returns the Y coordinate of the point.
- getY() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns the Y coordinate of the point.
- getY() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the y coordinate of the origin (typically the top-left corner of the rectangle).
- getY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
- getY() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the Y location of event in pixel.
- getY() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for Y scale.
- getY2() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the Y location of element in pixel.
- getY2() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the Y location of element in pixel.
- getYAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getYAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getYAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the anchor point on Y orientation of matrix element.
- getYAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the anchor point on Y orientation of matrix element.
- getYAsDate() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns Y value as date for time series.
- getYAsFloatingData() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- getYAsString() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns Y value as string.
- getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y axis ID.
- getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the Y center of scale.
- getYear() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the year format provided by adapter.
If not set, returnsConstants.EMPTY_STRING
. - getYear() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getYear() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Year.
- getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Year.
- getYLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- 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.
- getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the top edge of the annotation in units along the y axis.
- getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the bottom edge of the annotation.
- getYScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y scale item or
null
if not exists. - getYScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the ID of the Y scale to bind onto.
- getYType() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns the object type of data stored as Y.
- getYValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getYValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getYValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getZ() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under data sets, greater than 0 on top. - 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.Grid
-
Returns z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns z-index of tick layer.
- getZCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the property determines the drawing stack level of the box annotation element.
- getZone() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZoom() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the zoom element.
- getZoomLevel(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns the zoom level when
ZoomPlugin
is activated. - GHANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ghana region.
- GHANA_CEDI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ghana Cedi currency.
- GHOST_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "ghostWhite" -
- GIBRALTAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Gibraltar region.
- GIBRALTAR_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gibraltar Pound currency.
- GIGABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gigabit.
- GIGABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gigabyte.
- GLAG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Glagolitic script.
- GLOBAL - org.pepstock.charba.client.enums.PluginOptionsScope
-
Represents a options set globally.
- GLOBAL_CHART - org.pepstock.charba.client.enums.PluginOptionsScope
-
Represents a options set to all charts of the same type.
- GlobalCompositeOperation - Enum in org.pepstock.charba.client.dom.enums
-
Identifying which of the compositing or blending mode operations to use.
- 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
-
Builds the object by the native object which maps
chart.registry.plugins
- GlobalScale - Class in org.pepstock.charba.client
-
Default global scale (maps the java script object
Chart.defaults.scale
and the result ofChart.scaleService
). - GMT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT timezone.
- GMT_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT-0 timezone.
- GMT_PLUS_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT+0 timezone.
- GMT0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT0 timezone.
- GN_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color gnBu.
- GN_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu3" -
- GN_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu4" -
- GN_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu5" -
- GN_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu6" -
- GN_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu7" -
- GN_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu8" -
- GN_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu9" -
- GNOMONIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection gnomonic.
- GOLD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gold" -
- GOLD - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gold currency.
- GOLD_PURPLE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GoldPurple7" -
- GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "goldenRod" -
- GONG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gong numbering system.
- GONG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gunjala Gondi script.
- GONM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gonm numbering system.
- GONM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Masaram Gondi script.
- GoogleChartColor - Enum in org.pepstock.charba.client.colors
-
Google Chart colors provided as enumeration of colors.
- GoogleChartScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Google chart schemes.
To configureColorSchemes.ID
plugin, where category is "googlechart".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
If the number of the datasets is larger than it, the same colors will appear repeatedly.
A color is not modified if it is specified by dataset options. - GOT_POINTER_CAPTURE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when an element receives pointer capture.
- GOTH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gothic script.
- GOURDE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gourde currency.
- GRAB - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be grabbed (dragged to be moved).
- GRABBING - org.pepstock.charba.client.dom.enums.CursorType
-
Something is being grabbed (dragged to be moved).
- GraceCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
grace
property at runtime, forCartesianLinearAxis
. - GRADE_GREY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Grade Grey" -
- Gradient - Class in org.pepstock.charba.client.colors
-
A gradient is an image consisting of a progressive transition between two or more colors.
Could beLinear
orRadial
.
Can be created using the size ofCANVAS
orCHART
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 - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a
Gradient
. - GRADIENT - org.pepstock.charba.client.sankey.enums.ColorMode
-
This is the default.
- GRADIENT_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS GRADIENT plugin.
- GradientBuilder - Class in org.pepstock.charba.client.colors
-
The gradient builder is the entry point to create a canvas gradient.
A gradient is an image consisting of a progressive transition between two or more colors.
Could beLinear
orRadial
.
Can be created using the size ofCANVAS
orCHART
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). - GradientColor - Class in org.pepstock.charba.client.colors
-
Contains the color and its offset to set a gradient.
- GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientOptions - Class in org.pepstock.charba.client.gradient
-
This is the
GradientPlugin.ID
plugin options where to set all configuration items needed to the plugin. - GradientOptions() - Constructor for class org.pepstock.charba.client.gradient.GradientOptions
-
Creates new
GradientPlugin.ID
plugin options. - GradientOptionsFactory - Class in org.pepstock.charba.client.gradient
-
Factory to get the options (from dataset) related to
GradientPlugin.ID
plugin. - 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. - GradientPlugin - Class in org.pepstock.charba.client.gradient
-
Entry point of GRADIENT plugin to enable the plugin.
The GRADIENT plugin enables an easy way to set gradients to the datasets.
The supported axes are the types listed inChartAxisType
. - 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 - GRAM - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gram.
- GRAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Grantha script.
- GRAPEFRUIT_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Grapefruit Sunset" -
- Graticule - Class in org.pepstock.charba.client.geo
-
The network of intersecting lines of latitude and longitude is called the graticule.
It is imaginary on the earth, of course, but is drawn on globes and maps for reference.
The graticule of latitude and longitude lines is an angular measurement system. - Graticule() - Constructor for class org.pepstock.charba.client.geo.Graticule
-
Creates a graticule object.
- GRATICULE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to graticule.
- GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gray" -
- GRAY_WARM20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GrayWarm20" -
- GRAY20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Gray20" -
- GRAYSCALE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Grayscale6" -
- greaterThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- GREECE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Greece region.
- GREEN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN" -
- GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "green" -
- GREEN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "GREEN" -
- GREEN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_1" -
- GREEN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_2" -
- GREEN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_3" -
- GREEN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_4" -
- GREEN_AND_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green and Blue" -
- GREEN_BEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green Beach" -
- GREEN_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenBlueWhite7" -
- GREEN_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenBlue7" -
- GREEN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_1" -
- GREEN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_2" -
- GREEN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_3" -
- GREEN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_4" -
- GREEN_GOLD20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenGold20" -
- GREEN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_1" -
- GREEN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_2" -
- GREEN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_3" -
- GREEN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_4" -
- GREEN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_5" -
- GREEN_ORANGE_TEAL12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenOrangeTeal12" -
- GREEN_TO_DARK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green to dark" -
- GREEN_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "greenYellow" -
- GREEN_YELLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "GreenYellow6" -
- GREEN20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Green20" -
- GREEN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Green6" -
- GREENLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Greenland region.
- GREENS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color greens.
- GREENS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens3" -
- GREENS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens4" -
- GREENS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens5" -
- GREENS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens6" -
- GREENS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens7" -
- GREENS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens8" -
- GREENS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens9" -
- GREENWICH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Greenwich timezone.
- GREGORY - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for gregory calendar.
- GREK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Greek script.
- GRENADA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Grenada region.
- GREY - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY" -
- GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "grey" -
- GREY - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "GREY" -
- GREY_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_1" -
- GREY_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_2" -
- GREY_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_3" -
- GREY_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_4" -
- GREY_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_1" -
- GREY_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_2" -
- GREY_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_3" -
- GREY_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_4" -
- GREY_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_5" -
- GREYS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color greys.
- GREYS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys3" -
- GREYS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys4" -
- GREYS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys5" -
- GREYS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys6" -
- GREYS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys7" -
- GREYS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys8" -
- GREYS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys9" -
- Grid - Class in org.pepstock.charba.client.configuration
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- Grid - Class in org.pepstock.charba.client.options
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- GRID6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Grid6" -
- GROOVE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border with a carved appearance.
- GROUP - org.pepstock.charba.client.intl.enums.FormatPartType
-
The group separator string (",").
- GROUPED - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- groups(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the object to refer to certain token by string that a regular expression matches.
- GT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for GREATER THAN, ">".
- GUADELOUPE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guadeloupe region.
- GUAM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guam region.
- GUARANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guarani currency.
- GUARANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Guarani language.
- GUATEMALA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guatemala region.
- GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guinea region.
- GUINEA_BISSAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guinea-Bissau region.
- GUINEAN_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guinean Franc currency.
- GUJARATI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Gujarati language.
- GUJR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gujr numbering system.
- GUJR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gujarati script.
- GURU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for guru numbering system.
- GURU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gurmukhi script.
- GUSII - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Gusii language.
- GUYANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guyana region.
- GUYANA_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guyana Dollar currency.
- 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 configureColorSchemes.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
- H11 - org.pepstock.charba.client.intl.enums.HourCycle
-
h11 setting for hour cycle.
- H12 - org.pepstock.charba.client.intl.enums.HourCycle
-
h12 setting for hour cycle.
- H23 - org.pepstock.charba.client.intl.enums.HourCycle
-
h23 setting for hour cycle.
- H24 - org.pepstock.charba.client.intl.enums.HourCycle
-
h24 setting for hour cycle.
- HABITAT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Habitat6" -
- HAIKUS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Haikus" -
- HAITI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Haiti region.
- HALH_MONGOLIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Halh Mongolian language.
- HAMMER_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for HAMMER JS library.
- HANB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han with Bopomofo (alias for Han + Bopomofo) script.
- handleCallbackResultAsColor(C, Object, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
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.
- HandlerManager - Class in org.pepstock.charba.client.events
-
Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts. - HandlerManager() - Constructor for class org.pepstock.charba.client.events.HandlerManager
-
Creates an empty handler manager
- HandlerRegistration - Class in org.pepstock.charba.client.events
-
Registration objects returned when an event handler is bound, used to deregister.
- HANG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hangul (Hangŭl, Hangeul) script.
- HANGING - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the hanging baseline.
- HANI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Hanzi, Kanji, Hanja) script.
- HANIDEC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hanidec numbering system.
- HANO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hanunoo (Hanunóo) script.
- HANS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Simplified variant) script.
- HANT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Traditional variant) script.
- HARD_LIGHT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A combination of multiply and screen like overlay, but with top and bottom layer swapped.
- HARDCOVER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Hardcover6" -
- HARMONIC_ENERGY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Harmonic Energy" -
- HARVEY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Harvey" -
- has(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns a boolean indicating whether the object has the specified property as its own property.
- has(String) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Returns
true
if a plugin is already added, otherwisefalse
. - 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(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns
true
if an animation collection instance is stored in the animation options. - has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
- has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
- has(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns
true
if an animation collection instance is stored in the animation options. - has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Returns
true
if an animation collection instance is stored in the animation options. - has(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns
true
if an animation collection instance is stored in the animation options. - has(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Returns
true
if an animation transition instance is stored in the animation options. - has(TransitionKey) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
- has(TransitionKey) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- has(TransitionKey) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
-
Returns
true
if an animation transition instance is stored in the animation options. - has(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Returns
true
if an animation transition instance is stored in the animation options. - HasAnimation - Interface in org.pepstock.charba.client.configuration
-
Defines a configuration element which is managing the ANIMATION options.
It has being used in the options and datasets instances where ANIMATION is required. - HasAnimationOptions - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the animation options items, ANIMATION, ANIMATIONS and TRANSITIONS.
- hasAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns
true
if the annotation with the id passed as argument exists. - hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns
true
if the annotation with the id passed as argument exists. - hasAttributes() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Checks if there is any attribute node.
- hasAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a boolean indicating whether the current element has any attributes or not.
- HasAxes - Interface in org.pepstock.charba.client
-
Defines the acceptable axes for a chart.
- hasAxis(String) - Method in class org.pepstock.charba.client.options.Scales
-
Returns
true
if the scale with the id passed as argument exists. - hasAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
-
Returns
true
if the scale with the id passed as argument exists. - hasAxisClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any axis click handler, otherwisefalse
. - hasAxisEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any axis enter handler, otherwisefalse
. - hasAxisHoverHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any axis hover handler, otherwisefalse
. - hasAxisLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any axis leave handler, otherwisefalse
. - HasBarDatasetOptions - Interface in org.pepstock.charba.client.options
-
Defines a BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
- HasCallbackScope - Interface in org.pepstock.charba.client.commons
-
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
- HasCartesianAxes - Interface in org.pepstock.charba.client
-
Defines the acceptable axes, the
CartesianAxis
s, for a chart. - hasChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a boolean indicating whether or not the element has any child nodes.
- hasClickHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
true
if there is any legend click handler, otherwisefalse
. - hasContent() - Method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
true
if the content of envelop is notnull
. - hasContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
- 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 data set selection handler, otherwisefalse
. - 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.
- HasEvents - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the EVENTS property.
- HasFill - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the FILL property.
It has being used in the options and datasets instances where FILL is required. - HasFont - Interface in org.pepstock.charba.client.options
-
Interface to map the font and color options.
- hasGeometry() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
true
if the geometry property is set. - hash(char...) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a chars array argument.
- hash(String...) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a strings array argument.
- hash(StringBuilder) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a
StringBuilder
argument. - hashCode() - Method in class org.pepstock.charba.client.colors.CanvasObject
- hashCode() - Method in class org.pepstock.charba.client.colors.Gradient
- hashCode() - Method in class org.pepstock.charba.client.colors.Pattern
- hashCode() - Method in class org.pepstock.charba.client.commons.AbstractKey
- hashCode() - Method in class org.pepstock.charba.client.controllers.ControllerType
- hashCode() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Returns a hash code value for the object.
- hashCode() - Method in class org.pepstock.charba.client.events.EventType
- hashCode() - Method in class org.pepstock.charba.client.intl.CLocale
- hashCode() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
- Hasher - Class in org.pepstock.charba.client.utils
-
Internal utility to calculate the hash of java script resources content.
Pay attention, you must use the chars and NOT the bytes because a byte variable can hold any value from -128 to 127 but a char variable can hold any value between 0 and 255. - hasHoverHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
true
if there is any legend hover handler, otherwisefalse
. - hasKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
true
if a key in the an enumeration is related to the value, otherwisefalse
. - hasLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns
true
if there is a stored options for specific id. - hasLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns
true
if the label with the id passed as argument exists. - hasLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns
true
if there is a stored options for specific key. - hasLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns
true
if the label with the id passed as argument exists. - HasLabels - Interface in org.pepstock.charba.client.data
-
Manages the LABELS properties for datasets and options which this property is required.
- hasLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
true
if there is any legend leave handler, otherwisefalse
. - HasLegendText - Interface in org.pepstock.charba.client.items
-
Interface to map object which contains a text to show inside a legend element.
Used byLegendItem
andLegendTitle
. - hasNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns
true
if there is a CHART.JS chart instance by id. - hasNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Returns
true
if there is a CHART.JS chart instance by chart instance. - HasNativeEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps objects which are containing a
NativeBaseEvent
. - hasNext() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
Returns true if the iteration has more elements.
- 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 data set configuration for a specific plugin, by its id.
- hasOptions(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- hasOptions(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- hasOptions(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Checks if there is any options 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.
- hasPattern() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- hasPointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Checks whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.
- HasPointFillStrokeStyles - Interface in org.pepstock.charba.client.data
-
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLYLiningDataset
has implemented this interface - HasPointStyle - Interface in org.pepstock.charba.client.options
-
Interface to manage the style of the point options.
- hasPrevious() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Returns true if this list iterator has more elements when traversing the list in the forward direction.
- hasProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
true
if the properties contain an element at specific property. - hasProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
true
if the properties contain an element at specific property. - HasRadialAxis - Interface in org.pepstock.charba.client
-
Defines the acceptable axis, the
RadialAxis
, for a chart. - HasSpanGaps - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the SPANGAPS property.
It has being used in the options and datasets instances where SPANGAPS is required. - hasSubtitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any subtitle click handler, otherwisefalse
. - hasSubtitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any subtitle enter handler, otherwisefalse
. - hasSubtitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any subtitle leave handler, otherwisefalse
. - 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, otherwisefalse
. - hasTitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any title enter handler, otherwisefalse
. - hasTitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if there is any title leave handler, otherwisefalse
. - hasTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns
true
if the custom positioner has been registered, otherwisefalse
. - HATR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hatran script.
- HAUSA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hausa language.
- HAWAIIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hawaiian language.
- HAZEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hazel" -
- Head - Class in org.pepstock.charba.client.dom.elements
-
Contains the descriptive information, or metadata, for a document.
- Heading - Class in org.pepstock.charba.client.dom.elements
-
Represents <h3> levels of section heading.
Used internally only to highlight when canvas is not supported. - HEADLINES6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Headlines6" -
- HEARD_ISLAND_AND_MCDONALD_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Heard Island and McDonald Islands region.
- HEBR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hebrew script.
- HEBREW - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for hebrew calendar.
- HEBREW - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hebrew language.
- HECTARE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for hectare.
- HELP - org.pepstock.charba.client.dom.enums.CursorType
-
Help information is available.
- HELP - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Help
key. - Helpers - Class in org.pepstock.charba.client
-
Singleton object to use the helpers utility of CHART.JS.
It maps the java script objectchart.helpers
. - HERSHEYS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hersheys" -
- HIDDEN - org.pepstock.charba.client.dom.enums.BorderStyle
-
Like the none keyword, displays no border.
- hide() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Closes the item if is opened.
- hide(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for the given data set to false.
Updates the chart and animates the data set with 'hide' mode.
This animation can be configured under the hide key in animation options. - hide(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- hide(int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for the given dataset to false.
Updates the chart and animates the dataset with 'hide' mode.
This animation can be configured under the hide key in animation options. - hide(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the hidden flag of that element index to
true
and updates the chart. - hide(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- hide(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the hidden flag of that element index to
true
and updates the chart. - HIDE - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation when a data set is hidden using legend or
IsChart.hide(int)
. - hideOpenItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Closes all items which are opened and not closed yet.
All toast items in queued will be removed. - hideOpenItems(boolean) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Closes all items which are opened and not closed yet.
If the passed argument istrue
, it clears also the queue, without showing the items. - HINDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hindi language.
- HIRA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hiragana script.
- HLUW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Anatolian Hieroglyphs (Luwian Hieroglyphs, Hittite Hieroglyphs) script.
- HMNG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hmng numbering system.
- HMNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Pahawh Hmong script.
- HMNP - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hmnp numbering system.
- HMNP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nyiakeng Puachue Hmong script.
- HOME - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Home
key. - HONDURAS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Honduras region.
- HONEY_DEW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "honeyDew" -
- HONEY_DEW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Honey Dew" -
- HONG_KONG - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Hong Kong region.
- HONG_KONG_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Hong Kong Dollar currency.
- HONGKONG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Hongkong timezone.
- HORIZON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Horizon" -
- HORIZON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Horizon6" -
- 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
-
Builds the object.
- HorizontalBarChart(Type) - Constructor for class org.pepstock.charba.client.HorizontalBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - HorizontalBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
HORIZONTAL BAR GWT WIDGET 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. - HorizontalBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
-
Builds the object.
- HorizontalBarChartWidget(HorizontalBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - HorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
Some properties can be specified as an array.
If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on. - HorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates a data set.
It uses the global options has default. - HorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates a data set.
It uses the global options has default. - HorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default.
- HorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default.
- HorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using chart type related to the data set.
- HorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default and chart type related to the data set.
- HorizontalBarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for HORIZONTAL BAR chart.
- HorizontalBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.HorizontalBarOptions
-
Builds the object storing the chart instance and default values.
- HOT_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "hotPink" -
- HOUR - org.pepstock.charba.client.enums.TimeUnit
-
Hour time unit
- HOUR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the hour, for example "3" or "03".
- HOUR - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for hour.
- HourCycle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible values to use to set the hour cycle.
- Hover - Class in org.pepstock.charba.client.configuration
-
Definitions about how elements appear in the chart, hovering the chart.
- Hover - Class in org.pepstock.charba.client.options
-
Definitions about how elements appear in the chart, hovering the chart.
- HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- HOVER_BORDER_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- HOVER_BORDER_WIDTH - org.pepstock.charba.client.data.Dataset.CommonProperty
- HoverDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set. - HoverDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HoverDataset
-
Creates the data set using a default and chart type related to the data set.
- HoverFlexDataset - 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.
- HoverFlexDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HoverFlexDataset
-
Creates the dataset using a default and chart type related to the dataset.
- HRKT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Japanese syllabaries (alias for Hiragana + Katakana) script.
- HRYVNIA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Hryvnia currency.
- HTML - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Html" -
- HtmlColor - Enum in org.pepstock.charba.client.colors
-
All modern browsers support the following 140 color names.
- HtmlLegend - Class in org.pepstock.charba.client.impl.plugins
-
This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend.
- HtmlLegendCallback<T extends HasLegendText> - Interface in org.pepstock.charba.client.callbacks
-
This callback is the base interface for HTML legend callbacks to change the text of legend for a specific item or legend's title, as HTML.
This callback is used ONLY byHtmlLegend
plugin. - HtmlLegendItem - Class in org.pepstock.charba.client.impl.plugins
-
Object used to invoke
TilesFactory
in order to get thePointStyle
representation for legend.
This object is used internally even if is public, used only byHtmlLegend
plugin. - HtmlLegendItemCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback can be implemented to change the text of legend for a specific item, as HTML.
This callback is used ONLY byHtmlLegend
plugin. - HtmlLegendOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
HtmlLegend.ID
plugin.
This is mapping the configuration both default global and per chart instance. - HtmlLegendOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - HtmlLegendOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - HtmlLegendOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
HtmlLegend.ID
plugin options by a builder. - HtmlLegendOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
HtmlLegend.ID
plugin. - HtmlLegendTitleCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback can be implemented to change the text of legend's title, as HTML.
This callback is used ONLY byHtmlLegend
plugin. - HUE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma and chroma of the bottom layer, while adopting the hue of the top layer.
- HUE_CIRCLE19 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "HueCircle19" -
- HUNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Hungarian (Hungarian Runic) script.
- HUNGARIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hungarian language.
- HUNGARY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Hungary region.
- HYDROGEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hydrogen" -
- HYPER_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hyper Blue" -
I
- IBIZA_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ibiza Sunset" -
- IBTESAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ibtesam" -
- ICELAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Iceland timezone.
- ICELAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iceland region.
- ICELAND_KRONA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iceland Krona currency.
- ICELANDIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Icelandic language.
- 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.annotation.AnnotationPlugin
-
Plugin ID "annotation".
- ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Plugin ID "datalabels".
- ID - Static variable in class org.pepstock.charba.client.Defaults
-
Plugin ID "charbanativecharthandler", for an internal plugin to track native chart instances.
- ID - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Projection axis id.
- ID - Static variable in class org.pepstock.charba.client.geo.ProjectionAxis
-
Projection axis id.
- ID - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Size axis id.
- ID - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
-
Plugin ID "gradient".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Plugin ID "charbabackgroundcolor".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Plugin ID "charbacursorpointer".
- 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.Crosshair
-
Plugin ID "charbacrosshair".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Plugin ID "charbadatasetsitemsselector".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Plugin ID "charbahtmllegend".
- ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Plugin ID "labels".
- ID - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Plugin ID "zoom".
- IDEOGRAPHIC - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the ideographic baseline; this is the bottom of the body of the characters, if the main body of characters protrudes beneath the alphabetic baseline.
- IGBO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Igbo language.
- IIIT_DELHI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "IIIT Delhi" -
- IMAGE - org.pepstock.charba.client.annotation.enums.ContentType
- IMAGE - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as image, see
Img
. - IMAGE - org.pepstock.charba.client.impl.plugins.enums.Render
-
The images will be rendered.
- IMAGE - org.pepstock.charba.client.labels.enums.Render
-
The images will be rendered.
- IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for ImageElement instances, null.
- IMAGE_LABEL - org.pepstock.charba.client.impl.plugins.enums.Render
-
The images and label will be rendered.
- IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
-
Name of shape to draw an image, "image".
- ImageData - Class in org.pepstock.charba.client.dom.elements
-
Represents the underlying pixel data of an area of a <canvas> element.
- ImageMimeType - Enum in org.pepstock.charba.client.enums
-
Determines the image format to use to export the image from the canvas.
- 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(Img) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- ImagesHelper - Class in org.pepstock.charba.client.gwt
-
Utility to transform image GWT resources in the
Img
elements used by Charba. - ImageSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setwidth
andheight
properties at runtime, toLineLabel
.
It can return aString
or aInteger
depending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%). - Img - Class in org.pepstock.charba.client.dom.elements
-
Represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
- ImmutableDate - Class in org.pepstock.charba.client.commons
-
Class acting as an immutable date class based on the
Date
class.
ThrowsUnsupportedOperationException
when mutable methods are invoked. - ImmutableDate() - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a
Date
object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond. - ImmutableDate(long) - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a
Date
object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. - ImmutableEnvelop<T> - Class in org.pepstock.charba.client.commons
-
This object is a container of hidden object which can set by constructor and immutable afterwards.
- ImmutableEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument.
- ImmutableEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- IN_OUT - org.pepstock.charba.client.colors.GradientOrientation
-
From center to the borders (ONLY radial)
- INARI_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Inari Sami language.
- INBOX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Inbox" -
- INCH - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for inch.
- index() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the 0-based index of the match in the string.
- INDEX - org.pepstock.charba.client.enums.InteractionMode
-
Finds item at the same index.
- IndexAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x' or 'y' to define the base axis for the dataset.
Use 'y' for horizontal bar. - indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
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.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.ArrayKeyList
-
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.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the index of the first occurrence of the specified element in the labels, or -1 if this labels instance does not contain the element.
- INDIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for India region.
- INDIAN - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for indian calendar.
- INDIAN_ANTANANARIVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Antananarivo timezone.
- INDIAN_CHAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Chagos timezone.
- INDIAN_CHRISTMAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Christmas timezone.
- INDIAN_COCOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Cocos timezone.
- INDIAN_COMORO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Comoro timezone.
- INDIAN_KERGUELEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Kerguelen timezone.
- INDIAN_MAHE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mahe timezone.
- INDIAN_MALDIVES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Maldives timezone.
- INDIAN_MAURITIUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mauritius timezone.
- INDIAN_MAYOTTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mayotte timezone.
- INDIAN_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "indianRed" -
- INDIAN_REUNION - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Reunion timezone.
- INDIAN_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Indian Rupee currency.
- INDIGO - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO" -
- INDIGO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "indigo" -
- INDIGO - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "INDIGO" -
- INDIGO_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_1" -
- INDIGO_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_2" -
- INDIGO_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_3" -
- INDIGO_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_4" -
- INDIGO_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_1" -
- INDIGO_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_2" -
- INDIGO_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_3" -
- INDIGO_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_4" -
- INDIGO_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_1" -
- INDIGO_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_2" -
- INDIGO_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_3" -
- INDIGO_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_4" -
- INDIGO_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_5" -
- INDONESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Indonesia region.
- INDONESIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Indonesian language.
- INDS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Indus (Harappan) script.
- INFERNO - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color inferno.
- INFINITY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The Infinity string ("∞").
- InflateAmountCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
inflateAmount
property at runtime, forBarDataset
orBar
element instances.
ReturningUndefined.INTEGER
, the chart will automatically calculate the amount of pixels to inflate the bar rectangles, when drawing. - INFLUENZA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Influenza" -
- INFO - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Info toast type -
- INFO - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Info toast type - Toast content
- INFUSION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Infusion6" -
- INHERIT - org.pepstock.charba.client.enums.Weight
-
Inherits this property from its parent element.
- initCanvas(Canvas, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Initialized the internal canvas to use for drawing.
- INITIAL - org.pepstock.charba.client.dom.enums.Display
-
Uses the initial value.
- INITIAL - org.pepstock.charba.client.enums.Weight
-
Sets this property to its default value.
- INITIALIZED - org.pepstock.charba.client.utils.CTimer.Status
-
Initial status, when the timer has been created.
- inject() - Method in class org.pepstock.charba.client.resources.AbstractResources
-
Injects CHART.JS, date adapter and library if not already injected.
- inject() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Checks if the module has been injected by
EntryPointStarter
. - inject() - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Injects CHART.JS, date adapter and library if not already injected.
- InjectableTextResource - Class in org.pepstock.charba.client.resources
-
Default implementation for an injectable resource related to a text resource.
- InjectableTextResource(TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the name of text resource and the text of it.
- InjectableTextResource(String, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name, passed as argument.
- InjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name as key, passed as argument.
- injectionComplete(DateAdapterInjectionComplete) - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module. - Injector - Class in org.pepstock.charba.client
-
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) in the web page of application, in the HEAD.
It enables also to inject other script in the web page, necessary when you want to use some Chart.JS extensions.
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. - INKWELL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Inkwell6" -
- INLINE - org.pepstock.charba.client.dom.enums.Display
-
The element generates one or more inline element boxes that do not generate line breaks before or after themselves.
In normal flow, the next element will be on the same line if there is space - INLINE_BLOCK - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block element box that will be flowed with surrounding content as if it were a single inline box (behaving much like a replaced element would).
- INLINE_FLEX - org.pepstock.charba.client.dom.enums.Display
-
The element behaves like an inline element and lays out its content according to the flexbox model.
- INLINE_TABLE - org.pepstock.charba.client.dom.enums.Display
-
The inline-table value does not have a direct mapping in HTML.
It behaves like an HTML <table> element, but as an inline box, rather than a block-level box. - INNER - org.pepstock.charba.client.enums.BorderAlign
-
When 'inner' is set, it is guaranteed that all the borders are not overlap.
- INNER - org.pepstock.charba.client.enums.TickAlign
-
The property sets the center alignment.
- input() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the original string that was matched against.
- inRange(double, double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(double, double, boolean) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(double, double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point passed as the argument is in the element.
- inRange(IsPoint) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(IsPoint, boolean) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- INSERT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Insert key,
Ins
. - insertBefore(BaseNode, BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Inserts a node before the reference node as a child of a specified parent node.
- INSET - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border that makes the element appear embedded.
- INSPIRATION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Inspiration6" -
- INSTAGRAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Instagram" -
- InstallHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
Immutable instance with the date adapter options defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
-
Unique instance of no defaults class.
- INSTANCE - Static variable in class org.pepstock.charba.client.enums.DefaultEvents
-
Unmodifiable set with all default events.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
- INTEGER - org.pepstock.charba.client.intl.enums.FormatPartType
-
The integer number.
- INTEGER - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for INTEGER instances,
Integer.MIN_VALUE
. - INTEGERS - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are stored as an array of integers.
- INTEGRAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Integral6" -
- Interaction - Class in org.pepstock.charba.client.annotation
-
Definitions about how the user can interact with chart elements.
- Interaction - Class in org.pepstock.charba.client.configuration
-
Definitions about how the user can interact with chart elements.
- Interaction - Class in org.pepstock.charba.client.options
-
Definitions about how the user can interact with chart elements.
- Interaction(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Interaction
-
Builds the object storing the root options element.
- InteractionAxis - Enum in org.pepstock.charba.client.enums
-
Defines which directions are used in calculating distances, interacting on the chart.
Defaults toInteractionAxis.X
forInteractionMode.INDEX
mode andInteractionAxis.XY
inInteractionMode.DATASET
andInteractionMode.NEAREST
modes. - InteractionItem - Class in org.pepstock.charba.client.items
-
Definitions about how the interaction with events will be applied on chart elements.
- InteractionItem() - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates an interaction item with defaults.
- InteractionItem(InteractionMode) - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates an interaction item with passed mode and all other configuration as defaults.
- InteractionItem(InteractionMode, boolean) - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates an interaction item with passed mode and intersect and all other configuration as defaults.
- InteractionItem(InteractionMode, boolean, InteractionAxis) - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates an interaction item with all passed arguments.
- 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.
- INTERLINGUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Interlingua (International Auxiliary Language Association) language.
- interpolate(double) - Method in interface org.pepstock.charba.client.geo.callbacks.InterpolateCallback
- interpolate(IsColor, double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns a color from a specific offset starting from the current one.
- Interpolate - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the color interpolation for data set and scale.
- InterpolateCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to be defined to customize the color on
ColorAxis
. - INTUITIVE_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Intuitive Purple" -
- INUKTITUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Inuktitut language.
- INVALID - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is invalid, doesn't have any label or title context to show.
- INVERTED_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diagonal (from right to left) on the tile.
- INVERTED_DOUBLE_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a double diagonals (from right to left) on the tile.
- INVERTED_TRIANGLE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a triangle (with spike down) on the tile.
- invoke(C) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
-
Returns the value of property at runtime.
- invoke(DataLabelsContext, DataItem) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
-
Returns the formatted label value.
- invoke(DataLabelsContext, DataItem) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
- invokeChartOnClick(ChartClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onClick
chart function provided out of the box by CHART.JS. - invokeChartOnHover(ChartHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onHover
chart function provided out of the box by CHART.JS. - invokeColorCallback(DatasetContext, Scriptable<?, DatasetContext>, Dataset.CanvasObjectKey, String) - Method in class org.pepstock.charba.client.data.Dataset
-
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.
- invokeLegendOnClick(LegendClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onClick
legend function provided out of the box by CHART.JS. - invokeLegendOnHover(LegendHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onHover
legend function provided out of the box by CHART.JS. - invokeLegendOnLeave(LegendLeaveEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onLeave
legend function provided out of the box by CHART.JS. - invokePositioner(IsTooltipPosition, IsChart, List<DatasetReference>, Point) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Invokes an existing positioner to get the point.
- invokeTooltipsCallbackOnLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render for an individual item in the tooltip.
- invokeTooltipsCallbackOnLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default colors to render for the tooltip item.
- invokeTooltipsCallbackOnLabelPointStyle(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default point style to render for the tooltip item.
- invokeTooltipsCallbackOnTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render as the title of the tooltip.
- inXRange(double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point X passed as the argument is in the element.
- inYRange(double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point Y passed as the argument is in the element.
- ION_BOARDROOM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "IonBoardroom6" -
- ION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Ion6" -
- IRAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Iran timezone.
- IRAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iran region.
- IRANIAN_PERSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Iranian Persian language.
- IRANIAN_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iranian Rial currency.
- IRAQ - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iraq region.
- IRAQI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iraqi Dinar currency.
- IRISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Irish language.
- is(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
true
if the value is undefined. - is(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
true
if the value is undefined. - is(String) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
true
if the key is the same of the event. - is(String) - Method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns
true
if the passed type is the a default one. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns
true
if the argument is equals to a default animation property. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns
true
if the argument is equals to a default plugin id. - is(String) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns
true
if the scale id is related to this axis id. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns
true
if the argument is equals to a default animation mode. - is(String) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed as string.
- is(Key) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns
true
if the argument is equals to a default plugin id.
TheDefaultPluginId.FILLER
is not considered a default plugin because does not have a specific namespace in the options. - is(AxisType) - Method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns
true
if the passed type is the a default one. - is(NativeBaseEvent) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
true
if the key is the same of the event. - is(NativeBaseEvent) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed in the event.
- is(HasNativeEvent) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
true
if the key is the same of the event. - is(HasNativeEvent) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed in the event container.
- is(AnimationCollectionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns
true
if the argument is equals to a default animation collection. - is(AnimationPropertyKey) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns
true
if the argument is equals to a default animation property. - is(ScaleId) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns
true
if the scale id is related to this axis id. - is(TransitionKey) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
Returns
true
if the argument is equals to a default animation mode. - isAbstractChart(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
true
if chart passed as argument is an abstract chart instance. - isActive() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns true if element is active (hovered).
- isActive() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns
true
if the element is active. - isActive() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns if element is active.
- isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns
true
whether the scale range should be adjusted if this annotation is out of range. - isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
true
whether the scale range should be adjusted if this annotation is out of range. - isAlignToPixels() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns
true
to align pixel values to device pixels. - isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isAlignToPixels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns
true
to align pixel values to device pixels. - isAlignToPixels() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns
true
to align pixel values to device pixels. - isAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns
true
if any double is between 0.0d and 1.0d (inclusive). - isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the alt key was down when the touch event was fired.
- isAnimate() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isAnimate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isAnimate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns whether to animate scaling the chart from the center.
- isAnimated() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns if the render 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. - isAnimateRotate() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
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. - isAnimateScale() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true
, will animate scaling the chart from the center outwards. - IsAnimation - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element, ANIMATIONS name space.
- isAnimationEnabled() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns
true
if animation is enabled, otherwisefalse
. - isAnimationEnabled() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns
true
if animation is enabled, otherwisefalse
. - IsAnimations - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element where animation element properties can be set, ANIMATIONS name space.
- isArc() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label in arc.
- IsArea - Interface in org.pepstock.charba.client.items
-
Defines an area dimensions.
- isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
-
This method determines whether the passed value is an Array.
- isAutoHide() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- isAutoHide() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- isAutoInflateAmount() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- isAutoInflateAmount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- isAutoInflateAmount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.options.Bar
-
Returns
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoPadding() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns
true
to apply automatic padding so visible elements are completely drawn. - isAutoPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
- isAutoPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- isAutoPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
-
Returns
true
to apply automatic padding so visible elements are completely drawn. - isAutoPadding() - Method in class org.pepstock.charba.client.options.Layout
-
Returns
true
to apply automatic padding so visible elements are completely drawn. - isAutoRotation() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
true
whether the rotation of label must calculates automatically. - isAutoRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns
true
whether the rotation of label must calculates automatically. - 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.
Turn it off to show all labels no matter what - isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
true
if the background color is defined as color. - isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
true
if the background color of the tooltip item is defined as color. - isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
true
if the background color is defined as gradient. - isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
true
if the background color of the tooltip item is defined as gradient. - isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
true
if the background color is defined as canvas pattern. - isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
true
if the background color of the tooltip item is defined as canvas pattern. - isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, scale will include 0 if it is not already included. - isBetween(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBetween(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
true
if the border color is defined as color. - isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
true
if the border color of the tooltip item is defined as color. - isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
true
if the border color is defined as gradient. - isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
true
if the border color of the tooltip item is defined as gradient. - isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
true
if the border width is defined asBarBorderRadius
. - isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns
true
if the border width is defined asBarBorderRadius
. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
true
if the border width is defined asBarBorderWidth
. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns
true
if the border width is defined asBarBorderWidth
. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns
true
if the border width is defined asBarBorderWidth
. - isBottom() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
false
if the clip bottom has been set. - isBubbles() - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Returns
true
indicates whether the event bubbles up through the DOM tree or not. - isBubbles() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns
true
indicates whether the event bubbles up through the DOM tree or not. - IsBuilder - Interface in org.pepstock.charba.client.commons
-
Represents an options builder.
Needed to check the consistency of builder after build. - isBuilt() - Method in class org.pepstock.charba.client.commons.AbstractBaseBuilder
- isBuilt() - Method in interface org.pepstock.charba.client.commons.IsBuilder
-
Returns
true
if new object has been already created by the builder. - isCancelable() - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Returns
true
indicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - isCancelable() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns
true
indicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - isCanvas(NativeObjectContainer, Key) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
true
if the object is aCanvas
. - isCanvasGradient(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
true
if the object is aCanvasGradientItem
. - isCanvasObjectHandling() - Method in class org.pepstock.charba.client.data.Data
-
Returns
true
if the plugin to manage canvas object (gradients and patterns) has been forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color. - isCanvasPattern(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
true
if the object is aCanvasPatternItem
. - isCanvasSupported() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns
true
if the canvas is supported by browser. - isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns
true
to keep Bézier 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 Bézier control inside the chart,false
for no restriction. - isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
-
Returns
true
to keep Bézier control inside the chart,false
for no restriction. - IsCastable - Interface in org.pepstock.charba.client.dom
-
Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba. - isCentered() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns if point labels are centered.
- isCentered() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- isCentered() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- isCentered() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns if point labels are centered.
- isCentered() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns if point labels are centered.
- isChanged() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
true
if the plugin needs a render. - IsChart - Interface in org.pepstock.charba.client
-
Interface which defines a chart.
- isChartAttached() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
true
whether this chart is currently attached to the browser's document. - isChartAttached() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isChartAttached() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
true
whether this chart is currently attached to the browser's document. - IsChartEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a chart event, an event generated from CHART.JS.
- isCircular() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns
true
if the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns
true
if the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns
true
if the arc is curved. - isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true
, grid are circular (on radar chart only). - isCircular() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns
true
if the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.options.Arc
-
Returns
true
if the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, grid are circular (on radar chart only). - isClamp() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
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.annotation.AnnotationOptions
-
Returns if clips relative to the chart area.
- isClip() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if clips relative to the chart area.
- isClip() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is
true
, the part of the label which is outside the chart area will be masked. - isCloneDefaults() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns
true
if it clones the default options of base chart type. - IsColor - Interface in org.pepstock.charba.client.colors
-
Defines the methods that all colors must have and many of them have got already an implementation that usually does not need to be changed.
- isConsistent() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
- isConsistent() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns
true
if the context is consistent.
Custom context (the plugin ones) should extend it and check if the context is consistent before invoking the callback. - isConsistent() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
- isConsistent() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns
true
if the coordinates are consistent and notNaN
. - isConsistent() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
- isConsistent() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns
true
if the latitude and longitude are consistent and notNaN
. - isConsistent() - Method in class org.pepstock.charba.client.labels.LabelsContext
- isConsistent() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns
true
if the regression is consistent and usable. - isConsistent() - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns
true
if there is at least a key, stored in the map. - isConsistent() - Method in class org.pepstock.charba.client.zoom.ZoomContext
- isConsistent(Collection<?>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Checks if the passed list is consistent.
- isConsistent(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
true
if the passed color instance is consistent, that means with a right red, green, blue and alpha values and if the RGBA string representation is consistent as well. - isConsistent(Controller, ControllerContext, IsChart) - Static method in interface org.pepstock.charba.client.Controller
-
Returns
true
if all arguments are consistent. - isConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
true
if chart passed as argument is notnull
and its id is notnull
as well, and if mandatory methods of interface will return consistent instances. - isConsistent(IsArea) - Static method in interface org.pepstock.charba.client.items.IsArea
-
Returns
true
if the are is consistent, otherwisefalse
. - isContextConsistent(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns
true
if context is consistent, otherwisefalse
. - isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the control key was down when the touch event was fired.
- IsDatasetCreator<D extends Dataset> - Interface in org.pepstock.charba.client
-
Defines the methods for creating datasets pof a specific type.
This is used by chart instances to create datasets relatedo to the chart type. - isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set if it's visible or not, selected by index.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset if it's visible or not, selected by index.
- isDataVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the stored visibility state of an data index for all data sets.
- isDataVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDataVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the stored visibility state of an data index for all datasets.
- IsDefaultAbstractTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define title object defaults.
- IsDefaultAction - Interface in org.pepstock.charba.client.utils.toast
-
Interface to define toast action object defaults.
- IsDefaultAdapters - Interface in org.pepstock.charba.client.defaults
-
Interface to define adapter options defaults.
- 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, ANIMATION name space.
- IsDefaultAnimationCollection - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for element properties defaults.
- IsDefaultAnimationContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation container defaults.
The animation container defaults is used as internal instance to manage animations options on more configuration items. - IsDefaultAnimations - Interface in org.pepstock.charba.client.defaults
-
Interface to define animations for animation element properties defaults, ANIMATIONS name space.
- IsDefaultAnimationTransition - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for update mode (transition) defaults.
- IsDefaultArc - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultBar - Interface in org.pepstock.charba.client.defaults
-
Interface to define bar object defaults.
- IsDefaultBarDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define BAR datasets object defaults.
- IsDefaultBaseAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define the base animation properties defaults.
- IsDefaultBaseFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the locale matching options for internationalization.
- IsDefaultBoxHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define box dimension of options elements.
- IsDefaultContentElement - Interface in org.pepstock.charba.client.utils.toast
- IsDefaultDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define data sets object defaults.
- IsDefaultDateAdapterOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define date adapter options defaults.
- IsDefaultDateTimeFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the date time format options for internationalization.
- IsDefaultDecimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define
DefaultPluginId.DECIMATION
plugin defaults. - IsDefaultElements - Interface in org.pepstock.charba.client.defaults
-
Interface to define elements object defaults.
- IsDefaultEventHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define events handler defaults.
- IsDefaultFiller - Interface in org.pepstock.charba.client.defaults
-
Interface to define
DefaultPluginId.FILLER
plugin defaults. - IsDefaultFillHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define fill defaults values.
- IsDefaultFont - Interface in org.pepstock.charba.client.defaults
-
Interface to define fomt object defaults.
- IsDefaultFontContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define font container of options elements.
- IsDefaultGrid - Interface in org.pepstock.charba.client.defaults
-
Interface to define grid defaults.
- IsDefaultInteraction - Interface in org.pepstock.charba.client.defaults
-
Interface to define interaction 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.
- IsDefaultLegendTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend title object defaults.
- IsDefaultLine - Interface in org.pepstock.charba.client.defaults
-
Interface to define line object defaults.
- IsDefaultMajor - Interface in org.pepstock.charba.client.defaults
-
Interface to define MAJOR tick object defaults.
- IsDefaultNumberFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the number format options for internationalization.
- IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE 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.
- IsDefaultPluginElement - Interface in org.pepstock.charba.client.defaults
-
Interface to define the common properties of chart element related to default plugins,
DefaultPluginId.TITLE
andDefaultPluginId.LEGEND
. - IsDefaultPlugins - Interface in org.pepstock.charba.client.defaults
-
Interface to define plugins 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.
- IsDefaultPointStyleHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define the point styles in the options elements.
- isDefaultPrevented() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Indicates whether or not the call to
NativeBaseEvent.preventDefault()
canceled the event. - IsDefaultsAnnotationInteraction - Interface in org.pepstock.charba.client.annotation
-
Interface to define interaction object defaults on annotations.
- 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.
- IsDefaultScaleLines - Interface in org.pepstock.charba.client.defaults
- IsDefaultScales - Interface in org.pepstock.charba.client.defaults
-
Interface to define scales/axes object defaults.
- IsDefaultScaleTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale title object defaults.
- IsDefaultSubtitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define subtitle object defaults.
- IsDefaultTextDirectionHandler - 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.
- IsDefaultToastOptions - Interface in org.pepstock.charba.client.utils.toast
-
Defines the toast options container, and the static defaults.
- IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
-
Interface to define tooltips object defaults.
- IsDefaultTransitions - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation node for update mode element defaults, TRANSITIONS name space.
- IsDefaultTypedDataset - Interface in org.pepstock.charba.client.defaults
-
Interface to define datasets object defaults.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns
true
if the chart is configured to be destroyed on the attach of DIV element, otherwisefalse
. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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, otherwisefalse
. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.options.Options
-
Returns
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - isDisplay() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns
true
whether the annotation should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns
true
whether the arrow head should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns
true
whether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns
true
whether the annotation arrow head should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns
true
whether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
true
whether the annotation should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid 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.LegendTitle
-
Returns
true
if the title 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.defaults.chart.DefaultChartAngleLines
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- 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.IsDefaultGrid
-
If
false
, do not display grid for this axis. - isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
-
Returns
true
if the legend title is shown. - isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns if the element 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.IsDefaultScaleTitle
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns
true
if label will be applied in the chart, otherwisefalse
. - isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns
true
if clear of selection label will be applied in the chart, otherwisefalse
. - 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.Grid
-
If
false
, do not display grid for this axis. - isDisplay() - Method in class org.pepstock.charba.client.options.LegendTitle
-
Returns
true
if the title 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.ScaleTitle
-
If
true
, display the axis title. - isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true
, show tick marks. - 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.options.Tooltips
-
If
true
, color boxes are shown in the tooltip. - isDotAll() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
whether or not the "s" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns if it is in doughnut mode.
- isDrawActiveElementsOnTop() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns if draws the active points of a dataset over the other points of the dataset.
- isDrawActiveElementsOnTop() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns if draws the active points of a dataset over the other points of the dataset.
- isDrawBorder() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDrawBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true
, draw border at the edge between the axis and the chart area. - isDrawBorder() - Method in class org.pepstock.charba.client.options.Grid
-
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, otherwisefalse
. - isDrawOnAttach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
true
if the chart is configured to be drawn on the attach of DIV element, otherwisefalse
. - isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns
true
if the chart is configured to be drawn on the attach of DIV element, otherwisefalse
. - isDrawOnAttach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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, otherwisefalse
. - isDrawOnAttach() - Method in class org.pepstock.charba.client.options.Options
-
Returns
true
if the chart is configured to be drawn on the attach of DIV element, otherwisefalse
. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true
, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, draw lines on the chart area inside the axis lines. - isDrawTicks() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true
, draw lines beside the ticks in the axis area beside the chart. - isDrawTicks() - Method in class org.pepstock.charba.client.options.Grid
-
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.data.Labels
-
Returns
tree
if no label is loaded. - isEmpty(boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isEmpty(double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isEmpty(int[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isEmpty(Object[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- isEnableBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnabled() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns
true
if decimation are enabled. - isEnabled() - Method in class org.pepstock.charba.client.configuration.Major
-
If
true
, major tick options are used to show major ticks. - 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.DefaultChartDecimation
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajor
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns
true
if decimation are enabled. - isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajor
-
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() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns
true
if plugin is enabled. - isEnabled() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns
true
if plugin is enabled. - isEnabled() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns
true
if decimation are enabled. - isEnabled() - Method in class org.pepstock.charba.client.options.Major
-
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. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns
true
to enable element for drag zooming. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns
true
to enable pan element. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Pinch
-
Returns
true
to enable element for pinch zooming. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns
true
to enable element for wheel zooming. - isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- isEnabled(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns if a global plugin is enabled or not.
- isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a default plugin is enabled or not.
- isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns
true
if the animation collection is enabled, otherwisefalse
. - isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Returns
true
if the animation collection is enabled, otherwisefalse
. - isEnabled(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns
true
if the animation collection is enabled, otherwisefalse
. - isEnabled(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns
true
if the animation collection is enabled, otherwisefalse
. - isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Returns
true
if the plugin is enabled to all charts, otherwisefalse
. - isEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- isEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- IsEvent - Interface in org.pepstock.charba.client.options
-
RepresentstThe events option defines the browser events that the chart, legend, tooltip or plugins should listen to.
- isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns
true
if there is any event handler for event type passed as argument. - isEventHandled(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isEventHandled(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns
true
if there is any event handler for event type passed as argument. - isFill() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns
true
whether the arrow head must be closed and filled. - isFill() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns
true
whether the arrow head must be closed and filled. - IsFill - Interface in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- isFillStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the fill style is defined as color. - isFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the fill style is defined as gradient. - isFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the fill style is defined as canvas pattern. - IsFont - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isFullSize() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAbstractTitle
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns
true
if marks that this box should take the full width/height of the canvas (moving other boxes). - isFullSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns
true
if marks that this box should take the full width/height of the canvas (moving other boxes). - isFullSize() - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isGlobal() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
whether or not the "g" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isGreaterThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGreaterThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGrouped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- isGrouped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- isGrouped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
When
true
, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse
, each bar is placed on its actual index-axis value. - isGrouped() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When
true
, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse
, each bar is placed on its actual index-axis value. - isHidden() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if the data set at first drawing will appear or not.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is hidden.
- isHidden(IsChart) - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if this item represents a hidden data set.
Label will be rendered with a strike-through effect - isHideProgressBar() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns
true
whether to hide the progress bar. - isHideProgressBar() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns
true
whether to hide the progress bar. - isHideShadow() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns
true
whether to hide the shadow of toast. - isHideShadow() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns
true
whether to hide the shadow of toast. - isHorizontal() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns
true
if it can be used for horizontal alignment. - isHorizontal() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns if is an horizontal view.
- isHorizontal() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns
true
if the scale is horizontal. - isHour12() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- isHour12() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHtmlText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns
true
if the text of legend's title is HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - isHtmlText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns
true
if the text of legend item is HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - isIgnoreCase() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
if the "i" flag was used; otherwise,false
.
The "i" flag indicates that case should be ignored while attempting a match in a string.
It is a read-only property of an individual regular expression instance. - isIgnoreFunctionContext() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns
true
if the functional context must be ignored as argument to pass to callback. - isImage(NativeObjectContainer, Key) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
true
if the object is aImg
. - IsImmutableFont - Interface in org.pepstock.charba.client.options
-
Interface to map a font element in read-only mode, normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem)
, providing also the CSS string of font itself. - isInChartArea() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
true
if this event is in chart area. - isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isIncludeBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If
true
, the defined minimum and maximum values should be presented as ticks even if they are not "nice". - isIncludeBounds() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true
, the defined minimum and maximum values should be presented as ticks even if they are not "nice". - isIncludeInvisible() - Method in class org.pepstock.charba.client.configuration.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- isIncludeInvisible() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- isIncludeInvisible() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.items.InteractionItem
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.options.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isInitial() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns
true
for the initial animation of the chart. - isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
true
if CHART.JS chart has been initialized, otherwisefalse
. - isInitialized() - Method in class org.pepstock.charba.client.ChartNode
-
Returns if CHART.JS chart instance has been initialized.
- isInitialized() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isInitialized() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
true
if CHART.JS chart has been initialized, otherwisefalse
. - isInjected() - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns if the date adapter has been injected.
- isInjected() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns
true
if the resource has been injected. - isInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Returns
true
if the script or style resource has been already injected. - isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Checks if the value passed is in the threshold.
- isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns
true
if the chart event is inside of this box, otherwisefalse
. - isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns
true
if the chart event is inside of this box, otherwisefalse
. - isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.LegendNode
- isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns
true
if the chart event is inside of one of scales, otherwisefalse
. - isIntersect() - Method in class org.pepstock.charba.client.annotation.Interaction
-
if
true
, the mode only applies when the mouse position intersects an item on the chart. - isIntersect() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
If true, the hover mode only applies when the mouse position intersects an annotation.
- 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.Interaction
-
if true, the 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.DefaultChartInteraction
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
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.
- isIntersect() - Method in class org.pepstock.charba.client.items.InteractionItem
-
if
true
, the mode only applies when the mouse position intersects an item on the chart. - IsJSType - Interface in org.pepstock.charba.client.commons
-
Empty interface to define native object as native in order to use
Reflect
to set and get objects inNativeObject
. - IsKeyboardKey - Interface in org.pepstock.charba.client.dom.enums
-
Maps a keyboard key methods.
- ISLAMIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for islamic calendar.
- ISLE_OF_MAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Isle of Man region.
- isLeft() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
false
if the clip left has been set. - IsLegendEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a legend chart event, an event generated from CHART.JS.
- isLessThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- isLessThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- IsLinearAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsLinearTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for linear scale tick is use to chart numerical data.
Can be used for linear cartesian and radial ticks. - IsLocaleItem - Interface in org.pepstock.charba.client.intl
-
Interface to map the locale item in order to get the name and search the items against the name instead of the value.
- isLoop() - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to
true
, loops the animations endlessly. - isLoop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
If set to
true
, loops the animations endlessly. - isLoop() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to
true
, loops the animations endlessly. - isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMajor() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns
true
if is the major tick, otherwiseUndefined.BOOLEAN
. - isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the meta key was down when the touch event was fired.
- 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.
Note: Only applicable to vertical scales. - isMultiline() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
whether or not the "m" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isNegative(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNegative(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNormalized() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if you provide data with indices that are unique, sorted, and consistent across data sets and provide the normalized:
true
option to let CHARBA know that you have done so. - isNot(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
true
if the value is not undefined. - isNot(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
true
if the value is not undefined. - isNotEmpty(boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isNotEmpty(double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isNotEmpty(int[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isNotEmpty(Object[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
true
if the array is empty. - isNotEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNotEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNoWrap() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- isNullable() - Method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
true
if the content of envelop can benull
. - isNullable() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
- IsNumberFormat - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is a number format options.
- IsNumericAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsNumericTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric ticks (linear/log cartesian and radial).
- ISO8601 - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for iso8601 calendar.
- isOffset() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the chart area.
This is set totrue
in the bar chart by default. - isOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default. - isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true
, grid will be shifted to be between labels. - 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 in the chart area.
- isOffset() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, extra space is added to the both edges and the axis is scaled to fit in the chart area. - isOffset() - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, grid will be shifted to be between labels.
This is set totrue
in the bar chart by default. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If
true
, bar chart offsets are computed with auto skipped ticks.. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isOffsetAfterAutoskip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If
true
, bar chart offsets are computed with auto skipped ticks.. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, bar chart offsets are computed with auto skipped ticks.. - isOnlyYAxis() - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Returns
true
if there is only a Y axis, otherwisefalse
. - isOriginalMax() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns
true
to use whatever maximum limit the scale had when the chart was first displayed. - isOriginalMin() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns
true
to use whatever minimum limit the scale had when the chart was first displayed. - isOverlap() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label even it's overlap.
- IsoWeekDay - Enum in org.pepstock.charba.client.enums
-
Enumeration with ISO day of the week with 0 being Sunday and 6 being Saturday.
- IsPadding - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isParsing() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to parse the data set.
The parsing can be disabled by specifying parsing:false
at chart options or data set.
If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally. - isPercentage() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns
true
if the value will be rendered as percentage. - isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns
true
if percentage threshold is used, otherwisefalse
. - IsPoint - Interface in org.pepstock.charba.client.commons
-
This interface is defining an object which represents a point, with x and y coordinates.
- isPositive(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- isPositive(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- 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
. - isPressed(NativeBaseEvent) - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
true
if the modifier key is pressed when the event was emitted. - isPressed(NativeBaseEvent) - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
true
if the modifier key is pressed when the event was emitted. - isPressed(HasNativeEvent) - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
true
if the modifier key is pressed when the event was emitted. - isPressed(HasNativeEvent) - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
true
if the modifier key is pressed when the event was emitted. - isPrimary() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns
true
if the pointer represents the primary pointer of this pointer type. - isPrimary() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns
true
if the pointer represents the primary pointer of this pointer type. - IsProgressBarType - Interface in org.pepstock.charba.client.utils.toast
-
Defines a toast progress bar type.
- isPropagate() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - isPropagate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
- isPropagate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
- isPropagate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - isPropagate() - Method in class org.pepstock.charba.client.options.Filler
-
Returns
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - ISRAEL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Israel timezone.
- ISRAEL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Israel region.
- isRegistered() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns
true
if the plugin has been already registered. - isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks if the controller is registered by its type.
- IsRegression - Interface in org.pepstock.charba.client.ml
-
Maps all common methods of a regression.
- isRepeat() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a boolean value that is true if the given key is being held down such that it is automatically repeating.
- isRepeat() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns a boolean value that is true if the given key is being held down such that it is automatically repeating.
- isReplay() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
true
if this event is replayed fromIsChart.update()
. - 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.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.Axis
-
Returns the reversed order of tick labels.
- 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.DefaultChartScale
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- 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.IsDefaultScale
-
Returns the reversed 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.AbstractScale
-
Returns the reversed order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend will show datasets in reverse order.
- isRight() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
false
if the clip right has been set. - 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.IsDefaultTextDirectionHandler
-
Returns
true
for rendering the object from right to left. - isRtl() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns
true
for rendering the rectangles from right to left. - isRtl() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns
true
for rendering the rectangles from right to left. - IsScriptableFontProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a font instance which can be set by callback,
FontCallback
. - IsScriptablePaddingProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a padding instance which can be set by callback,
PaddingCallback
. - IsShape - Interface in org.pepstock.charba.client.colors.tiles
-
Defines a shape to draw on the tile.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the shift key was down when the touch event was fired.
- isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.Label
-
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.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.
- isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, the lines between points are not drawn.
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTypedDataset
-
Returns if the line is not drawn for this dataset.
- isShowLine() - Method in class org.pepstock.charba.client.options.Options
-
If
false
, the lines between points are not drawn. - isShowLine() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns if the line is not drawn for this data set.
- isShowZero() - Method in class org.pepstock.charba.client.labels.Label
-
Returns whether or not labels of value 0 are displayed.
- isSingleStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isSingleStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns if you might want to stack positive and negative values together.
- isSkipNull() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If
true
, null or undefined values will not be drawn. - isSkipNull() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isSkipNull() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If true, null or undefined values will not be drawn.
- isSkipNull() - Method in class org.pepstock.charba.client.options.Options
-
If
true
, null or undefined values will not be drawn. - isSkipped() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns
true
if skipped. - isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false,
Double.NaN
data causes a break in the line. - isSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns if lines will be drawn between points with no or null data.
Iffalse
, points withDouble.NaN
data will create a break in the line. - isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
- isStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Gets if the axis are stacked or not.
- 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.AbstractScale
-
Returns if the axis are stacked or not.
- isSticky() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
whether or not the search is sticky (searches in strings only from the index indicated by the last index property of this regular expression).
It is a read-only property of an individual regular expression instance. - isStop() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns
true
if stopped. - isStrokeStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the stroke style is defined as color. - isStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the stroke style is defined as gradient. - isStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
true
if the stroke style is defined as gradient. - isSupported() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns
true
if canvas is supported by browser, otherwisefalse
. - isTextShadow() - Method in class org.pepstock.charba.client.labels.Label
-
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). - IsTitle - Interface in org.pepstock.charba.client.options
-
Interface to map a title and subtitle elements.
- IsToastType - Interface in org.pepstock.charba.client.utils.toast
-
Defines a toast type.
- IsTooltipPosition - Interface in org.pepstock.charba.client.enums
-
Defines an object which represents the positioning of the tooltip.
- isTop() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
false
if the clip top has been set. - IsTransitions - Interface in org.pepstock.charba.client.options
-
Interface to map a transitions element, TRANSITIONS name space.
- isType(Key, ObjectType...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns
true
if the type of the property is equals to one of the object types passed as argument. - IsTypedAnimationKey - Interface in org.pepstock.charba.client.options
-
Represents an animation key which contains a animation type.
- isUnicode() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
true
whether or not the "u" flag is used with a regular expression.
It is a read-only property of an individual regular expression instance. - isUniqueChartId(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns
true
if the passed id is a CHARBA charts id. - isUseGrouping() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- isUseGrouping() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUseGrouping() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - 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.configuration.Tooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- 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 interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns
true
if selection cleaner element will apply style of selection area, otherwisefalse
. - isValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns
true
if id passed as argument is notnull
and its value could be a valid annotation configuration object id. - isValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns
true
if id passed as argument is notnull
and its value could be a valid property key. - isValid(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- isValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns
true
if scale id passed as argument is notnull
and its value could be a valid scale id. - isValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns
true
if id passed as argument is notnull
and its value is notnull
as well and could be a valid annotation configuration object id. - isValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
true
if the passed color instance is consistent, that means with a right red, green, blue and alpha values. - isValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns
true
if shape passed as argument is notnull
and its methods are not returningnull
as well. - isValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
true
if envelop passed as argument is notnull
and its content is notnull
as well. - isValid(IsBuilder) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Returns
true
if the builder haven't been invoked yet to create the object. - isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
true
if key passed as argument is notnull
and its value is notnull
as well. - isValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns
true
if id passed as argument is notnull
and its value is notnull
as well and could be a valid property key. - isValid(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns
true
if scale type passed as argument is notnull
and its value is notnull
as well and could be a valid scale type. - isValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Returns
true
if the controller is consistent. - isValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns
true
if id passed as argument is notnull
and its value is notnull
as well and could be a valid label configuration object id. - isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns
true
if fill passed as argument is notnull
and its value is notnull
and its mode is notnull
as well. - isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns
true
if color scheme passed as argument is notnull
and its properties are notnull
. - isValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
true
if chart passed as argument is notnull
and its id is notnull
as well. - isValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns
true
if id passed as argument is notnull
and its value is notnull
as well and could be a valid label configuration object id. - isValid(AnimationCollectionKey) - Static method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns
true
if type passed as argument is notnull
and its type is notnull
as well. - isValid(AnimationPropertyKey) - Static method in interface org.pepstock.charba.client.options.AnimationPropertyKey
-
Returns
true
if type passed as argument is notnull
and its type is notnull
as well. - isValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns
true
if scale id passed as argument is notnull
and its value is notnull
as well and could be a valid scale id. - isValid(TransitionKey) - Static method in interface org.pepstock.charba.client.options.TransitionKey
-
Returns
true
if type passed as argument is notnull
. - isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns
true
if tooltip positioner passed as argument is notnull
and its name is notnull
as well. - isValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Returns
true
if type passed as argument is notnull
and its scale type is notnull
as well. - isValueAsInt() - Method in enum org.pepstock.charba.client.enums.Weight
-
Returns
true
if the weight has been defined by a number. - isVertical() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns
true
if it can be used for vertical alignment. - isVisible() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is visible.
- isVisible(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
true
if the passed color instance is not transparent, with alpha greater than 0. - isZoomedOrPanned(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns whether the chart has been zoomed or panned, for instance whether the initial scale of any axis is different to the one used currently.
- ITAL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Italic (Etruscan, Oscan, etc.) script.
- ITALIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Italian language.
- ITALIC - org.pepstock.charba.client.enums.FontStyle
-
The browser displays an italic font style
- ITALY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Italy region.
- ITALY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.ITALY
. - item(int) - Method in class org.pepstock.charba.client.dom.events.TouchList
-
Returns the touch object at the specified index in the list.
- item(int) - Method in class org.pepstock.charba.client.dom.NamedNodeMap
-
Returns an item in the map by its index, or
null
if the index is out-of-bounds. - item(int) - Method in class org.pepstock.charba.client.dom.NodeList
-
Returns an item in the list by its index, or
null
if the index is out-of-bounds. - ITEMS - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to the items.
- ItemsEnvelop<T> - Class in org.pepstock.charba.client.items
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - ITERATOR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as iterator with name "Iterator".
- IteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
Custom iterator over a collection.
- IVORY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "ivory" -
- IVORY_COAST - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ivory Coast region.
J
- JAIPUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jaipur" -
- JAMAICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Jamaica timezone.
- JAMAICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jamaica region.
- JAMAICAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Jamaican Dollar currency.
- JAMO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Jamo (alias for Jamo subset of Hangul) script.
- JAPAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Japan timezone.
- JAPAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Japan region.
- JAPAN - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.JAPAN
. - JAPANESE - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for japanese calendar.
- JAPANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Japanese language.
- JAVA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for java numbering system.
- JAVA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Javanese script.
- JAVANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Javanese language.
- JERSEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jersey region.
- JEWEL_BRIGHT9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "JewelBright9" -
- JODHPUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jodhpur" -
- join() - Method in class org.pepstock.charba.client.commons.Array
-
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas.
If the array has only one item, then that item will be returned without using the separator. - join(String) - Method in class org.pepstock.charba.client.commons.Array
-
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string.
If the array has only one item, then that item will be returned without using the separator. - 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).
- JoinStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderJoinStyle
property at runtime. - JOLA_FONYI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Jola-Fonyi language.
- JONQUIL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jonquil" -
- JOOMLA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Joomla" -
- JORDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jordan region.
- JORDANIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Jordanian Dinar currency.
- JPAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Japanese (alias for Han + Hiragana + Katakana) script.
- JPEG - org.pepstock.charba.client.enums.ImageMimeType
-
The ends of lines are rounded.
- JS_ANNOTATION_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsAnnotationHelper with name "CharbaJsAnnotationHelper", (internal of Charba), when AnnotationPlugin is activated.
- JS_CALLBACK_PROXY - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
CallbackProxy
with name "CharbaCallbackProxy", (internal of Charba). - JS_CHART_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsChartsHelper with name "CharbaJsChartHelper", (internal of Charba).
- JS_CONTROLLER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsControllerHelper with name "CharbaJsControllerHelper", (internal of Charba).
- JS_DATALABELS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsDataLabelsHelper with name "CharbaJsDataLabelsHelper", (internal of Charba), when DataLabelsPlugin is activated.
- JS_DATE_ADAPTER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsDateAdapterHelper with name "CharbaJsDateAdapterHelper", (internal of Charba).
- JS_GEO_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsGeoHelper with name "CharbaJsGeoHelper", (internal of Charba), when Geo chart is activated.
- JS_GRADIENT_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsGradientHelper with name "CharbaJsGradientHelper", (internal of Charba), when GradientPlugin is activated.
- JS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
JsHelper
with name "CharbaJsHelper", (internal of Charba). - JS_HTML_LEGEND_BUILDER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsHtmlLegendBuilderHelper with name "CharbaJsHtmlLegendBuilderHelper", (internal of Charba), when HtmlLegend is activated.
- JS_ITEMS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsItemsHelper with name "CharbaJsItemsHelper", (internal of Charba).
- JS_ML_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object with name "CharbaJsMLHelper", (internal of Charba), when ML used.
- JS_PLUGIN_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsPluginHelper with name "CharbaJsPluginHelper", (internal of Charba).
- JS_POSITIONER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsPositionerHelper with name "CharbaJsPositionerHelper", (internal of Charba).
- JS_TOAST - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
Toaster
with name "CharbaToast", (internal of Charba). - JS_WINDOW_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsWindowHelper with name "CharbaJsWindowHelper", (internal of Charba).
- JS_ZOOM_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsZoomHelper with name "CharbaJsZoomHelper", (internal of Charba), when ZoomPlugin is activated.
- 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.
- JSHINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "JShine" -
- 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.
- JUICY_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Juicy Orange" -
- JUPITER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jupiter" -
- JURC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Jurchen script.
K
- KABUVERDIANU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kabuverdianu language.
- KABYLE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kabyle language.
- KAKO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kako language.
- KALAALLISUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kalaallisut language.
- KALENJIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kalenjin language.
- KALI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for kali numbering system.
- KALI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kayah Li script.
- KALSCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kölsch language.
- KAMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kamba (Kenya) language.
- KANA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Katakana script.
- KANNADA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kannada language.
- KASHMIR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kashmir" -
- KASHMIRI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kashmiri language.
- KAZAKH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kazakh language.
- KAZAKHSTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kazakhstan region.
- KENYA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kenya region.
- KENYAN_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kenyan Shilling currency.
- key(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
-
Creates a key by the plugin id as string
- Key - Interface in org.pepstock.charba.client.commons
-
Represents the property key of a JavaScript object.
Used for enum. - KEY_DOWN - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers after a key has been pressed.
- KEY_PRESSED - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers when a key is pressed.
- KEY_UP - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers after a key has been released.
- KeyboardCommonKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the common keys for
NativeKeyboardEvent
. - KeyboardEditingKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the editing keys for
NativeKeyboardEvent
. - KeyboardEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeKeyboardEvent
. - KeyboardEventInit() - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an empty object
- KeyboardEventInit(String) - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an initialization object, setting the keyboard key value.
- KeyboardEventInit(NativeKeyboardEvent) - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an initialization object, cloning all source event data
- KeyboardEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the keyboard.
- KeyboardFunctionKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the function keys for
NativeKeyboardEvent
. - KeyboardLocation - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the constants identify which part of the keyboard the key event originates from.
- KeyboardModifierKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the modifiers which are special keys which are used to generate special characters or cause special actions when used in combination with other keys.
- KeyboardNavigationKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the navigation keys for
NativeKeyboardEvent
. - KeyboardUiKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the user interface keys for
NativeKeyboardEvent
. - KeyboardWhitespaceKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the whitespace keys for
NativeKeyboardEvent
. - KeyFactory<T extends Key> - Interface in org.pepstock.charba.client.commons
-
Interface to be implemented to load keys from an array of native object.
- keys() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the list of properties names of the object.
- keys(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of
Key
values by an java script array of strings. - KHAKI - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "khaki" -
- KHAR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kharoshthi script.
- KHMER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Khmer language.
- KHMR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for khmr numbering system.
- KHMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khmer script.
- KHOEKHOE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Khoekhoe language.
- KHOJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khojki script.
- KICHE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for K'iche' language.
- KIKUYU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kikuyu language.
- KILOBIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilobit.
- KILOBYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilobyte.
- KILOGRAM - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilogram.
- KILOMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilometer.
- KILTER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Kilter6" -
- KIMOBY_IS_THE_NEW_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kimoby Is The New Blue" -
- KINA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kina currency.
- KING_YNA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "King Yna" -
- KINGDOM_OF_THE_NETHERLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kingdom of the Netherlands region.
- KINYARWANDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kinyarwanda language.
- KIRGHIZ - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kirghiz language.
- KIRIBATI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kiribati region.
- KITL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khitan large script script.
- KITS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khitan small script script.
- KNDA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for knda numbering system.
- KNDA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kannada script.
- KOKO_CARAMEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Koko Caramel" -
- KONKANI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Konkani (individual language) language.
- KONKANI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Konkani (macrolanguage) language.
- KORE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Korean (alias for Hangul + Han) script.
- KOREAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Korean language.
- KOYRA_CHIINI_SONGHAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Koyra Chiini Songhay language.
- KOYRABORO_SENNI_SONGHAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Koyraboro Senni Songhai language.
- KPEL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kpelle script.
- KTHI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kaithi script.
- KUNA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kuna currency.
- KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kurdish language.
- KUWAIT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kuwait region.
- KUWAITI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kuwaiti Dinar currency.
- KWAJALEIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Kwajalein timezone.
- KWANZA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kwanza currency.
- KWASIO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kwasio language.
- KYAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kyat currency.
- KYE_MEH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kye Meh" -
- KYOO_PAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoo Pal" -
- KYOO_TAH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoo Tah" -
- KYOTO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoto" -
- KYRGYZSTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kyrgyzstan region.
L
- label(Feature) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureLabelCallback
- Label - Class in org.pepstock.charba.client.labels
-
This is the object to map the
LabelsPlugin.ID
plugin options, both at chart and global level. - Label - Class in org.pepstock.charba.client.utils.toast
-
Configures the toast label.
- Label() - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.ID
plugin label, using an incremental id. - Label(String) - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.ID
plugin label, using the id passed as argument as label id. - Label(LabelId) - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.ID
plugin label, using the id passed as argument as label id. - LABEL - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a LABEL annotation which draws a content in the a chart.
- LABEL - org.pepstock.charba.client.impl.plugins.enums.Render
-
The label will be rendered.
- LABEL - org.pepstock.charba.client.labels.enums.Render
-
The label will be rendered.
- LABEL_IMAGE - org.pepstock.charba.client.impl.plugins.enums.Render
-
The label and image will be rendered.
- LabelAlignPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- LabelAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL annotation which draws a content in the a chart.
- LabelAnnotation() - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - LabelAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - LabelAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LabelAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - LabelAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LabelBuilder - Class in org.pepstock.charba.client.labels
-
Comfortable object to create
LabelsPlugin.ID
plugin LABEL options by a builder. - LabelId - Interface in org.pepstock.charba.client.labels
-
Represents the label id of a label configuration object in the
LabelsPlugin.ID
plugin. - LabelItem - Class in org.pepstock.charba.client.datalabels
-
This is the base for
DataLabelsPlugin.ID
plugin options where to set all the configuration needed to the a label.
The options could be set by simply the value or by setting a callback. - LabelItemBuilder - Class in org.pepstock.charba.client.datalabels
-
Comfortable object to create
DataLabelsPlugin.ID
label item by a builder. - LabelPosition - Enum in org.pepstock.charba.client.annotation.enums
-
Property to set the position's line label to its normal position.
- LabelPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- 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. - Labels - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different label to sankey node, node defined by
SankeyDataPoint.setFrom(Key)
orSankeyDataPoint.setTo(Key)
. - Labels - Class in org.pepstock.charba.client.treemap
-
The labels can control if and how a label, to represent the data, can be shown in the rectangle.
- Labels() - Constructor for class org.pepstock.charba.client.sankey.Labels
-
Creates the object with an empty native object instance.
- LABELS - org.pepstock.charba.client.enums.ContextType
-
Labels plugin context type.
- LABELS - org.pepstock.charba.client.enums.TickSource
-
Generates ticks from user given
data.labels
values ONLY. - LABELS_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS LABELS plugin.
- LabelsContext - Class in org.pepstock.charba.client.labels
-
This object is wrapping the native java script object provided by
LabelsPlugin.ID
plugin when the callback function is called. - LabelsEnvelop<T> - Class in org.pepstock.charba.client.labels
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - LabelsHandler - Class in org.pepstock.charba.client.data
-
Utility to manage the LABELS on chart datasets and options.
- LabelsHandler(OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.LabelsHandler
-
Creates the utility using dataset native object.
This is callable only fromoptions
package. - 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 new
LabelsPlugin.ID
plugin options. - LabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new
LabelsPlugin.ID
plugin options, relating to chart instance for default. - 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.
- LAKOTA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lakota language.
- LANA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lana numbering system.
- LANA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Tham (Lanna) script.
- LANATHAM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lanatham numbering system.
- LANGI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Langi language.
- Language - Enum in org.pepstock.charba.client.intl
-
Enumerates the language identifiers which can be used to create and manage locale.
- LAO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lao language.
- LAO_KIP - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lao Kip currency.
- LAOO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for laoo numbering system.
- LAOO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lao script.
- LAOS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Laos region.
- LARI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lari currency.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
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.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.ArrayKeyList
-
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.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- LATF - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin (Fraktur variant) script.
- LATG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin (Gaelic variant) script.
- LATN - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for latn numbering system.
- LATN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin script.
- LATVIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Latvia region.
- LATVIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Latvian language.
- LAVENDER - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lavender" -
- LAVENDER_BLUSH - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lavenderBlush" -
- LAWN_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lawnGreen" -
- LAWRENCIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lawrencium" -
- 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.
- LEARNING_AND_LEADING - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Learning and Leading" -
- LEAVE - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse is moved out of a label.
- LeaveCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.ID
plugin that is called once leave is fired. - 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 returnstrue
, the label is updated with the new context and the chart re-rendered. - LEBANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lebanese Pound currency.
- LEBANON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lebanon region.
- LEFT - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on left of the label.
- LEFT - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the left of the anchor point (180 degrees).
- LEFT - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the left to to its normal position.
- LEFT - org.pepstock.charba.client.enums.BorderSkipped
-
The left property sets the left edge of an element to a unit to the left/right to its normal position.
- LEFT - org.pepstock.charba.client.enums.Position
-
The left property sets the left edge of an element to a unit to the left/right to its normal position.
- LEFT - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are aligned to the left edge of the line box.
- LEFT - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the left.
- LEFT - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the left of the chart (vertical).
- LEFT - org.pepstock.charba.client.geo.enums.Position
-
the left property sets the left edge of an element.
- LEFT - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the left alignment.
- LEFT - org.pepstock.charba.client.matrix.enums.Anchor
-
The left property sets the data element position to left.
- LEFT - org.pepstock.charba.client.treemap.enums.Align
-
The label is positioned to the left of the center point.
- LEFT - org.pepstock.charba.client.utils.toast.enums.Align
-
Is the default: the actions are positioned to the left of the toast.
- LEFT_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the left chart area alignment.
- LEFT_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From left to right (horizontal)
- LEFT_TO_RIGHT - org.pepstock.charba.client.enums.TextDirection
-
Left-to-right direction.
- 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.geo
-
Legend configuration for GEO chart scale.
- Legend - Class in org.pepstock.charba.client.options
-
The chart legend displays data about the datasets that area appearing on the chart.
- LEGEND - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the legend.
- LEGEND - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the legend.
- LegendClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the legend of the chart.
- LegendClickEvent(ChartEventContext, 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.
- LegendEventProperty - Enum in org.pepstock.charba.client.enums
-
Enumerates the name of options property to set the callbacks to legend events.
- 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(ChartEventContext, 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(ChartEnvelop<LegendItem>) - Constructor for class org.pepstock.charba.client.items.LegendItem
-
Creates the item using another legend item (passed by envelop) which contains all properties.
- LegendItem.LegendItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create legend item by a native object.
- LegendItemSortCallback - Interface in org.pepstock.charba.client.callbacks
-
Allows sorting of legend items.
- LegendLabelItem - Class in org.pepstock.charba.client.items
-
This object is created by callbacks and returned to CHART.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.
- LegendLabelItem.LegendLabelItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create legend label item by a native 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(ChartEventContext, 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- LegendTextHandler - Class in org.pepstock.charba.client.items
-
Manages the TEXT property of options in order to use the same logic between legend items and title.
- LegendTextHandler(AbstractNode, OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
-
Creates a legend text handler with the envelop of the native object where TEXT property must be managed.
- LegendTextHandler.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- LegendTitle - Class in org.pepstock.charba.client.configuration
-
This is the title configuration of the legend.
- LegendTitle - Class in org.pepstock.charba.client.options
-
This is the title configuration of the legend.
- LEK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lek currency.
- LEKE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Leke script.
- LEMON_CHIFFON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lemonChiffon" -
- LEMON_LIME - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lemon Lime" -
- LEMON_TWIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lemon Twist" -
- LEMPIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lempira currency.
- length() - Method in class org.pepstock.charba.client.commons.Array
-
Returns the number of elements in this array.
- length() - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Returns the value representing the size of the string contained in data.
- length() - Method in class org.pepstock.charba.client.dom.events.TouchList
-
Returns the number of touch objects in the touch list.
- length() - Method in class org.pepstock.charba.client.dom.NamedNodeMap
-
Returns the number of nodes in the node map.
- length() - Method in class org.pepstock.charba.client.dom.NodeList
-
Returns the number of nodes in the node list.
- LengthCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- LengthCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
length
property at runtime inLegend
item. - LENSOD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lensod" -
- LEONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Leone currency.
- LEPC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lepc numbering system.
- LEPC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lepcha (Róng) script.
- LESOTHO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lesotho region.
- lessThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- LIBERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Liberia region.
- LIBERIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Liberian Dollar currency.
- LIBYA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Libya timezone.
- LIBYA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Libya region.
- LIBYAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Libyan Dinar currency.
- LIECHTENSTEIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Liechtenstein region.
- LIGHT_BLUE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE" -
- LIGHT_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightBlue" -
- LIGHT_BLUE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_1" -
- LIGHT_BLUE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_2" -
- LIGHT_BLUE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_3" -
- LIGHT_BLUE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_4" -
- LIGHT_BLUE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_1" -
- LIGHT_BLUE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_2" -
- LIGHT_BLUE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_3" -
- LIGHT_BLUE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_4" -
- LIGHT_BLUE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_1" -
- LIGHT_BLUE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_2" -
- LIGHT_BLUE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_3" -
- LIGHT_BLUE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_4" -
- LIGHT_BLUE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_5" -
- LIGHT_CORAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightCoral" -
- LIGHT_CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightCyan" -
- LIGHT_GOLDEN_ROD_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGoldenRodYellow" -
- LIGHT_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGray" -
- LIGHT_GREEN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN" -
- LIGHT_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGreen" -
- LIGHT_GREEN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_1" -
- LIGHT_GREEN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_2" -
- LIGHT_GREEN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_3" -
- LIGHT_GREEN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_4" -
- LIGHT_GREEN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_1" -
- LIGHT_GREEN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_2" -
- LIGHT_GREEN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_3" -
- LIGHT_GREEN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_4" -
- LIGHT_GREEN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_1" -
- LIGHT_GREEN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_2" -
- LIGHT_GREEN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_3" -
- LIGHT_GREEN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_4" -
- LIGHT_GREEN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_5" -
- LIGHT_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGrey" -
- LIGHT_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Light Orange" -
- LIGHT_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightPink" -
- LIGHT_SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSalmon" -
- LIGHT_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSeaGreen" -
- LIGHT_SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSkyBlue" -
- LIGHT_SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSlateGray" -
- LIGHT_SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSlateGrey" -
- LIGHT_STEEL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSteelBlue" -
- LIGHT_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightYellow" -
- LIGHTEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Retains the lightest pixels of both layers.
- LIGHTER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Where both shapes overlap the color is determined by adding color values.
- LIGHTER - org.pepstock.charba.client.enums.Weight
-
Defines lighter characters.
- LILANGENI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lilangeni currency.
- LIMB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for limb numbering system.
- LIMB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Limbu script.
- LIME - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME" -
- LIME - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lime" -
- LIME - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "LIME" -
- LIME_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_1" -
- LIME_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_2" -
- LIME_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_3" -
- LIME_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_4" -
- LIME_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_1" -
- LIME_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_2" -
- LIME_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_3" -
- LIME_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_4" -
- LIME_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "limeGreen" -
- LIME_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_1" -
- LIME_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_2" -
- LIME_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_3" -
- LIME_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_4" -
- LIME_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_5" -
- LIMEADE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Limeade" -
- Limits - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.ID
configuration in order to define the limits of X and Y scales for pan and zoom. - LINA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Linear A script.
- LINB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Linear B script.
- 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.
- Line(Elements, Key, IsDefaultLine, NativeObject) - Constructor for class org.pepstock.charba.client.options.Line
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LINE - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a LINE annotation which draws a line in the a chart.
- LINE - org.pepstock.charba.client.ChartType
-
A line chart is a way of plotting data points on a line.
- LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a line on the tile.
- LINE - org.pepstock.charba.client.enums.PointStyle
- LINE_SEPARATOR - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for LINE SEPARATOR, "\n".
- LINE_THROUGH - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line going through its middle.
- LineAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a LINE annotation which draws a line in the a chart.
- LineAnnotation() - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - LineAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - LineAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LineAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - LineAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LINEAR - org.pepstock.charba.client.colors.GradientType
-
Creates an image consisting of a progressive transition between two or more colors along a straight line.
Here is the definition. - LINEAR - org.pepstock.charba.client.enums.ChartAxisType
-
The linear scale is use to chart numerical data.
- LINEAR - org.pepstock.charba.client.enums.Easing
- LINEAR - org.pepstock.charba.client.enums.RegressionType
-
Identify a simple linear regression,
LinearRegression
. - LinearRegression - Class in org.pepstock.charba.client.ml
-
Simple Linear Regression is a type of Regression algorithms that models the relationship between a dependent variable and a single independent variable.
The relationship shown by a Simple Linear Regression model is linear or a sloped straight line, hence it is called Simple Linear Regression.
The key point in Simple Linear Regression is that the dependent variable must be a continuous/real value.
However, the independent variable can be measured on continuous or categorical values.
The Simple Linear Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing - LineBreak - Class in org.pepstock.charba.client.dom.elements
-
Produces a line break in text (carriage-return).
- 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.
- LineChart(Type) - Constructor for class org.pepstock.charba.client.LineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - LineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
LINE chart GWT WIDGET 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. - LineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
-
Builds the object.
- LineChartWidget(LineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - LineDataset - Class in org.pepstock.charba.client.data
-
The line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. - LineDataset() - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates a dataset.
It uses the global options has default. - LineDataset(boolean) - 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.
- LineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using a default.
- LineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using chart type related to the dataset.
- LineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- LineLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a LINE annotation.
- LINEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "linen" -
- LineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for LINE chart.
- LineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.LineOptions
-
Builds the object storing the chart instance and default values.
- lineTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
adds a straight line to the current sub-path by connecting the sub-path's last point to the specified (x, y) coordinates.
- LINGALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lingala language.
- LiningDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
This class collects a set of common field for Line and Radar charts. - LiningDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LiningDataset
-
Creates the data set using a default and chart type related to the data set.
- list(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of enumeration values (instance of
Key
). - list(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(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(ArrayCanvas) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of canvas by a java script array of canvas.
- 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(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of java script native double array container by a java script array and a factory.
- 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(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(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.
- 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(ArrayTouch) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of touches by a java script array of touches.
- LIST_ITEM - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block box for the content and a separate list-item inline box.
- 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. - 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.
- LISU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lisu (Fraser) script.
- LITER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for liter.
- LITERAL - org.pepstock.charba.client.intl.enums.FormatPartType
-
Any literal strings or whitespace in the formatted number or the string used for separating date and time values, for example "/", ",", "o'clock", "de", etc.
- LITHIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lithium" -
- LITHUANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lithuania region.
- LITHUANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lithuanian language.
- LITTLE_LEAF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Little Leaf" -
- LIZARD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lizard" -
- load(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Loads single line labels.
- load(List<String>) - Method in class org.pepstock.charba.client.data.Labels
-
Loads single line labels.
- load(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Loads the
NativeObject
in the envelop passed as argument.
This method is called fromHelpers.formatNumber(double, CLocale, NumberFormatOptions)
. - load(NativeObjectContainer, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges the chart options, built after the chart initialization on the chart configuration in order that the configuration can contain all values, also the defaults.
- load(IsChart, NativeObjectContainer, ChartEnvelop<NativeObject>) - 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) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - 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 in the a configuration object the specific configuration item (by native object).
- load(IsChart, Configuration) - Method in class org.pepstock.charba.client.data.Data
- load(IsChart, Configuration) - Method in class org.pepstock.charba.client.plugins.Plugins
- load(Type, ChartEnvelop<ChartOptions>, ChartEnvelop<NativeObject>) - 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) - load(Type, ChartEnvelop<NativeObject>) - 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) - loadData(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
-
Loads the DATA in the configuration CHART.JS object.
- loadDefaults(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Loads the default values from CHART.JS default in order to maintain the defaults.
- loadDefaultsPluginOptions(IsDefaultPlugins, AbstractPluginOptionsFactory<G>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Loads the default plugin options from defaults.
If factory, passed as argument, isnull
, returnsnull
. - loadGlobalsPluginOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Loads the default plugin options from defaults.
- loadLabels(List<Feature>, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labels
object with the label of feature object by the property. - loadLabels(List<Feature>, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labels
object with the label of feature object by the property. - loadLabels(List<Feature>, FeatureLabelCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labels
object with the label of feature object by the callback. - loadMap(Map<Key, String>) - Method in class org.pepstock.charba.client.gradient.Colors
-
Loads a map of values and colors to the colors container, removing all existing values.
- loadNativeObject(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance inside an envelop.
It can be called only fromorg.pepstock.charba.client
package. - loadOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - loadOptions(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
-
Loads the OPTIONS in the configuration CHART.JS object.
- loadPadding(Key, IsDefaultPadding) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Loads the padding size or object from the abstract model, replacing the property, if is a number, with the object which is returned.
- loadPlugin(PluginsEnvelop<Plugin>) - Method in interface org.pepstock.charba.client.plugins.PluginContainer
-
Loads the plugin to the envelop in order to pass it without exposing the methods.
- loadPlugin(PluginsEnvelop<SmartPlugin>) - Method in interface org.pepstock.charba.client.plugins.SmartPluginContainer
-
Loads the plugin to the envelop in order to pass it without exposing the methods.
- LOCALE - org.pepstock.charba.client.options.Options.CommonProperty
-
Property key to manage locale option.
- LOCALE_QUERY_STRING_PARAM_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Query string parameter key, used to retrieve the locale value, dynamically.
- LocaleMatcher - Enum in org.pepstock.charba.client.intl.enums
-
The list of locales specified by the locales argument, after Unicode extensions have been removed from them, is interpreted as a prioritized request from the application.
The runtime compares it against the locales it has available and picks the best one available.
Two matching algorithms exist, "lookup" and "best fit". - log(Object...) - Static method in class org.pepstock.charba.client.utils.Console
-
Outputs a message to the Web Console.
- LOGARITHMIC - org.pepstock.charba.client.enums.ChartAxisType
-
The logarithmic scale is use to chart numerical data.
- LOMA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Loma script.
- LONG - org.pepstock.charba.client.intl.enums.CompactDisplay
-
Long formatting to display the number.
- LONG - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Long formatting to display the date and/or time.
- LONG - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Long representation of unit of measure (e.g., 16 litres).
- LONG - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Long setting for month (e.g., March).
- LONG - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Long setting for era (e.g., Anno Domini), for weekday (e.g., Thursday).
- LONG - org.pepstock.charba.client.intl.enums.TimeZoneName
-
Long setting for time zone name (e.g., British Summer Time).
- LOOKUP - org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Used to select the single language tag that best matches the language priority list for a given request.
When performing lookup, each language range in the language priority list is considered in turn, according to priority.
By contrast with filtering, each language range represents the most specific tag that is an acceptable match.
See BCP 47 for more details. - LoopCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
loop
property ofAnimation
at runtime. - LOST_POINTER_CAPTURE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired after pointer capture is released for a pointer.
- LOTI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Loti currency.
- LOVE_AND_LIBERTY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Love and Liberty" -
- LOVE_COUPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Love Couple" -
- LOW_GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Low German language.
- LOWER_SORBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lower Sorbian language.
- LT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for LESS THAN, "<".
- LTTB - org.pepstock.charba.client.enums.DecimationAlgorithm
-
LTTB (Largest Triangle Three Bucket) decimation reduces the number of data points significantly.
This is most useful for showing trends in data using only a few data points. - LUBA_KATANGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luba-Katanga language.
- LULE_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lule Sami language.
- LUMINOSITY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the hue and chroma of the bottom layer, while adopting the luma of the top layer.
- LUNADA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lunada" -
- LUO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luo (Kenya and Tanzania) language.
- LUSH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lush" -
- LUXEMBOURG - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Luxembourg region.
- LUXEMBOURGISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luxembourgish language.
- LUYIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luyia language.
- LYCI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lycian script.
- LYDI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lydian script.
M
- MACAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Macau region.
- MACEDONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Macedonian language.
- MACHAME - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Machame language.
- MADAGASCAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Madagascar region.
- MADISON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Madison6" -
- MAGENTA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "magenta" -
- MAGIC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Magic" -
- MAGMA - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color magma.
- MAHJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mahajani script.
- MAIN - org.pepstock.charba.client.dom.enums.EventButton
-
The event is not being processed at this time..
- MAIN_EVENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "MainEvent6" -
- MAITHILI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maithili language.
- Major - Class in org.pepstock.charba.client.configuration
-
It defines options for the major tick marks that are generated by the axis.
- Major - Class in org.pepstock.charba.client.options
-
It defines options for the major tick marks that are generated by the axis.
- MAKA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Makasar script.
- MAKHUWA_MEETTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Makhuwa-Meetto language.
- MAKONDE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Makonde language.
- MALAGASY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malagasy language.
- MALAGASY_ARIARY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malagasy Ariary currency.
- MALAWI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malawi region.
- MALAWI_KWACHA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malawi Kwacha currency.
- MALAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malay (macrolanguage) language.
- MALAYALAM - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malayalam language.
- MALAYSIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malaysia region.
- MALAYSIAN_RINGGIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malaysian Ringgit currency.
- MALDIVES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Maldives" -
- MALDIVES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Maldives region.
- MALI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mali region.
- MALTA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malta region.
- MALTESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maltese language.
- MAN_OF_STEEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Man of Steel" -
- MAND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mandaic, Mandaean script.
- MANDARIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mandarin Chinese language.
- MANGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango" -
- MANGO_PAPAYA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango Papaya" -
- MANGO_PULP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango Pulp" -
- MANI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Manichaean script.
- MANIPURI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Manipuri language.
- MANTLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mantle" -
- MANX - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Manx language.
- MAORI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maori language.
- mapToButton(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Scans all items of enumeration to get the right button related to passed argument.
See NativeA - mapToButtons(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Scans all items of enumeration to get the list of buttons related to passed argument.
- MAPUDUNGUN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mapudungun language.
- MARATHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Marathi language.
- MARC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Marchen script.
- Margin - Class in org.pepstock.charba.client.geo
-
Defines the margin pixels for legend such that it doesn't stick to the edge of the chart .
- Margin() - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an empty margin object.
- Margin(int, int) - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an margin setting top-bottom and left-right initial values.
- Margin(int, int, int, int) - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an margin setting top-bottom and left-right initial values.
- MarginCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface to set
margin
property at runtime inCallout
item. - MarginCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
margin
property at runtime inLegend
item. - MARGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Margo" -
- MAROON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "maroon" -
- MARQUEE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Marquee6" -
- MARSHALL_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Marshall Islands region.
- MARTINI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Martini" -
- MARTINIQUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Martinique region.
- MASAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Masai language.
- MASTER_CARD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Master Card" -
- MATHBOLD - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathbold numbering system.
- MATHDBL - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathdbl numbering system.
- MATHMONO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathmono numbering system.
- MATHSANB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathsanb numbering system.
- MATHSANS - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathsans numbering system.
- MATRIX_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS MATRIX controller.
- MatrixChart - Class in org.pepstock.charba.client.matrix
-
A matrix chart shows magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixChart() - Constructor for class org.pepstock.charba.client.matrix.MatrixChart
-
Builds the object.
- MatrixChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
MATRIX chart GWT WIDGET implementation.
A matrix chart shows magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Builds the object.
- MatrixChartWidget(MatrixChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - MatrixDataPoint - Class in org.pepstock.charba.client.matrix
-
Maps the data passed to a matrix dataset.
- MatrixDataPoint() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with an empty native object.
- MatrixDataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(double, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(double, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint.MatrixDataPointFactory - Class in org.pepstock.charba.client.matrix
-
Creates
MatrixDataPoint
form aNativeObject
. - MatrixDataset - Class in org.pepstock.charba.client.matrix
-
The matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixDataset() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset
-
Creates a data set.
It uses the global options has default. - MatrixDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset
-
Creates a data set setting the defaults value.
- MatrixElement - Class in org.pepstock.charba.client.matrix
-
Maps the CHART.JS element used by Matrix controller.
- MatrixElementOptions - Class in org.pepstock.charba.client.matrix
-
Maps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts.
- MatrixOptions - Class in org.pepstock.charba.client.matrix
-
Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed. - MAURITANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mauritania region.
- MAURITIUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mauritius region.
- MAURITIUS_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mauritius Rupee currency.
- MAUVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mauve" -
- MAX - org.pepstock.charba.client.sankey.enums.Size
-
This is the default.
- MAX_BAR_THICKNESS - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- MAXIMUM_OPEN_ITEMS - Static variable in class org.pepstock.charba.client.utils.toast.Toaster
-
Maximum amount of open and shown toasts.
- MaximumOpenItemsPolicy - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the policy to use when the maximum amount of open items is reached and new message is requested.
- MaxTicksLimitCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
maxTicksLimit
property at runtime, forIsLinearTick
instances. - MAYA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mayan hieroglyphs script.
- MAYOTTE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mayotte region.
- MAZANDERANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mazanderani language.
- measureText(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns a text metric item that contains information about the measured text.
- MeasureUnit - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the untis of measure to configure the number formatting.
Possible values are core unit identifiers, defined here.
Pairs of simple units can be concatenated with "-per-" to make a compound unit.
There is no default value; if the style is "unit", the unit property must be provided. - MeasureUnitDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options to set the unit formatting style to use in unit formatting.
The defaults is "short". - MEDF - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Medefaidrin (Oberi Okaime, Oberi Ɔkaimɛ) script.
- MEDIAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Median6" -
- MEDIUM - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Long formatting to display the date and/or time.
- MEDIUM_AQUA_MARINE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumAquaMarine" -
- MEDIUM_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumBlue" -
- MEDIUM_ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumOrchid" -
- MEDIUM_PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumPurple" -
- MEDIUM_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSeaGreen" -
- MEDIUM_SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSlateBlue" -
- MEDIUM_SPRING_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSpringGreen" -
- MEDIUM_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumTurquoise" -
- MEDIUM_VIOLET_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumVioletRed" -
- MEGABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for megabit.
- MEGABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for megabyte.
- MEGATRON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "MegaTron" -
- MELLO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mello" -
- MEMARIANI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Memariani" -
- MEND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mende Kikakui script.
- MERC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meroitic Cursive script.
- MERCATOR - org.pepstock.charba.client.geo.enums.Projection
-
Projection mercator.
- merge(NativeObjectContainer, NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
source
properties (creating a new java script object and setting thesource
one with the property argument) in thetarget
only if not defined in target.
target
is not cloned and will be updated withsource
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 thesource
one with the property argument) in thetarget
only if not defined in target.
target
is not cloned and will be updated withsource
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 thesource
one with the property argument) in thetarget
only if not defined in target.
target
is not cloned and will be updated withsource
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 thesource
one with the property argument) in thetarget
only if not defined in target.
target
is not cloned and will be updated withsource
properties.
The property is - mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.Helpers
-
Recursively deep copies source properties in the 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 in the another one and provide the service to get the chart options with all defaults.
- MERIDIAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Meridian" -
- MERO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meroitic Hieroglyphs script.
- MERU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Meru language.
- MESH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Mesh6" -
- Meta - Class in org.pepstock.charba.client.dom.elements
-
Represents an HTML <meta> element which contains descriptive metadata about a document.
- META - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Meta key.
- META - org.pepstock.charba.client.enums.ModifierKey
-
Used for entering keyboard shortcuts.
- META - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Meta' language.
- METAIL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metail6" -
- METALLIC_TOAD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Metallic Toad" -
- METAPOLIS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Metapolis" -
- METER - org.pepstock.charba.client.enums.ContextType
-
Meter and gauge controllers context type.
- METER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for meter.
- 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.
- MeterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
METER chart GWT WIDGET implementation.
- MeterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Builds the object.
- MeterContentCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the description label content to show inside of
MeterChart
orGaugeChart
. - MeterContext - Class in org.pepstock.charba.client.impl.charts
-
The callback context wrapper, created and passed by
MeterOptions
which contains the link to the native chart. - 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.
- MeterDataset(ControllerType, double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
-
Creates a dataset setting the maximum value of dataset and defaults value and the controller type in case of extension
- MeterFormatCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to format the value to show inside of
MeterChart
orGaugeChart
. - MeterOptions - Class in org.pepstock.charba.client.impl.charts
-
Specific options for METER chart.
- METRO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metro6" -
- METROPOLITAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metropolitan6" -
- MEXICAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mexican Peso currency.
- MEXICAN_UNIDAD_DE_INVERSION - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mexican Unidad de Inversion (UDI) currency.
- MEXICO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mexico region.
- MEXICO_BAJANORTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/BajaNorte timezone.
- MEXICO_BAJASUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/BajaSur timezone.
- MEXICO_GENERAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/General timezone.
- MIAKA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Miaka" -
- MIAMI_DOLPHINS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Miami Dolphins" -
- MIDDLE - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the middle of the em square.
- MIDDLE - org.pepstock.charba.client.enums.BorderSkipped
-
The middle property sets the borders between bars are skipped.
- MIDDLE - org.pepstock.charba.client.enums.Stepped
-
Step-middle Interpolation
- MIDDLE - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the middle of the rectangle.
- MIDNIGHT_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "midnightBlue" -
- MIDNIGHT_CITY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Midnight City" -
- MILD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mild" -
- MILE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for mile.
- MILE_SCANDINAVIAN - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for mile-scandinavian.
- MILLER_STONE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "MillerStone11" -
- MILLILITER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for milliliter.
- MILLIMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for millimeter.
- MILLISECOND - org.pepstock.charba.client.enums.TimeUnit
-
Millisecond time unit
- MILLISECOND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for millisecond.
- MIN - org.pepstock.charba.client.sankey.enums.Size
-
The mode to enable if flow overlap is preferred.
- MIN_BAR_LENGTH - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- MIN_MAX - org.pepstock.charba.client.enums.DecimationAlgorithm
-
Min-max decimation will preserve peaks in your data but could require up to 4 points for each pixel.
This type of decimation would work well for a very noisy signal where you need to see data peaks. - MINI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mini" -
- MINIMAL_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Minimal Red" -
- MINIMUM_SIDES - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Minimum value of polygon annotation sides, 3.
- MINIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Minimum value is 0.0.
- MinMaxCallback<T> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
min
,max
,suggestedMin
andsuggestedMax
properties for the axes. - MINNESOTA_VIKINGS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Minnesota Vikings" -
- MINT_CREAM - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mintCream" -
- MINUS - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for MINUS, "-".
- MINUS_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The minus sign string ("-").
- MINUTE - org.pepstock.charba.client.enums.TimeUnit
-
Minute time unit
- MINUTE - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the minute, for example "00".
- MINUTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for minute.
- MIRAGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mirage" -
- MISTY_MEADOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Misty Meadow" -
- MISTY_ROSE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mistyRose" -
- MITER - org.pepstock.charba.client.enums.JoinStyle
-
Connected segments are joined by extending their outside edges to connect at a single point, with the effect of filling an additional shaped area.
This is the default. - MixedItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the month.
- ML_BASE_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML BaseRegression with name "ML.BaseRegression".
- ML_EXPONENTIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML ExponentialRegression with name "ML.ExponentialRegression".
- ML_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for ML JS library.
- ML_POLYNOMIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML PolynomialRegression with name "ML.PolynomialRegression".
- ML_POWER_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML PowerRegression with name "ML.PowerRegression".
- ML_REGRESSION_SCORE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML RegressionScore with name "ML.RegressionScore".
- ML_ROBUST_POLYNOMIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML RobustPolynomialRegression with name "ML.RobustPolynomialRegression".
- ML_SIMPLE_LINEAR_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML SimpleLinearRegression with name "ML.SimpleLinearRegression".
- ML_THEIL_SEN_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML TheilSenRegression with name "ML.TheilSenRegression".
- MLYM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mlym numbering system.
- MLYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Malayalam script.
- MOCCASIN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "moccasin" -
- Mode - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- Mode - Enum in org.pepstock.charba.client.zoom.enums
-
Defines which directions are used for panning and zooming.
- ModeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- ModeCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID
plugin to set the mode (pan and zoom) directions at runtime. - MODERN_GREEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Modern Greek (1453-) language.
- MODI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for modi numbering system.
- MODI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Modi, Moḍī script.
- ModifierKey - Enum in org.pepstock.charba.client.enums
-
A modifier key modifies the action of another key when the keys are pressed at the same time.
- MODULE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Module6" -
- MOHAWK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mohawk language.
- MOJITO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mojito" -
- MOLDOVA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Moldova region.
- MOLDOVAN_LEU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Moldovan Leu currency.
- MONACO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Monaco region.
- MONDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is MONDAY.
- MONG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mong numbering system.
- MONG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mongolian script.
- MONGOLIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mongolia region.
- MONGOLIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mongolian language.
- MONOTONE - org.pepstock.charba.client.enums.CubicInterpolationMode
-
The 'monotone' algorithm is more suited to datasets: it preserves monotonicity (or piecewise monotonicity) of the dataset being interpolated, and ensures local extremums (if any) stay at input data points.
- MONTE_CARLO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Monte Carlo" -
- MONTENEGRIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Montenegrin language.
- MONTENEGRO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Montenegro region.
- MONTH - org.pepstock.charba.client.enums.TimeUnit
-
Month time unit
- MONTH - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the month, for example "12".
- MONTH - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for month.
- MONTSERRAT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Montserrat region.
- MOON - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Moon (Moon code, Moon script, Moon type) script.
- MOON_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moon Purple" -
- MOONLIT_ASTEROID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonlit Asteroid" -
- MOONRISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonrise" -
- MOONWALKER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonwalker" -
- MOOR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moor" -
- MORISYEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Morisyen language.
- MOROCCAN_DIRHAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Moroccan Dirham currency.
- MOROCCO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Morocco region.
- MOSS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moss" -
- MOUSE - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a mouse device.
- MOUSE_DOWN - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is pressed on an element.
- MOUSE_DOWN - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse button is released over an element
- MOUSE_ENTER - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved onto the element that has the listener attached.
- MOUSE_ENTER - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer entries in an element.
- MOUSE_LEAVE - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved off the element that has the listener attached.
- MOUSE_LEAVE - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer leaves from an element.
- MOUSE_MOVE - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved over an element.
- MOUSE_MOVE - org.pepstock.charba.client.dom.enums.MouseEventType
-
Every mouse move over an element triggers that event.
- MOUSE_OUT - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved off the element that has the listener attached or off one of its children.
- MOUSE_OUT - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer comes out from an element.
- MOUSE_OVER - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved onto the element that has the listener attached or onto one of its children.
- MOUSE_OVER - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer comes over from an element.
- MOUSE_UP - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is released over an element.
- MOUSE_UP - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse button is clicked over an element
- MouseEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeMouseEvent
. - MouseEventInit() - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an empty object
- MouseEventInit(double, double) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, setting the clientX and clientY values.
- MouseEventInit(double, double, double, double) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, setting the clientX, clientY, screenX and screenY values.
- MouseEventInit(NativeMouseEvent) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, cloning all source event data
- MouseEventInit(NativeMouseEvent, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, cloning all source event data and new related target.
- MouseEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the mouse.
- MOVE - org.pepstock.charba.client.dom.enums.CursorType
-
Something is to be moved.
- moveTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Begins a new sub-path at the point specified by the given (x, y) coordinates.
- MOZAMBIQUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mozambique region.
- MOZAMBIQUE_METICAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mozambique Metical currency.
- MROO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mroo numbering system.
- MROO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mro, Mru script.
- MTEI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mtei numbering system.
- MTEI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meitei Mayek (Meithei, Meetei) script.
- MULT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Multani script.
- MULTI - org.pepstock.charba.client.ScaleType
-
Multiple scales are defined for the chart, based on its type.
- MultilineTextAnnotationBuilder - Class in org.pepstock.charba.client.utils
-
Utility to build a canvas, to add to a chart, which contains the content where fonts and colors can be applied for each row.
Usually helpful to use in theAnnotationPlugin
. - MULTIPLY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The pixels of the top layer are multiplied with the corresponding pixel of the bottom layer.
A darker picture is the result. - MUNDANG - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mundang language.
- mustBeRegistered() - Method in interface org.pepstock.charba.client.Controller
-
Returns
false
if the controller does not have to be registered because is a OUT-OF-THE-BOX controller (in javascript) and does not have to be transformed. - mustKeepDefaultsAligned() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Returns
true
if the default locale must kept aligned with theOptions.setLocale(CLocale)
. - MutationItem - Class in org.pepstock.charba.client
-
Object used to invoke a mutation handler when is attached or detached an element.
This object can not be instantiated out of this package to avoid that anyone (apart the observer) will invoke the methods of a mutation handler. - MutationObserver - Class in org.pepstock.charba.client.dom
-
Provides the ability to watch for changes being made to the DOM tree.
- MutationObserver(MutationObserver.MutationObserverCallback) - Constructor for class org.pepstock.charba.client.dom.MutationObserver
-
Creates and returns a new mutation observer which will invoke a specified callback function when DOM changes occur.
- MutationObserver.MutationObserverCallback - Interface in org.pepstock.charba.client.dom
-
A function which will be called on each DOM change that qualifies given the targeted node or subtree and options.
- MutationObserverInit - Interface in org.pepstock.charba.client.dom
-
A dictionary interface which describes the configuration of a mutation observer.
As such, it's primarily used as the type of the options parameter on theMutationObserver.observe(BaseNode, MutationObserverInit)
method. - MutationRecord - Class in org.pepstock.charba.client.dom
-
Represents an individual DOM mutation.
- MutationType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates all types which can be set in the a
MutationObserver
and consumable byMutationRecord.getType()
. - MVDOL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mvdol currency.
- MYANMAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Myanmar region.
- MYMR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymr numbering system.
- MYMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Myanmar (Burmese) script.
- MYMRSHAN - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymrshan numbering system.
- MYMRTLNG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymrtlng numbering system.
- MYSTIC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mystic" -
N
- N_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top cursor;Some edge is to be moved.
- NAIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Naira currency.
- NAKFA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Nakfa currency.
- NAME - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a localized currency name such as "dollar".
- NamedNodeMap<T extends BaseNode> - Class in org.pepstock.charba.client.dom
-
Represents a collection of attributes objects.
- NamedNodeMap() - Constructor for class org.pepstock.charba.client.dom.NamedNodeMap
- NAMIBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Namibia region.
- NAMIBIA_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Namibia Dollar currency.
- NAMN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Namn" -
- NAN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The
Double.NaN
string ("NaN"). - NAN_AS_STRING - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Default value of
Double.NaN
as string, "NaN". - NAND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nandinagari script.
- NARB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old North Arabian (Ancient North Arabian) script.
- NARROW - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Short representation of unit of measure without spaces (e.g., 16l).
- NARROW - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Narrow setting for month (e.g., M).
Two months may have the same narrow style for some locales (e.g. - NARROW - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Narrow setting for era (e.g., A), for weekday (e.g., T).
Two weekdays may have the same narrow style for some locales (e.g. - NARROW_SYMBOL - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a narrow format symbol ("$100" rather than "US$100").
- NativeAbstractMouseEvent - Class in org.pepstock.charba.client.dom.events
-
Contains all common properties and methods of a DOM mouse event.
- NativeArrayContainer<T extends Array> - Class in org.pepstock.charba.client.commons
-
Base class for all classes which are wrapping a native java script array.
- NativeArrayContainer(T) - Constructor for class org.pepstock.charba.client.commons.NativeArrayContainer
-
Creates the object with native array instance to be wrapped.
- NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>> - Interface in org.pepstock.charba.client.commons
-
Interface to be implemented to load elements from an array of native array.
- NativeArrayDoubleContainer - Class in org.pepstock.charba.client.commons
-
Extends the base class of an array container where the wrapped array is an array of doubles.
- NativeArrayDoubleContainer(ArrayDouble) - Constructor for class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Creates the object with native double array instance to be wrapped.
- NativeBaseEvent - Class in org.pepstock.charba.client.dom.events
-
Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. - NativeCallback - Class in org.pepstock.charba.client.callbacks
-
Enables the capability to create callback directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects. - NativeCustomEvent - Class in org.pepstock.charba.client.dom.events
-
Internal implementation of a custom native event.
- NativeCustomEvent(String) - Constructor for class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Create a custom event by its type.
- NativeCustomEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Create a custom event by its type and initialization configuration.
- NativeHook - Class in org.pepstock.charba.client.plugins
-
Enables the capability to create a plugin hook directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects.
The hook will receive only 3 arguments, to use in the java script code,"chart"
,"args"
,"options"
.
See CHART.JS doc about the arguments. - NativeKeyboardEvent - Class in org.pepstock.charba.client.dom.events
-
Describes a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.
The event type (keydown or keyup) identifies what kind of keyboard activity occurred. - NativeMouseEvent - Class in org.pepstock.charba.client.dom.events
-
Represents a mouse events that occur due to the user interacting with a pointing device.
- NativeName - Class in org.pepstock.charba.client.commons
-
Constants with java script object name to use in the
JsType
native objects. - nativeObject() - Method in class org.pepstock.charba.client.items.FontItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.NumberFormatItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.PaddingItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Wraps the protected method to get the java script object in order to consume it.
- NativeObject - Interface in org.pepstock.charba.client.commons
-
Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class. - 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.
- NativePointerEvent - Class in org.pepstock.charba.client.dom.events
-
Much of today's web content assumes the user's pointing device will be a mouse.
However, since many devices support other types of pointing input devices, such as pen/stylus and touch surfaces, extensions to the existing pointing device event models are needed.
Pointer events address that need. - NativeTouchEvent - Class in org.pepstock.charba.client.dom.events
-
Represents an
NativeUIEvent
which is sent when the state of contacts with a touch-sensitive surface changes.
This surface can be a touch screen or trackpad, for example.
The event can describe one or more points of contact with the screen and includes support for detecting movement, addition and removal of contact points, and so forth. - NativeUIEvent - Class in org.pepstock.charba.client.dom.events
-
Represents simple user interface events, in DOM.
- NATURAL_EARTH1 - org.pepstock.charba.client.geo.enums.Projection
-
Projection naturalEarth1.
- NAURU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nauru region.
- NAVAJO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Navajo timezone.
- NAVAJO_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "navajoWhite" -
- NAVY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "navy" -
- NBAT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nabataean script.
- NE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top-right corner cursor
- NEAR - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the near cross alignment.
- NEAREST - org.pepstock.charba.client.enums.InteractionMode
-
Gets the item that is nearest to the point.
The nearest item is determined based on the distance to the center of the chart item (point, bar).
If 2 or more items are at the same distance, the one with the smallest area is used. - NEAREST - org.pepstock.charba.client.enums.TooltipPosition
-
Will place the tooltip at the position of the element closest to the event position.
- NEGATIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- NEGATIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- NEGATIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- NEGATIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- negativeOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- NELSON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nelson" -
- NEON_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neon Green" -
- NEON_LIFE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neon Life" -
- NEPAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nepal" -
- NEPAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nepal region.
- NEPALESE_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Nepalese Rupee currency.
- NEPALI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nepali (individual language) language.
- NEPALI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nepali (macrolanguage) language.
- NESW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NETFLIX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Netflix" -
- NETHERLANDS_ANTILLEAN_GUILDER - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Netherlands Antillean Guilder currency.
- NEUROMANCER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neuromancer" -
- NEVER - org.pepstock.charba.client.intl.enums.SignDisplay
-
To never display sign.
- NEW_CALEDONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for New Caledonia region.
- NEW_ISRAELI_SHEQEL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Israeli Sheqel currency.
- NEW_TAIWAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Taiwan Dollar currency.
- NEW_ZEALAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for New Zealand region.
- NEW_ZEALAND_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Zealand Dollar currency.
- NEWA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for newa numbering system.
- NEWA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Newa, Newar, Newari, Nepāla lipi script.
- 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.HorizontalBarChart
- newDataset() - Method in interface org.pepstock.charba.client.IsDatasetCreator
-
Creates a new dataset related to chart type.
- newDataset() - Method in class org.pepstock.charba.client.VerticalLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.AreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.BarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.BubbleChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.DoughnutChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.HorizontalBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- newDataset(boolean) - Method in interface org.pepstock.charba.client.IsDatasetCreator
-
Creates a new dataset related to chart type.
- newDataset(boolean) - Method in class org.pepstock.charba.client.LineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.PieChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.PolarAreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.RadarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.ScatterChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedAreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.VerticalLineChart
- newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Returns a dataset with a maximum value.
- newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Returns a dataset with a maximum value.
- newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- NEWS_PRINT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "NewsPrint6" -
- NEWSPAPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Newspaper" -
- 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()
. - NGIEMBOON - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ngiemboon language.
- NGOMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ngomba language.
- NGULTRUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ngultrum currency.
- NICARAGUA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nicaragua region.
- NIGER - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Niger region.
- NIGERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nigeria region.
- NIGERIAN_PIDGIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nigerian Pidgin language.
- NIGHTHAWK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nighthawk" -
- NIMVELO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nimvelo" -
- NIUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Niue region.
- NKDB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Naxi Dongba (na²¹ɕi³³ to³³ba²¹, Nakhi Tomba) script.
- NKGB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Naxi Geba (na²¹ɕi³³ gʌ²¹ba²¹, 'Na-'Khi ²Ggŏ-¹baw, Nakhi Geba) script.
- NKO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for N'Ko language.
- NKOO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for nkoo numbering system.
- NKOO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for N’Ko script.
- NO_DROP - org.pepstock.charba.client.dom.enums.CursorType
-
An item may not be dropped at the current location.
- NO_REPEAT - org.pepstock.charba.client.dom.enums.Repetition
-
No repeat, neither direction.
- 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.
- NodeList<T extends BaseNode> - Class in org.pepstock.charba.client.dom
-
Maps the java script object which is a collections of nodes,
- NodeType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates all possible types of a
BaseNode
.
An integer is representing the type of the node. - NONE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Like the hidden keyword, displays no border.
- NONE - org.pepstock.charba.client.dom.enums.CursorType
-
No cursor is rendered.
- NONE - org.pepstock.charba.client.dom.enums.Display
-
Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist).
All descendant elements also have their display turned off. - NONE - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is not being processed at this time..
- NONE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Produces no text decoration.
- NONE - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation to ignore the animation.
- NONE - org.pepstock.charba.client.ScaleType
-
No scale is defined for the chart, based on its type.
- NOON_TO_DUSK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Noon to Dusk" -
- NORFOLK_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Norfolk Island region.
- NORMAL - org.pepstock.charba.client.enums.FontStyle
-
The browser displays a normal font style.
- NORMAL - org.pepstock.charba.client.enums.Weight
-
Defines normal characters.
- NORMAL - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the normal threshold
- NORTH_AZERBAIJANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for North Azerbaijani language.
- NORTH_KOREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for North Korea region.
- NORTH_KOREAN_WON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for North Korean Won currency.
- NORTH_MACEDONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for North Macedonia region.
- NORTH_NDEBELE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for North Ndebele language.
- NORTHERN_KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Kurdish language.
- NORTHERN_LURI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Luri language.
- NORTHERN_MARIANA_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Northern Mariana Islands region.
- NORTHERN_PASHTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Pashto language.
- NORTHERN_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Sami language.
- NORTHERN_UZBEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Uzbek language.
- NORWAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Norway region.
- NORWEGIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian language.
- NORWEGIAN_BOKMAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian Bokmål language.
- NORWEGIAN_KRONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Norwegian Krone currency.
- NORWEGIAN_NYNORSK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian Nynorsk language.
- 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_PRECISION
. - NoSelectedDatasetTicksCallback(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Creates the callback using the argument as amount of decimals places to apply to ticks.
- NOT_ALLOWED - org.pepstock.charba.client.dom.enums.CursorType
-
The requested action will not be carried out.
- NOT_SHOWED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast has been removed from queue because the user decided to hide all toast items and cleared the queue.
- Notation - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set the formatting that should be displayed for the number.
The defaults is "standard". - NOTATION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- NS_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NSHU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nüshu script.
- NUER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nuer language.
- NULL_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for NULL string, "<null>".
- NUM_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The NumLock (Number Lock) key.
- NUMBER - org.pepstock.charba.client.commons.ObjectType
-
According to the ECMAScript standard, there is only one number type: the double-precision 64-bit binary format IEEE 754 value (numbers between -(2^53 -1) and 2^53 -1).
- NUMBER - org.pepstock.charba.client.enums.AnimationType
-
Uses a number to interpolate animation.
- NUMBER - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a number.
- NUMBER - org.pepstock.charba.client.enums.ScaleDataType
-
The data property is set as a double.
Used byCartesianLinearAxis
,CartesianLogarithmicAxis
andRadialAxis
. - NUMBER_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object number formatter for localization, "Intl.NumberFormat".
- NumberFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language sensitive number formatting.
See MDN for more details. - NumberFormat() - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enable language sensitive number formatting, using the defualt locale.
- NumberFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enable language sensitive number formatting, using the locale options.
- NumberFormat(CLocale, NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enables language sensitive number formatting, using the locale options and specific options.
- NumberFormatCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set a number format element at runtime.
- NumberFormatItem - Class in org.pepstock.charba.client.items
-
Number format options item to use for numeric tick callbacks.
- NumberFormatItem() - Constructor for class org.pepstock.charba.client.items.NumberFormatItem
-
Creates an empty font to use for chart configuration with global defaults.
- NumberFormatItem(IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.items.NumberFormatItem
-
Creates an empty font to use for chart configuration when the font is created by a callback.
- NumberFormatOptions - Class in org.pepstock.charba.client.intl
-
The object configures a number formatter.
See MDN for more details. - NumberFormatOptions() - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates new number format options object.
- NumberFormatOptions.NumberFormatOptionsFactory - Class in org.pepstock.charba.client.intl
-
Creates a number format options by a native object and a default values instance.
- NumberingSystem - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the numbering system to manage the number formatting.
A numeral system is a system for expressing numbers.
The numbering system property helps to represent the different numeral systems used by various countries, regions, and cultures around the world. - NumberItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the numeric item of a date (year, day, hour, minute, second).
- NUMBERS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of doubles.
- NUMBERS - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for numbers.
- NUMERIC - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Numeric setting for month (e.g., 2).
- NUMERIC - org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Numeric setting for item (e.g., 1).
- NURIEL_STONE9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "NurielStone9" -
- NW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top-left corner cursor
- NWSE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NYANKOLE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nyankole language.
- NZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for NZ timezone.
- NZ_CHAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for NZ-CHAT timezone.
O
- OBJECT - org.pepstock.charba.client.commons.ObjectType
-
Objects can be seen as a collection of properties.
- OBJECT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind PLAIN java script object as object with name "Object".
See MDN. - OBJECTS - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are stored as an object,
BarBorderRadius
orBarBorderWidth
. - objectsKeys() - Method in class org.pepstock.charba.client.geo.TopoJson
-
Returns the list of properties names of the objects node.
- 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 - OBLIQUE - org.pepstock.charba.client.enums.FontStyle
-
The browser displays an oblique font style
- observe(BaseNode) - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
- observe(BaseNode, MutationObserverInit) - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
- OCCITAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Occitan (post 1500) language.
- ODIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Odia language.
- OFFICE2007_2010_6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Office2007_2010_6" -
- OFFICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Office6" -
- OfficeScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Microsoft Office schemes.
To configureColorSchemes.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<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
offset
property at runtime. - OGAM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ogham script.
- OHHAPPINESS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ohhappiness" -
- OLCK - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for olck numbering system.
- OLCK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ol Chiki (Ol Cemet’, Ol, Santali) script.
- OLD_LACE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "oldLace" -
- OLIVE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "olive" -
- OLIVE_DRAB - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "oliveDrab" -
- OMAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Oman region.
- OMOLON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Omolon" -
- ON_CLICK - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch click events.
- ON_CLICK - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch click events.
- ON_HOVER - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch mouse over events.
- ON_HOVER - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch mouse over events.
- ON_LEAVE - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch mouse out events.
- ON_RESIZE - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch resize events.
- 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.
If returnsnull
or empty list, it will be ignored. - onAfterBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
-
Callback that runs after ticks are created.
- onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterBuildTicksHook
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - onAfterCalculateLabelRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateLabelRotationCallback
-
Callback that runs after tick rotation is determined.
- onAfterConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after 'chart' has been configured.
- onAfterDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
-
Callback that runs after data limits are determined.
- onAfterDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - onAfterDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDataLimitsHook
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - onAfterDatasetDraw(IsChart, PluginDatasetArgument) - 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).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetDrawHook
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetsDrawHook
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetsUpdateHook
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetUpdateHook
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after the chart has been destroyed.
- onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the chart has been destroyed.
- onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDestroyHook
-
Called after the chart has been destroyed.
- onAfterDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it draws the representation of the data set.
- onAfterDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - onAfterDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDrawHook
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - onAfterEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - onAfterEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterEventHook
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - 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.
If returnsnull
or empty list, it will be ignored. - onAfterInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after 'chart' has been initialized.
- onAfterInit(IsChart, Chart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after 'chart' has been initialized and before the first update.
- onAfterInit(IsChart, Chart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterInitHook
-
Called after 'chart' has been initialized and before the first update.
- onAfterInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it initializes the controller.
- onAfterLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns text to render after an individual label.
If returnsnull
or empty list, it will be ignored. - onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterLayoutHook
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - onAfterLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it ensures that the data set represented by this controller is linked to a scale.
- onAfterParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
-
Called after it invokes to parse the data into the controller meta data.
- onAfterRegister(ControllerType, boolean) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
-
Invoked after the controller is registered to CHART.JS.
- onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterRenderHook
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - 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 in the 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.
If returnsnull
or empty list, it will be ignored. - onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterTooltipDrawHook
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - onAfterUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
-
Callback that runs at the end of the update process.
- onAfterUpdate(ControllerContext, IsChart, TransitionKey) - Method in interface org.pepstock.charba.client.Controller
-
Called after it updates the elements in response to new data.
- onAfterUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - onAfterUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterUpdateHook
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - onAttach(MutationItem) - 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.
If returnsnull
or empty list, it will be ignored. - onBeforeBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
-
Callback that runs before ticks are created.
- onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeBuildTicksHook
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - onBeforeCalculateLabelRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateLabelRotationCallback
-
Callback that runs before tick rotation is determined.
- onBeforeConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called before configuring 'chart'.
- onBeforeDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
-
Callback that runs before data limits are determined.
- onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDataLimitsHook
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - 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).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetDrawHook
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - onBeforeDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing the 'chart' datasets.
- onBeforeDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetsDrawHook
-
Called before drawing the 'chart' datasets.
- onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetsUpdateHook
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetUpdateHook
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called before the chart has been destroyed.
- onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before the chart is being destroyed.
- onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDestroyHook
-
Called before the chart is being destroyed.
- onBeforeDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it draws the representation of the data set.
- onBeforeDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - onBeforeDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDrawHook
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - onBeforeElementsUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called during the update process, before any chart elements have been created.
- onBeforeElementsUpdate(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeElementsUpdateHook
-
Called during the update process, before any chart elements have been created.
- onBeforeEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - onBeforeEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeEventHook
-
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - 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.
If returnsnull
or empty list, it will be ignored. - 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 interface org.pepstock.charba.client.plugins.hooks.BeforeInitHook
-
Called before initializing 'chart'.
- onBeforeInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it initializes the controller.
- onBeforeLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns text to render before an individual label.
This will be called for each item in the tooltip.
If returnsnull
or empty list, it will be ignored. - onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeLayoutHook
-
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - onBeforeLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it ensures that the data set represented by this controller is linked to a scale.
- onBeforeParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
-
Called before it invokes to parse the data into the controller meta data.
- onBeforeRegister(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
-
Invoked before the controller will be register to CHART.JS.
- onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before rendering 'chart'.
- onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeRenderHook
-
Called before rendering 'chart'.
- 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 in the 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.
If returnsnull
or empty list, it will be ignored. - onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeTooltipDrawHook
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - onBeforeUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
-
Callback called before the update process starts.
- onBeforeUpdate(ControllerContext, IsChart, TransitionKey) - Method in interface org.pepstock.charba.client.Controller
-
Called before it updates the elements in response to new data.
- onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeUpdateHook
-
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - onBeginDrawing(IsChart, boolean) - Method in interface org.pepstock.charba.client.Plugin
-
Called before every drawing cycle, coming from initialization, updating or rendering of chart.
- 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, double, int, List<Double>) - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
- onCallback(Axis, String, int) - Method in interface org.pepstock.charba.client.callbacks.PointLabelCallback
-
Callback function to transform data labels to point labels.
- 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, Date, String, int, List<ScaleTickItem>) - Method in interface org.pepstock.charba.client.callbacks.TimeTickCallback
-
Changes the tick marks to include information about the data type.
- 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.
- onClean(DatasetRangeCleanSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeCleanSelectionEventHandler
-
Invoked when the user cleans an area on the chart.
- onClick(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.ClickCallback
-
Method called once click is fired.
- onClick(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onClick(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.ClickEventHandler
-
Invoked to manage CLICK events on labels.
- onClick(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
- 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(LegendClickEvent) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
- onClick(SubtitleClickEvent) - Method in interface org.pepstock.charba.client.events.SubtitleClickEventHandler
-
Invoked when the user clicks on the chart subtitle.
- onClick(TitleClickEvent) - Method in interface org.pepstock.charba.client.events.TitleClickEventHandler
-
Invoked when the user clicks on the chart title.
- onClick(ToastItem, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.handlers.ActionClickEventHandler
-
Invoked to manage CLICK events on toast action.
- onClick(ToastItem, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.handlers.ClickEventHandler
-
Invoked to manage CLICK events on toast item.
- onClose(ToastItem, ActionItem) - Method in interface org.pepstock.charba.client.utils.toast.handlers.CloseHandler
-
Invoked to be notified of toast item closing.
- onComplete(AnimationCompleteEvent) - Method in interface org.pepstock.charba.client.events.AnimationCompleteEventHandler
-
Invoked when chart animation is complete.
- onCompleted(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.CompletedCallback
-
Method called once zooming or panning is completed.
- onConfigure(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before initializing configuration of 'chart'.
- onConfigure(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.ConfigureHook
-
Called before initializing configuration of 'chart'.
- onDetach(MutationItem) - Method in class org.pepstock.charba.client.AbstractChart
- onEndDrawing(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after every drawing cycle, coming from initialization, updating or rendering of chart.
- onEnter(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.EnterCallback
-
Method called once enter is fired.
- onEnter(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onEnter(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.EnterEventHandler
-
Invoked to manage ENTER events on labels.
- onEnter(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
- onEnter(AxisEnterEvent) - Method in interface org.pepstock.charba.client.events.AxisEnterEventHandler
-
Invoked when the user is entering on the chart axis.
- onEnter(SubtitleEnterEvent) - Method in interface org.pepstock.charba.client.events.SubtitleEnterEventHandler
-
Invoked when the user enters on the chart title.
- onEnter(TitleEnterEvent) - Method in interface org.pepstock.charba.client.events.TitleEnterEventHandler
-
Invoked when the user enters on the chart title.
- onExternal(IsChart, TooltipModel) - Method in interface org.pepstock.charba.client.callbacks.TooltipExternalCallback
-
External tooltips callback allows you to hook in the tooltip rendering process so that you can render the tooltip in your own custom way.
- 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.
If returnsnull
or empty list, it will be ignored. - onHover(AxisHoverEvent) - Method in interface org.pepstock.charba.client.events.AxisHoverEventHandler
-
Invoked when the user is hovering on the chart axis.
- 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.
- onInstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - onInstall(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.InstallHook
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - onInvoke(MutationRecord[], MutationObserver) - Method in interface org.pepstock.charba.client.dom.MutationObserver.MutationObserverCallback
-
The callback function takes as input two parameters:
an array ofMutationRecord
objects describing each change that occurred theMutationObserver
which invoked the callback. - 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.
If returnsnull
or empty list, it will be ignored. - 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 and borders to render for the tooltip item.
If returnsnull
, it will be ignored. - onLabelPointStyle(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns the point style to use instead of color boxes if
usePointStyle
is true.
Default implementation uses the point style from the data set points. - 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.
If returnsnull
, it will be ignored. - onLeave(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.LeaveCallback
-
Method called once leave is fired.
- onLeave(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onLeave(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.LeaveEventHandler
-
Invoked to manage LEAVE events on labels.
- onLeave(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
- onLeave(AxisLeaveEvent) - Method in interface org.pepstock.charba.client.events.AxisLeaveEventHandler
-
Invoked when the user is leaving on the chart axis.
- onLeave(LegendLeaveEvent) - Method in interface org.pepstock.charba.client.events.LegendLeaveEventHandler
-
Invoked when the user leaves on the chart legend.
- onLeave(SubtitleLeaveEvent) - Method in interface org.pepstock.charba.client.events.SubtitleLeaveEventHandler
-
Invoked when the user leaves on the chart title.
- onLeave(TitleLeaveEvent) - Method in interface org.pepstock.charba.client.events.TitleLeaveEventHandler
-
Invoked when the user leaves on the chart title.
- onOpen(ToastItem) - Method in interface org.pepstock.charba.client.utils.toast.handlers.OpenHandler
-
Invoked to be notified of toast item opening.
- onProgress(AnimationProgressEvent) - Method in interface org.pepstock.charba.client.events.AnimationProgressEventHandler
-
Invoked when chart animation is progressing.
- onProgress(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.ProgressCallback
-
Method called while the user is zooming or panning.
- onRejected(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.RejectedCallback
-
Method called once zooming or panning is rejected.
- 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.
- onReset(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called during chart reset.
- onReset(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.ResetHook
-
Called during chart reset.
- onResize(ChartResizeEvent) - Method in interface org.pepstock.charba.client.events.ChartResizeEventHandler
-
Invoked when the chart has been resized.
- onResize(IsChart, PluginResizeArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the chart as been resized.
- onResize(IsChart, PluginResizeArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.ResizeHook
-
Called after the chart as been resized.
- onSelect(DatasetRangeSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeSelectionEventHandler
-
Invoked when the user selects an area on the chart.
- onSelect(DatasetSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetSelectionEventHandler
-
Invoked when the user clicks on the chart to select a dataset.
- onStart(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - onStart(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.StartHook
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - onStart(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.StartCallback
-
Method called when pan or zoom is about to start.
- onStop(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - onStop(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.StopHook
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - 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.
If returnsnull
or empty list, it will be ignored. - onUninstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - onUninstall(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.UninstallHook
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - OPA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Opa" -
- OpacityCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to setopacity
property at runtime, using the plugin context. - OPEN_BRACE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN brace, "{".
- OPEN_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN round bracket, "(".
- OPEN_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN square bracket, "[".
- OPENED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is opened and showing.
- OpenHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toaster
utility to be notified of toast item opening. - Options - Class in org.pepstock.charba.client.options
-
Base object which maps chart options.
- Options(String, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.options.Options
-
Creates the object only with default provider.
- Options(String, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Options
-
Creates the object only with default provider and native object.
- Options.CommonProperty - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
Properties common with which extends this class. - OptionsElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the options of a
AnnotationElement
at runtime. - OptionsEnvelop<T> - Class in org.pepstock.charba.client.options
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - OptionsNode - Class in org.pepstock.charba.client.items
-
Wrapper of options node of CHART.JS.
- OptionsNode(String, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.OptionsNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- OPULENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Opulent6" -
- OR_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color orRd.
- OR_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd3" -
- OR_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd4" -
- OR_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd5" -
- OR_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd6" -
- OR_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd7" -
- OR_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd8" -
- OR_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd9" -
- ORANGE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE" -
- ORANGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orange" -
- ORANGE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "ORANGE" -
- ORANGE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_1" -
- ORANGE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_2" -
- ORANGE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_3" -
- ORANGE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_4" -
- ORANGE_BLUE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlueLight7" -
- ORANGE_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlueWhite7" -
- ORANGE_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlue7" -
- ORANGE_CORAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orange Coral" -
- ORANGE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_1" -
- ORANGE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_2" -
- ORANGE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_3" -
- ORANGE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_4" -
- ORANGE_FUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orange Fun" -
- ORANGE_GOLD20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeGold20" -
- ORANGE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeLight7" -
- ORANGE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_1" -
- ORANGE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_2" -
- ORANGE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_3" -
- ORANGE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_4" -
- ORANGE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_5" -
- ORANGE_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orangeRed" -
- ORANGE_RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "OrangeRed6" -
- ORANGE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Orange20" -
- ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Orange6" -
- ORANGES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color oranges.
- ORANGES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges3" -
- ORANGES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges4" -
- ORANGES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges5" -
- ORANGES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges6" -
- ORANGES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges7" -
- ORANGES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges8" -
- ORANGES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges9" -
- ORBIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Orbit6" -
- ORCA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orca" -
- ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orchid" -
- org.pepstock.charba.client - package org.pepstock.charba.client
-
Main package with all charts implementation, global classes and common interfaces.
- org.pepstock.charba.client.adapters - package org.pepstock.charba.client.adapters
-
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
- org.pepstock.charba.client.annotation - package org.pepstock.charba.client.annotation
-
Contains all classes to activate the
AnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. - org.pepstock.charba.client.annotation.callbacks - package org.pepstock.charba.client.annotation.callbacks
-
Contains the
AnnotationPlugin.ID
plugin callback interfaces to catch events. - org.pepstock.charba.client.annotation.elements - package org.pepstock.charba.client.annotation.elements
-
Contains the
AnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events. - org.pepstock.charba.client.annotation.enums - package org.pepstock.charba.client.annotation.enums
-
Contains all enumerations to configure the
AnnotationPlugin.ID
plugin. - org.pepstock.charba.client.annotation.listeners - package org.pepstock.charba.client.annotation.listeners
-
Contains all callback interfaces to implement for the
AnnotationPlugin.ID
plugin. - 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 in the 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 (AKAchartjs-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 catch event of plugin. - 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.dom - package org.pepstock.charba.client.dom
-
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
- org.pepstock.charba.client.dom.elements - package org.pepstock.charba.client.dom.elements
-
Contains a set of DOM elements that Charba is using.
- org.pepstock.charba.client.dom.enums - package org.pepstock.charba.client.dom.enums
-
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
- org.pepstock.charba.client.dom.events - package org.pepstock.charba.client.dom.events
-
Contains all classes to map and manage DOM events.
- org.pepstock.charba.client.dom.safehtml - package org.pepstock.charba.client.dom.safehtml
-
Contains the classes to use in order to create HTML encoded strings.
- 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.geo - package org.pepstock.charba.client.geo
-
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js
) for CHART.js. - org.pepstock.charba.client.geo.callbacks - package org.pepstock.charba.client.geo.callbacks
-
Contains all callbacks to configure the GEO controllers.
- org.pepstock.charba.client.geo.enums - package org.pepstock.charba.client.geo.enums
-
Contains all enumerations to configure the GEO controllers.
- org.pepstock.charba.client.gradient - package org.pepstock.charba.client.gradient
-
Contains all classes to activate the
GradientPlugin.ID
plugin (AKAchartjs-plugin-gradient.js
) for CHART.js. - org.pepstock.charba.client.gwt - package org.pepstock.charba.client.gwt
-
Contains the fundamental java script resources to inject in order to use Charba by GWT.
- org.pepstock.charba.client.gwt.widgets - package org.pepstock.charba.client.gwt.widgets
-
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
- 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.intl - package org.pepstock.charba.client.intl
-
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
- org.pepstock.charba.client.intl.enums - package org.pepstock.charba.client.intl.enums
-
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
- 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 (AKAchartjs-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.matrix - package org.pepstock.charba.client.matrix
-
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js
) for CHART.js. - org.pepstock.charba.client.matrix.callbacks - package org.pepstock.charba.client.matrix.callbacks
-
Contains all callbacks to configure the MATRIX controllers.
- org.pepstock.charba.client.matrix.enums - package org.pepstock.charba.client.matrix.enums
-
Contains all enumerations to configure the MATRIX controllers.
- org.pepstock.charba.client.ml - package org.pepstock.charba.client.ml
-
Contains all classes to activate the ML library to use the regression capabilities.
- 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.plugins.hooks - package org.pepstock.charba.client.plugins.hooks
-
Contains all hooks interfaces used by
SmartPlugin
in order to activate a custom plugin. - 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 the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters. - org.pepstock.charba.client.sankey - package org.pepstock.charba.client.sankey
-
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js
) for CHART.js. - org.pepstock.charba.client.sankey.callbacks - package org.pepstock.charba.client.sankey.callbacks
-
Contains all callbacks to configure the SANKEY controllers.
- org.pepstock.charba.client.sankey.enums - package org.pepstock.charba.client.sankey.enums
-
Contains all enumerations to configure the SANKEY controllers.
- org.pepstock.charba.client.treemap - package org.pepstock.charba.client.treemap
-
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js
) for CHART.js. - org.pepstock.charba.client.treemap.callbacks - package org.pepstock.charba.client.treemap.callbacks
-
Contains the
TreeMapChart
controller callback interfaces to configure the chart itself. - org.pepstock.charba.client.treemap.enums - package org.pepstock.charba.client.treemap.enums
-
Contains all enumerations to configure the
TreeMapChart
controller. - 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.
- org.pepstock.charba.client.utils.toast - package org.pepstock.charba.client.utils.toast
-
Contains all classes to use
Toaster
utility. - org.pepstock.charba.client.utils.toast.enums - package org.pepstock.charba.client.utils.toast.enums
-
Contains all enumerations to configure the TOAST utility.
- org.pepstock.charba.client.utils.toast.handlers - package org.pepstock.charba.client.utils.toast.handlers
-
Contains all handlers to implement in order to manage events of change status of the TOAST utility.
- org.pepstock.charba.client.zoom - package org.pepstock.charba.client.zoom
-
Contains all classes to activate the
ZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. - org.pepstock.charba.client.zoom.callbacks - package org.pepstock.charba.client.zoom.callbacks
-
Contains the
ZoomPlugin.ID
plugin callback interfaces to configure the plugin itself and to catch events. - org.pepstock.charba.client.zoom.enums - package org.pepstock.charba.client.zoom.enums
-
Contains the
ZoomPlugin.ID
plugin enumerations to configure the plugin. - ORGANIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Organic6" -
- ORIEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Oriel6" -
- ORIGIN - org.pepstock.charba.client.enums.Fill
-
Fill the area from 0 axis to top or bottom, depending on value.
Default. - ORIGIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Origin6" -
- ORIYA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Oriya (macrolanguage) language.
- ORKH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Turkic, Orkhon Runic script.
- OROMO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Oromo language.
- ORTHOGRAPHIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection orthographic.
- ORYA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for orya numbering system.
- ORYA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Oriya (Odia) script.
- OS - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Windows key, sometimes is reported instead of as
KeyboardModifierKey.META
. - OSGE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Osage script.
- OSMA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for osma numbering system.
- OSMA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Osmanya script.
- OSSETIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ossetian language.
- OUGUIYA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ouguiya currency.
- OUNCE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for ounce.
- OUT_IN - org.pepstock.charba.client.colors.GradientOrientation
-
From borders to the center (ONLY radial)
- OUTLINE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to outline.
- OUTLINE_GRATICULE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to outline and graticule.
- OUTSET - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border that makes the element appear embossed.
- OUTSIDE - org.pepstock.charba.client.labels.enums.Position
-
The labels are located outisde of the chart.
- OVERLAY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A combination of multiply and screen.
Dark parts on the base layer become darker, and light parts become lighter. - OVERLINE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line above it.
P
- P_R_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color pRGn.
- P_R_GN10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn10" -
- P_R_GN11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn11" -
- P_R_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn3" -
- P_R_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn4" -
- P_R_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn5" -
- P_R_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn6" -
- P_R_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn7" -
- P_R_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn8" -
- P_R_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn9" -
- PAANGA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pa’anga currency.
- PACIFIC_APIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Apia timezone.
- PACIFIC_AUCKLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Auckland timezone.
- PACIFIC_CHATHAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Chatham timezone.
- PACIFIC_CHUUK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Chuuk timezone.
- PACIFIC_DREAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pacific Dream" -
- PACIFIC_EASTER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Easter timezone.
- PACIFIC_EFATE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Efate timezone.
- PACIFIC_ENDERBURY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Enderbury timezone.
- PACIFIC_FAKAOFO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Fakaofo timezone.
- PACIFIC_FIJI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Fiji timezone.
- PACIFIC_FUNAFUTI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Funafuti timezone.
- PACIFIC_GALAPAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Galapagos timezone.
- PACIFIC_GAMBIER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Gambier timezone.
- PACIFIC_GUADALCANAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Guadalcanal timezone.
- PACIFIC_GUAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Guam timezone.
- PACIFIC_HONOLULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Honolulu timezone.
- PACIFIC_JOHNSTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Johnston timezone.
- PACIFIC_KIRITIMATI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kiritimati timezone.
- PACIFIC_KOSRAE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kosrae timezone.
- PACIFIC_KWAJALEIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kwajalein timezone.
- PACIFIC_MAJURO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Majuro timezone.
- PACIFIC_MARQUESAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Marquesas timezone.
- PACIFIC_MIDWAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Midway timezone.
- PACIFIC_NAURU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Nauru timezone.
- PACIFIC_NIUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Niue timezone.
- PACIFIC_NORFOLK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Norfolk timezone.
- PACIFIC_NOUMEA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Noumea timezone.
- PACIFIC_PAGO_PAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pago_Pago timezone.
- PACIFIC_PALAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Palau timezone.
- PACIFIC_PITCAIRN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pitcairn timezone.
- PACIFIC_POHNPEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pohnpei timezone.
- PACIFIC_PONAPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Ponape timezone.
- PACIFIC_PORT_MORESBY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Port_Moresby timezone.
- PACIFIC_RAROTONGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Rarotonga timezone.
- PACIFIC_SAIPAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Saipan timezone.
- PACIFIC_SAMOA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Samoa timezone.
- PACIFIC_TAHITI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tahiti timezone.
- PACIFIC_TARAWA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tarawa timezone.
- PACIFIC_TONGATAPU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tongatapu timezone.
- PACIFIC_TRUK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Truk timezone.
- PACIFIC_WAKE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Wake timezone.
- PACIFIC_WALLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Wallis timezone.
- PACIFIC_YAP - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Yap timezone.
- Padding - Class in org.pepstock.charba.client.annotation
-
Base object to map padding options for
AnnotationPlugin.ID
plugin padding configuration.
It is applied to all sides of the label (left, top, right, bottom). - Padding - Class in org.pepstock.charba.client.configuration
-
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
- Padding - Class in org.pepstock.charba.client.datalabels
-
Base object to map padding options for
DataLabelsPlugin.ID
plugin configuration.
It is applied to all sides of the label (left, top, right, bottom). - Padding - Class in org.pepstock.charba.client.geo
- Padding - Class in org.pepstock.charba.client.options
-
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
- PaddingCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set a padding element at runtime.
- PaddingCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface to set
padding
property at runtime, toSankeyDataset
. - PaddingItem - Class in org.pepstock.charba.client.items
-
Padding options item to use mainly for callbacks.
- PaddingItem() - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration with global defaults.
- PaddingItem(int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an padding to use for chart configuration with global defaults and setting the same size for all dimensions.
- PaddingItem(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration when the font is created by a callback.
- PaddingItem(IsDefaultPadding, int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration when the font is created by a callback and setting the same size for all dimensions.
- PAGE_DOWN - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Page Down
(orPgDn
) key. - PAGE_UP - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Page Up
(orPgUp
) key. - PAIRED10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired10" -
- PAIRED11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired11" -
- PAIRED12 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired12" -
- PAIRED3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired3" -
- PAIRED4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired4" -
- PAIRED5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired5" -
- PAIRED6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired6" -
- PAIRED7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired7" -
- PAIRED8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired8" -
- PAIRED9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired9" -
- PAKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Pakistan region.
- PAKISTAN_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pakistan Rupee currency.
- PALAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Palau region.
- PALE_GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleGoldenRod" -
- PALE_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleGreen" -
- PALE_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleTurquoise" -
- PALE_VIOLET_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleVioletRed" -
- PALE_WOOD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pale Wood" -
- PALLADIUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Palladium currency.
- PALM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Palmyrene script.
- pan(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, double, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, Amount, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- Pan - Class in org.pepstock.charba.client.zoom
-
Base object to map pan options for
ZoomPlugin.ID
plugin configuration.
It represents the container for PAN options. - PANAMA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Panama region.
- PANJABI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Panjabi language.
- PAPAYA_WHIP - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "papayaWhip" -
- PAPER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Paper6" -
- PAPUA_NEW_GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Papua New Guinea region.
- PARAGUAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Paraguay region.
- PARALLAX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Parallax6" -
- PARCEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Parcel6" -
- PARKLIFE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Parklife" -
- 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. - parse(String, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Parses the given value and return the associated date.
- 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.
- parseCallbackResult(Object, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Parses the result of a
TickCallback
orPointLabelCallback
callbacks, checking if it's a string or a list of strings. - Parsed - Class in org.pepstock.charba.client.items
-
This object is wrapping the native java script object provided by
PointElement
to know the parsed value. - parseForArray(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript array described by the string.
- parseForObject(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript value or object described by the string.
- parseToButtons(List<EventButton>) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the
buttons
value to use as it's managed in the DOM. - parseToButtons(EventButton...) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the
buttons
value to use as it's managed in the DOM. - PASSION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Passion" -
- PASTE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Paste from the clipboard.
- PASTEL_ORANGE_AT_THE_SUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pastel Orange at the Sun" -
- PASTEL1_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_3" -
- PASTEL1_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_4" -
- PASTEL1_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_5" -
- PASTEL1_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_6" -
- PASTEL1_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_7" -
- PASTEL1_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_8" -
- PASTEL1_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_9" -
- PASTEL2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_3" -
- PASTEL2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_4" -
- PASTEL2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_5" -
- PASTEL2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_6" -
- PASTEL2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_7" -
- PASTEL2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_8" -
- PATACA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pataca currency.
- Pattern - Class in org.pepstock.charba.client.colors
-
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images. - PATTERN - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a
Pattern
. - PatternBuilder - Class in org.pepstock.charba.client.colors
-
The pattern builder is the entry point to create a canvas pattern.
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images. - PAUC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Pau Cin Hau script.
- PAUSE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Pause
key. - PCT - org.pepstock.charba.client.dom.enums.Unit
-
A percentage value.
- PEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Peach" -
- PEACH_PUFF - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "peachPuff" -
- PEACH_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Peach Sea" -
- PEDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pedi language.
- PEN - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a pen or stylus device.
- PERCENT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for percent.
- PERCENT - org.pepstock.charba.client.intl.enums.Style
-
For percent formatting.
- PERCENT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for PERCENT, "%".
- PERCENT_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The percent sign string ("%").
- Percentage - Class in org.pepstock.charba.client.impl.callbacks
-
Utility to calculate the percentage of the value based on the datasets of chart.
- PERCENTAGE - org.pepstock.charba.client.labels.enums.Render
-
The percentage will be rendered.
- PercentageCallback - Class in org.pepstock.charba.client.impl.callbacks
-
Formatter implementation for DataLabelsPlugin plugin in order to provide the percentage of the value.
Setting this object to formatter callback of DataLabelsPlugin 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(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(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Creates the formatter using the argument as number precision.
- PercentageCallback(int, 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.
- PERCEPTION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Perception6" -
- PERM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Permic script.
- PERSIAN - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for persian calendar.
- PERSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Persian language.
- PERSPECTIVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Perspective6" -
- PERU - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "peru" -
- PERU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Peru region.
- PESO_CONVERTIBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Peso Convertible currency.
- PESO_URUGUAYO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Peso Uruguayo currency.
- PETABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for petabyte.
- PETRICHOR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Petrichor" -
- PETROL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Petrol" -
- PHAG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Phags-pa script.
- PHILIPPINE_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Philippine Peso currency.
- PHILIPPINES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Philippines region.
- PHLI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Inscriptional Pahlavi script.
- PHLP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Psalter Pahlavi script.
- PHLV - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Book Pahlavi script.
- PHNX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Phoenician script.
- PI_Y_G - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color piYG.
- PI_Y_G10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG10" -
- PI_Y_G11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG11" -
- PI_Y_G3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG3" -
- PI_Y_G4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG4" -
- PI_Y_G5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG5" -
- PI_Y_G6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG6" -
- PI_Y_G7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG7" -
- PI_Y_G8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG8" -
- PI_Y_G9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG9" -
- PIE - org.pepstock.charba.client.ChartType
-
Pie chart is probably the most commonly used chart.
- PieChart - Class in org.pepstock.charba.client
-
PIE chart implementation.
A pie charts are divided in the 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.
- PieChart(Type) - Constructor for class org.pepstock.charba.client.PieChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - PieChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
PIE chart GWT WIDGET implementation.
A pie charts are divided in the 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. - PieChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
-
Builds the object.
- PieChartWidget(PieChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- PieDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using a default.
- PieDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using chart type related to the dataset.
- PieDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using a default and chart type related to the dataset.
- PieOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for PIE chart.
- PieOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PieOptions
-
Builds the object storing the chart instance and default values.
- PIGGY_PINK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Piggy Pink" -
- PIGLET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Piglet" -
- Pinch - Class in org.pepstock.charba.client.zoom
-
Base object to map wheel options for
ZoomPlugin.ID
plugin configuration.
It represents the container for WHEEL options. - PINK - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK" -
- PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "pink" -
- PINK - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "PINK" -
- PINK_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_1" -
- PINK_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_2" -
- PINK_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_3" -
- PINK_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_4" -
- PINK_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_1" -
- PINK_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_2" -
- PINK_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_3" -
- PINK_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_4" -
- PINK_FLAVOUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pink Flavour" -
- PINK_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_1" -
- PINK_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_2" -
- PINK_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_3" -
- PINK_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_4" -
- PINK_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_5" -
- PINKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pinky" -
- PINOT_NOIR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pinot Noir" -
- PIQD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Klingon (KLI pIqaD) script.
- PITCAIRN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Pitcairn Islands region.
- PIXEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Pixel6" -
- PIZELEX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pizelex" -
- PLASMA - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color plasma.
- PLATEAU_MALAGASY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Plateau Malagasy language.
- PLATINUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Platinum currency.
- PLAY - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Play
key. - PLAYING_WITH_REDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Playing with Reds" -
- PLAZA6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Plaza6" -
- PLRD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Miao (Pollard) script.
- 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. - PluginContainer - Interface in org.pepstock.charba.client.plugins
-
This interface is defining the a container of
Plugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. - PluginDatasetArgument - 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. - PluginDatasetArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginDatasetArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginEventArgument - 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. - PluginEventArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginEventArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- 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 options scope.
- PluginResizeArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a resize argument.
This object is used in the plugins methods of CHART.JS. - PluginResizeArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginResizeArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- Plugins - Class in org.pepstock.charba.client.configuration
-
Definitions about plugins options.
This is used to configure plugins (mainly the global ones).
Every plugin could have own configuration structure.
The java script object key is the plugin id. - 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 in the chart configuration.
- Plugins() - Constructor for class org.pepstock.charba.client.plugins.Plugins
- Plugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.options.Plugins
-
Creates the object wrapping another plugin.
This constructor is used ONLY fromGlobalOptions
. - PluginScaleArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a scale argument.
This object is used in the plugins methods of CHART.JS. - PluginScaleArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginScaleArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginsEnvelop<T> - Class in org.pepstock.charba.client.plugins
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - PluginTooltipArgument - Class in org.pepstock.charba.client.items
-
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses in the PLUGINS. - PluginTooltipArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginTooltipArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginUpdateArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which the argument passed to plugin function.
This object is used in the plugins methods of CHART.JS. - PluginUpdateArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginUpdateArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PLUM - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "plum" -
- PLUS - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a plus on the tile.
- PLUS_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The plus sign string ("+").
- PNG - org.pepstock.charba.client.enums.ImageMimeType
-
The ends of lines are squared off at the end points.
Default. - 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.
- Point(double) - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates an object with X coordinate of the point
- Point(double, double) - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates an object with X and Y coordinates of the point
- Point(Elements, Key, IsDefaultPoint, NativeObject) - Constructor for class org.pepstock.charba.client.options.Point
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- POINT - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a POINT annotation which draws a point in the a chart.
- POINT - org.pepstock.charba.client.enums.InteractionMode
-
Finds all of the items that intersect the point.
- POINT_LABEL - org.pepstock.charba.client.enums.ContextType
-
Point label context type, only for
RadialPointLabels
. - PointAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a POINT annotation which draws a point in the a chart.
- PointAnnotation() - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - PointAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - PointAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PointAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - PointAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PointElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents points on the charts.
- PointElement(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PointElement
-
Creates the item using an envelop of the native java script object which contains all properties.
- PointElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents points on the charts.
- POINTER - org.pepstock.charba.client.dom.enums.CursorType
-
he cursor is a pointer that indicates a link.
- POINTER_CANCEL - org.pepstock.charba.client.dom.enums.PointerEventType
-
A browser fires this event if it concludes the pointer will no longer be able to generate events (for example the related device is deactivated).
- POINTER_DOWN - org.pepstock.charba.client.dom.enums.PointerEventType
-
The event is fired when a pointer becomes active.
ForPointerType.MOUSE
, it is fired when the device transitions from no buttons pressed to at least one button pressed.
ForPointerType.TOUCH
, it is fired when physical contact is made with the digitizer.
ForPointerType.PEN
, it is fired when the stylus makes physical contact with the digitizer.
Note: For touchscreen browsers that allow direct manipulation, aPointerEventType.POINTER_DOWN
event triggers implicit pointer capture, which causes the target to capture all subsequent pointer events as if they were occurring over the capturing target.
Accordingly,PointerEventType.POINTER_OVER
,PointerEventType.POINTER_ENTER
,PointerEventType.POINTER_LEAVE
, andPointerEventType.POINTER_OUT
will not fire as long as this capture is set.
The capture can be released manually by calling element.releasePointerCapture on the target element, or it will be implicitly released after aPointerEventType.POINTER_UP
orPointerEventType.POINTER_CANCEL
event. - POINTER_ENTER - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a
PointerEventType.POINTER_DOWN
event from a device that does not support hover (seePointerEventType.POINTER_DOWN
).
This event type is similar toPointerEventType.POINTER_OVER
, but differs in that it does not bubble. - POINTER_LEAVE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved out of the hit test boundaries of an element.
ForPointerType.PEN
devices, this event is fired when the stylus leaves the hover range detectable by the digitizer. - POINTER_MOVE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointer changes coordinates.
- POINTER_OUT - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired for several reasons including: pointing device is moved out of the hit test boundaries of an element; firing the
PointerEventType.POINTER_UP
event for a device that does not support hover; after firing thePointerEventType.POINTER_CANCEL
event when a pen stylus leaves the hover range detectable by the digitizer. - POINTER_OVER - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved into an element's hit test boundaries.
- POINTER_UP - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointer is no longer active.
- PointerElement - Enum in org.pepstock.charba.client.impl.plugins.enums
-
The elements of the chart in scope of
ChartPointer.ID
plugin. - PointerEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativePointerEvent
. - PointerEventInit() - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an empty object
- PointerEventInit(int) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an object setting the pointer id by the passed argument.
- PointerEventInit(int, PointerType) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, setting the pointer id and the pointer type values.
- PointerEventInit(NativePointerEvent) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, cloning all source event data
- PointerEventInit(NativePointerEvent, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, cloning all source event data and new related target.
- PointerEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the pointer (mouse, touch and pen).
- PointerType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the device type (mouse, pen, or touch) that caused a given pointer event.
- PointLabelCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback function to transform data labels to point labels.
It can return aList
of strings (for multiple lines). - 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 istrue
. - POINTS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of data points.
- PointStyle - Enum in org.pepstock.charba.client.enums
-
Style of the point.
- PointStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
pointStyle
property at runtime. - PointStyleHandler - Class in org.pepstock.charba.client.options
-
Base object to to manage point style property in the options.
- PointStyleHandler(AbstractNode, IsDefaultPointStyleHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.PointStyleHandler
-
Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.
- PointStyleType - Enum in org.pepstock.charba.client.enums
-
Enumerates the type of the point style.
- POLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Poland timezone.
- POLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Poland region.
- POLAR_AREA - org.pepstock.charba.client.ChartType
-
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.
- 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.
- PolarAreaChart(Type) - Constructor for class org.pepstock.charba.client.PolarAreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - PolarAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
POLAR AREA chart GWT WIDGET 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. - PolarAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
-
Builds the object.
- PolarAreaChartWidget(PolarAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- PolarAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using a default.
- PolarAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using chart type related to the dataset.
- PolarAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- PolarAreaOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for POLAR AREA chart.
- PolarAreaOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PolarAreaOptions
-
Builds the object storing the chart instance and default values.
- POLISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Polish language.
- POLITICS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Politics" -
- POLYGON - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a POLYGON annotation which draws a polygon in the a chart.
- PolygonAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a POLYGON annotation which draws a polygon in the a chart.
- PolygonAnnotation() - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptions
instance.
The annotation id is calculated automatically. - PolygonAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - PolygonAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PolygonAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument. - PolygonAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptions
instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - POLYNOMIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify a polynomial regression,
PolynomialRegression
. - PolynomialRegression - Class in org.pepstock.charba.client.ml
-
Polynomial Regression is a regression algorithm that models the relationship between a dependent(y) and independent variable(x) as nth degree polynomial.
The Polynomial Regression equation is given below:
y = b0 + b1x1 + b2x12 + b2x13 +...... - PONCHO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Poncho" -
- PORTRAIT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Portrait" -
- PORTUGAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Portugal timezone.
- PORTUGAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Portugal region.
- PORTUGUESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Portuguese language.
- Position - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values how an element is positioned in a document.
- 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.geo.enums
-
Property to set the position of the legend on the chart area.
- Position - Enum in org.pepstock.charba.client.labels.enums
-
Enumeration of available positions to use to configure
LabelsPlugin.ID
plugin. - Position - Enum in org.pepstock.charba.client.treemap.enums
-
The position property specifies the text vertical alignment used when drawing the label.
- PositionCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
position
property at runtime. - PositionCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
position
property at runtime inLegend
item. - PositionCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChart
controller to setposition
property at runtime, using the dataset context. - 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.
- PositionPoint - Class in org.pepstock.charba.client.geo
-
This object is wrapping the native java script object to provide the position of the legend.
- PositionPoint() - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an empty object.
- PositionPoint(double) - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an object with X coordinate of the point
- PositionPoint(double, double) - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an object with X and Y coordinates of the point
- POSITIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- POSITIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- POSITIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- POSITIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- positiveOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- POUND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for pound.
- POUND_STERLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pound Sterling currency.
- POWDER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "powderBlue" -
- POWER - org.pepstock.charba.client.enums.RegressionType
-
Identify a power regression,
PowerRegression
. - PowerRegression - Class in org.pepstock.charba.client.ml
-
Power regression is a non-linear regression technique that looks like this:
y = A * xB - PRC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for PRC timezone.
- PRECEDENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Precedent6" -
- PrecisionCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
maxTicksLimit
property at runtime, forIsLinearTick
instances. - PREDAWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Predawn" -
- PREDEFINED - org.pepstock.charba.client.enums.FillingMode
-
Predefined values by
Fill
. - PREDEFINED_BOOLEAN - org.pepstock.charba.client.enums.FillingMode
-
It is never really used, because the value is boolean.
- predict(double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(double...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predict(Date) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predict(DataPoint) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(TimeSeriesItem) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predictByDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDates(Date...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDates(List<Date>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByTimeSeriesItems(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByTimeSeriesItems(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- preventDefault() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Cancels the event (if it is cancelable).
- 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()
. - Priority - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different priority to sankey node, priority used to layout calculation.
- Priority() - Constructor for class org.pepstock.charba.client.sankey.Priority
-
Creates the object with an empty native object instance.
- PROCESSING_INSTRUCTION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- PROGRESS - org.pepstock.charba.client.dom.enums.CursorType
-
The program is busy in the background, but the user can still interact with the interface (in contrast to wait).
- PROGRESS - org.pepstock.charba.client.enums.AnimationEventType
-
Triggers during animation progress.
- ProgressBarTypeBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create custom
IsProgressBarType
by a builder. - ProgressCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID
plugin that is called while the user is zooming or panning. - projection(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Coordinates) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Coordinates) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- Projection - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the possible map projections which are a way to flatten a globe's surface into a plane in order to make a map.
- ProjectionAxis - Class in org.pepstock.charba.client.geo
-
A map projection is a way to flatten a globe's surface into a plane in order to make a map.
This requires a systematic transformation of the latitudes and longitudes of locations from the surface of the globe into locations on a plane.
This is the scale which is managing the map projection. - ProjectionAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ProjectionAxis
-
Builds the object storing the chart instance.
- projectionInvert(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(CoordinatesPoint) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(CoordinatesPoint) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- properties() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
- properties() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
- properties() - Method in interface org.pepstock.charba.client.options.AnimationCollectionKey
-
Returns the animation properties related to the collection.
- PROPERTIES - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Props
(Properties) key. - PropertyHandler<D> - Class in org.pepstock.charba.client.commons
-
Base object to to manage common properties in the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them. - PropertyHandler(AbstractNode, D, NativeObject) - Constructor for class org.pepstock.charba.client.commons.PropertyHandler
-
Creates a native object where one or more properties must be managed, cross classes and package.
- PropertyKey - Interface in org.pepstock.charba.client.commons
-
Represents the key of property of a java-script object.
- PropertyOptions - Class in org.pepstock.charba.client.gradient
-
Maps all the options which can be set for each configurable property (for instance backgroundColor, borderColor and so on).
- provide(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerProvider
-
Provides a controller instance for the specific controller type.
- PRTI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Inscriptional Parthian script.
- PRUSSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Prussian language.
- PU_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puBu.
- PU_BU_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puBuGn.
- PU_BU_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn3" -
- PU_BU_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn4" -
- PU_BU_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn5" -
- PU_BU_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn6" -
- PU_BU_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn7" -
- PU_BU_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn8" -
- PU_BU_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn9" -
- PU_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu3" -
- PU_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu4" -
- PU_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu5" -
- PU_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu6" -
- PU_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu7" -
- PU_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu8" -
- PU_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu9" -
- PU_OR - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puOr.
- PU_OR10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr10" -
- PU_OR11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr11" -
- PU_OR3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr3" -
- PU_OR4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr4" -
- PU_OR5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr5" -
- PU_OR6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr6" -
- PU_OR7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr7" -
- PU_OR8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr8" -
- PU_OR9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr9" -
- PU_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puRd.
- PU_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd3" -
- PU_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd4" -
- PU_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd5" -
- PU_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd6" -
- PU_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd7" -
- PU_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd8" -
- PU_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd9" -
- PUERTO_RICO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Puerto Rico region.
- PULA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pula currency.
- PULAAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pulaar language.
- PUN_YETA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pun Yeta" -
- PURE_LUST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pure Lust" -
- PURPINK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purpink" -
- PURPLE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE" -
- PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "purple" -
- PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple" -
- PURPLE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "PURPLE" -
- PURPLE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_1" -
- PURPLE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_2" -
- PURPLE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_3" -
- PURPLE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_4" -
- PURPLE_BLISS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Bliss" -
- PURPLE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_1" -
- PURPLE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_2" -
- PURPLE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_3" -
- PURPLE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_4" -
- PURPLE_DREAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Dream" -
- PURPLE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_1" -
- PURPLE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_2" -
- PURPLE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_3" -
- PURPLE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_4" -
- PURPLE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_5" -
- PURPLE_LOVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Love" -
- PURPLE_PARADISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Paradise" -
- PURPLE_PINK_GRAY12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "PurplePinkGray12" -
- PURPLE_WHITE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple White" -
- PURPLE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Purple20" -
- PURPLEPINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purplepine" -
- PURPLES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color purples.
- PURPLES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples3" -
- PURPLES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples4" -
- PURPLES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples5" -
- PURPLES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples6" -
- PURPLES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples7" -
- PURPLES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples8" -
- PURPLES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples9" -
- PURPLIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purplin" -
- push(double...) - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Adds an array of elements to the end of an array.
- push(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Adds one element to the end of an array.
- PUSHPIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Pushpin6" -
- PUSHTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pushto language.
- putImageData(ImageData, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Paints data from the given
ImageData
object onto the canvas. - putImageData(ImageData, double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Paints data from the given
ImageData
object onto the canvas. - PX - org.pepstock.charba.client.dom.enums.Unit
-
One pixel.
Q
- QAAA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Reserved for private use (start) script.
- QABX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Reserved for private use (end) script.
- QATAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Qatar region.
- QATARI_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Qatari Rial currency.
- quadraticCurveTo(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a quadratic Bézier curve to the current sub-path.
It requires two points: the first one is a control point and the second one is the end point.
The starting point is the latest point in the current path. - QuantizeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- QUARTER - org.pepstock.charba.client.enums.TimeUnit
-
Quarter time unit
- QUECHUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Quechua language.
- QUEPAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Quepal" -
- QUETZAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Quetzal currency.
- QUEUE - org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Puts new messages in queue.
- QUEUED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is in the queue.
- QUOTABLE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Quotable6" -
R
- R - org.pepstock.charba.client.enums.AxisKind
-
This is the axis type used by radial linear axis even if it is not a cartesian axis.
- R - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for radial linear axis.
- R - org.pepstock.charba.client.enums.InteractionAxis
-
Radial directions are used in calculating distances.
- RACKER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Racker" -
- RADAR - org.pepstock.charba.client.ChartType
-
A radar chart is a way of showing multiple data points and the variation between them.
- RADAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Radar" -
- 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.
- RadarChart(Type) - Constructor for class org.pepstock.charba.client.RadarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - RadarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
RADAR chart GWT WIDGET 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. - RadarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
-
Builds the object.
- RadarChartWidget(RadarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - 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(boolean) - 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.
- RadarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using a default.
- RadarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using chart type related to the dataset.
- RadarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- RadarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for RADAR chart.
- RadarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.RadarOptions
-
Builds the object storing the chart instance and default values.
- RADIAL - org.pepstock.charba.client.colors.GradientType
-
Creates an image consisting of a progressive transition between two or more colors that radiate from an origin.
- RADIAL_LINEAR - org.pepstock.charba.client.enums.ChartAxisType
-
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.
The linear interpolation is used to determine where a value lies in relation the center of the axis. - 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.
- RadialAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.RadialAxis
-
Builds the object storing the chart instance and cartesian axis type.
- RadialLinearTick - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined radial axis as linear.
- 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. - RADIOACTIVE_HEAT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Radioactive Heat" -
- 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
- RADIUS - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to radius property to animate the element.
- RADIUS - org.pepstock.charba.client.geo.enums.Mode
-
Uses the radius as is.
- RadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
radius
property at runtime. - RAINBOW - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rainbow.
- RAINBOW - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Rainbow toast type -
- RAINBOW_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rainbow Blue" -
- RAND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rand currency.
- RangeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- RASTAFARI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rastafari" -
- RD_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdBu.
- RD_BU10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu10" -
- RD_BU11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu11" -
- RD_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu3" -
- RD_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu4" -
- RD_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu5" -
- RD_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu6" -
- RD_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu7" -
- RD_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu8" -
- RD_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu9" -
- RD_GY - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdGy.
- RD_GY10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy10" -
- RD_GY11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy11" -
- RD_GY3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy3" -
- RD_GY4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy4" -
- RD_GY5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy5" -
- RD_GY6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy6" -
- RD_GY7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy7" -
- RD_GY8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy8" -
- RD_GY9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy9" -
- RD_PU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdPu.
- RD_PU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu3" -
- RD_PU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu4" -
- RD_PU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu5" -
- RD_PU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu6" -
- RD_PU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu7" -
- RD_PU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu8" -
- RD_PU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu9" -
- RD_YL_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdYlBu.
- RD_YL_BU10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu10" -
- RD_YL_BU11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu11" -
- RD_YL_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu3" -
- RD_YL_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu4" -
- RD_YL_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu5" -
- RD_YL_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu6" -
- RD_YL_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu7" -
- RD_YL_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu8" -
- RD_YL_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu9" -
- RD_YL_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdYlGn.
- RD_YL_GN10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn10" -
- RD_YL_GN11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn11" -
- RD_YL_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn3" -
- RD_YL_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn4" -
- RD_YL_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn5" -
- RD_YL_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn6" -
- RD_YL_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn7" -
- RD_YL_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn8" -
- RD_YL_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn9" -
- REA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rea" -
- REAQUA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Reaqua" -
- REBECCA_PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "rebeccaPurple" -
- reconfigure() - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place. - reconfigure() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure() - 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 the options, mutating the options property in place. - reconfigure(TransitionKey) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigure(TransitionKey) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure(TransitionKey) - 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 the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A configuration 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. - reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure(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 the options, mutating the options property in place.
A configuration 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. - rect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a rectangle to the current path.
- RECT - org.pepstock.charba.client.enums.PointStyle
- RECT_ROT - org.pepstock.charba.client.enums.PointStyle
- RECT_ROUNDED - org.pepstock.charba.client.enums.PointStyle
- RED - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED" -
- RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "red" -
- RED - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "RED" -
- RED_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_1" -
- RED_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_2" -
- RED_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_3" -
- RED_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_4" -
- RED_BLACK_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlackWhite7" -
- RED_BLACK7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlack7" -
- RED_BLUE_BROWN12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlueBrown12" -
- RED_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlueWhite7" -
- RED_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlue7" -
- RED_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_1" -
- RED_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_2" -
- RED_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_3" -
- RED_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_4" -
- RED_GOLD21 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGold21" -
- RED_GREEN_GOLD7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreenGold7" -
- RED_GREEN_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreenWhite7" -
- RED_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreen7" -
- RED_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_1" -
- RED_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_2" -
- RED_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_3" -
- RED_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_4" -
- RED_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_5" -
- RED_MIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Mist" -
- RED_OCEAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Ocean" -
- RED_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "RedOrange6" -
- RED_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Sunset" -
- RED_VIOLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "RedViolet6" -
- RED20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Red20" -
- RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Red6" -
- REDO - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Redo the last action.
- REDS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color reds.
- REDS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds3" -
- REDS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds4" -
- REDS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds5" -
- REDS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds6" -
- REDS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds7" -
- REDS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds8" -
- REDS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds9" -
- REEF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Reef" -
- REFLECT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind Reflect java script object as object with name "Reflect".
See MDN. - RegExp - Class in org.pepstock.charba.client.utils
-
Regular expressions are patterns used to match character combinations in strings.
In JavaScript, regular expressions are also objects. - RegExp(String) - Constructor for class org.pepstock.charba.client.utils.RegExp
-
Creates a regular expression.
See MDN RegExp. - RegExp(String, String) - Constructor for class org.pepstock.charba.client.utils.RegExp
-
Creates a regular expression, using flags passed as string.
If specified, flags is a string that contains the flags to add.
Alternatively, if an object is supplied for the pattern, the flags string will replace any of that object's flags (and lastIndex will be reset to 0).
Flags may contain any combination of the following characters:
g (global match), finds all matches rather than stopping after the first match. - REGEXP_ID - Static variable in class org.pepstock.charba.client.commons.Constants
-
Regular expression to check if a string can be used as controller type or plugin ID, "^[a-zA-Z0-9_]+$"
- RegExpResult - Class in org.pepstock.charba.client.utils
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. - Region - Enum in org.pepstock.charba.client.intl
-
Enumerates the region or country identifiers which can be used to create and manage locale.
- register() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Registers the controller if it is not already registered.
- register() - Static method in class org.pepstock.charba.client.geo.BubbleMapChart
-
Registers the BUBBLEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.geo.ChoroplethChart
-
Registers the CHOROPLETH controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Registers the BUBBLEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Registers the CHOROPLETH controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Registers the GAUGE controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Registers the MATRIX controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Registers the METER controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Registers the SANKEY controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Registers the TREEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
Registers the GAUGE controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.impl.charts.MeterChart
-
Registers the METER controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.matrix.MatrixChart
-
Registers the MATRIX controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.sankey.SankeyChart
-
Registers the SANKEY controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.treemap.TreeMapChart
-
Registers the TREEMAP controller in CHART.JS.
- register(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Registers the passed axis type.
- register(AxisType, boolean) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Registers the passed axis type, with possibility to force the registration if already registered.
- register(ChartElementFactory) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Registers the factory.
- register(Plugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
- register(PluginContainer) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts, by a container
- register(SmartPlugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
- register(SmartPluginContainer) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts, by a container
- register(TooltipPositioner) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Register the tooltips positioner to CHART.JS.
- RegressionBuilder - Class in org.pepstock.charba.client.ml
-
Builds regressions instances.
- RegressionDataset - Class in org.pepstock.charba.client.ml
-
This is a
LineDataset
which is created to add the regression line, calculate by a regression, to a chart. - RegressionDatasetBuilder - Class in org.pepstock.charba.client.ml
-
Builds regressions datasets instances.
- RegressionDescriptor - Class in org.pepstock.charba.client.ml
-
It maps a regression and it can be used to clone or create new instance.
- RegressionScore - Class in org.pepstock.charba.client.ml
-
When building a regression model, you need to evaluate the goodness of the model, that is how well the model fits the training data used to build the model and how accurate is the model in predicting the outcome for new unseen test observations.
It maps the most commonly known evaluation metrics.
Metrics:
R (R), which is the proportion of variation in the outcome that is explained by the predictor variables. - RegressionType - Enum in org.pepstock.charba.client.enums
-
Enumerates the available regression types.
- RejectedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID
plugin that is called once zooming or panning is rejected. - RELATED_YEAR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the related 4-digit Gregorian year, in the event that the calendar's representation would be a yearName instead of a year, for example "2019".
- RELATIVE - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left.
The offset does not affect the position of any other elements; thus, the space given for the element in the page layout is the same as if position were static. - RELATIVE_DATASET_INDEX - org.pepstock.charba.client.enums.FillingMode
-
Links datastes by relative dataset index, as string ("-1", "-2", "+1", "+2",...)
- 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",...). - RELAXING_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Relaxing red" -
- RELAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Relay" -
- releasePointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Releases (stops) pointer capture that was previously set for a specific
NativePointerEvent
. - reload() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Reloads the current URL, like the Refresh button.
- remove() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
Removes from the underlying collection the last element returned by this iterator.
- remove() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Removes the element from the children list of its parent.
- remove(double...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
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.ArrayDoubleArrayList
-
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.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.ArrayKeyList
-
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(int) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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.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. - remove(String...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- remove(Date...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- 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(AnimationCollectionKey) - Method in class org.pepstock.charba.client.configuration.Animations
-
Removes an animation collection previously added.
- remove(AnimationCollectionKey) - Method in class org.pepstock.charba.client.options.Animations
-
Removes an animation collection previously added.
- remove(AnimationCollectionKey) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Removes an animation collection previously added.
- remove(AnimationCollectionKey) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Removes an animation collection previously added.
- remove(TransitionKey) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Removes an animation transition previously added.
- remove(TransitionKey) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Removes an animation transition previously added.
- remove(TransitionKey) - Method in class org.pepstock.charba.client.options.Transitions
-
Removes an animation transition previously added.
- removeAllChildren() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Remove all children of the node.
- removeAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Removes the annotation by the id passed as argument, if exists.
- removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Removes the annotation by the id passed as argument, if exists.
- 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 class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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. - removeChartScope(String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Called by
CallbackPropertyManager
when a chart is destroy in order to remove the scope (and then the callback if needed) from cache. - removeChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Removes a child node from the current element, which must be a child of the current node.
- removeDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Removes a data set selection handler instance.
- removeEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Removes from the event target an event listener previously registered.
The event listener to be removed is identified using a combination of the event type and the event listener function itself. - removeEventListener(IsEvent, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Removes from the event target an event listener previously registered.
The event listener to be removed is identified using a combination of the event type and the event listener function itself. - removeFromParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Removes this node from its parent node if it is attached to one.
- removeHandler() - Method in class org.pepstock.charba.client.events.HandlerRegistration
-
Deregisters the handler associated with this registration object.
- 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(EventType) - 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.
- removeLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Removes an existing label for specific id.
- removeLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Removes the label by the id passed as argument, if exists.
- removeLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Removes an existing label for specific id.
- removeLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Removes the label by the id passed as argument, if exists.
- removeLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
-
Removes a charts life cycle listener instance from collection.
- removeOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Removes the plugin options.
- removeOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the plugin options.
- removeOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Removes the plugin options.
- render() - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
Use.update()
in that case. - render() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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 - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumeration of available render to use to configure selection cleaner element.
- 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. - REPEAT - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats both directions.
- REPEAT_X - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats horizontal only.
- REPEAT_Y - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats vertical only.
- Repetition - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values how to repeat the pattern's image.
- replace(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Replaces the current resource with the one at the provided URL.
The difference from theBaseLocation.assign(String)
method is that after usingBaseLocation.replace(String)
the current page will not be saved in session History, meaning the user won't be able to use the back button to navigate to it. - REPUBLIC_OF_IRELAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Republic of Ireland region.
- REPUBLIC_OF_THE_CONGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Republic of the Congo region.
- reset() - Method in class org.pepstock.charba.client.AbstractChart
-
Reset the chart to it's state before the initial animation.
A new animation can then be triggered using update. - reset() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reset() - Method in interface org.pepstock.charba.client.IsChart
-
Reset the chart to it's state before the initial animation.
- reset(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Reset the zoom of chart when
ZoomPlugin
is activated. - reset(IsChart, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Reset the zoom of chart when
ZoomPlugin
is activated. - RESET - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation when an element is resetting.
- resetActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Resets the active (hovered) elements for the chart.
- resetActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resetActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Resets the active (hovered) elements for the chart.
- resetCallback() - Method in class org.pepstock.charba.client.configuration.Font
-
Invokes when any property of the font is being set, in order to reset the
FontCallback
if exists - resetCallback() - Method in class org.pepstock.charba.client.configuration.Padding
-
Invokes when any property of the padding is being set, in order to reset the
PaddingCallback
if exists - resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
Invokes when any property of the font is being set, in order to reset the
FontCallback
if exists - resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Invokes when any property of the padding is being set, in order to reset the
PaddingCallback
if exists - resetGradients(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Removes from cache all loaded gradients, needed during the resize of chart.
- ResetHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called during chart reset.
- resetTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Resets the active tooltip elements for the chart.
- resetTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resetTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Resets the active tooltip elements for the chart.
- resize() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resize() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to manually resize the canvas element.
- resize(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resize(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - RESIZE - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation when an element is resizing.
- ResizeHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the chart as been resized.
- ResourceLoadException - Exception in org.pepstock.charba.client.resources
-
Exception created when it's able to load CHART.JS source in deferred mode.
- ResourceName - Enum in org.pepstock.charba.client.resources
-
Enumerates the constants names to use as element id for scripts, mandatory to CHARBA to work properly.
- ResourcesType - Class in org.pepstock.charba.client.resources
-
Utility to set which kind of resources type must be use to load injectable resources.
This utility MUST be called as first statement before using Charba. - restore() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Restores the most recently saved canvas state by popping the top entry in the drawing state stack.
If there is no saved state, this method does nothing. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
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.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. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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. - retrieve(CanvasGradientItem) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Retrieves a cached pattern by a
CanvasGradientItem
instance.
If the pattern doesn't exist, returnsnull
. - retrieve(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Retrieves a cached pattern by a
CanvasPatternItem
instance.
If the pattern doesn't exist, returnsnull
. - retrieveChart(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the chart instance, contained in the context if context is consistent.
- retrieveDataset(DatasetContext) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by scriptable context, data set index and index.
- retrieveDataset(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by legend item locator, data set index and index.
- retrieveDataset(TooltipItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by tooltip item locator, data set index and index.
- retrieveFillStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a gradient object set as background color for a data set related to legend item.
- retrieveFillStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a pattern object set as background color for a data set related to legend item.
- retrieveRoot() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Called recursively till the root of nodes.
- retrieveStrokeStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a gradient object set as border color for a data set related to legend item.
- retrieveStrokeStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a pattern object set as border color for a data set related to legend item.
- RETROSPECT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Retrospect6" -
- REUNION - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Réunion region.
- ReverseCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
reverse
property ofAxis
at runtime. - REVOLUTION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Revolution6" -
- RIAL_OMANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rial Omani currency.
- RIDGE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border with an extruded appearance.
- RIEL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Riel currency.
- RIGHT - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on right of the label.
- RIGHT - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the right of the anchor point (0 degrees).
- RIGHT - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.BorderSkipped
-
The right property sets the right edge of an element to a unit to the left/right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.Position
-
The right property sets the right edge of an element to a unit to the left/right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are aligned to the right edge of the line box.
- RIGHT - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the right.
- RIGHT - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the right of the chart (vertical).
- RIGHT - org.pepstock.charba.client.geo.enums.Position
-
the right property sets the right edge of an element.
- RIGHT - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the right text alignment.
- RIGHT - org.pepstock.charba.client.matrix.enums.Anchor
-
The right property sets the data element position to right.
- RIGHT - org.pepstock.charba.client.treemap.enums.Align
-
The label is positioned to the right of the center point.
- RIGHT - org.pepstock.charba.client.utils.toast.enums.Align
-
The actions are positioned to the right of the toast.
- RIGHT_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the right chart area alignment.
- RIGHT_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From right to left (horizontal)
- RIGHT_TO_LEFT - org.pepstock.charba.client.enums.TextDirection
-
Right-to-left direction.
- RING - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a ring on the tile.
- RJNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Rejang (Redjang, Kaganga) script.
- ROBUST_POLYNOMIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify a robust polynomial regression,
RobustPolynomialRegression
. - RobustPolynomialRegression - Class in org.pepstock.charba.client.ml
-
Robust regression is a form of regression analysis designed to overcome some limitations of traditional parametric and non-parametric methods.
Regression analysis seeks to find the relationship between one or more independent variables and a dependent variable. - ROC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for roc calendar.
- ROC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for ROC timezone.
- ROHG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for rohg numbering system.
- ROHG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hanifi Rohingya script.
- ROK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for ROK timezone.
- ROMANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Romania region.
- ROMANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Romanian language.
- ROMANIAN_LEU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Romanian Leu currency.
- ROMANSH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Romansh language.
- ROMBO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rombo language.
- RORO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Rongorongo script.
- ROSE_COLORED_LENSES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rose Colored Lenses" -
- ROSE_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rose Water" -
- ROSEANNA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Roseanna" -
- ROSY_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "rosyBrown" -
- rotate(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a rotation to the transformation matrix.
- RotationCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
rotation
property at runtime. - ROUND - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are rounded.
- ROUND - org.pepstock.charba.client.enums.JoinStyle
-
Rounds off the corners of a shape by filling an additional sector of disc centered at the common end point of connected segments.
The radius for these rounded corners is equal to the line width. - ROW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
The item/row can be resized vertically.
- ROYAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal" -
- ROYAL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "royalBlue" -
- ROYAL_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal Blue" -
- ROYAL_BLUE_PLUS_PETROL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal Blue + Petrol" -
- RUFIYAA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rufiyaa currency.
- run(Runnable, ChartEnvelop<DeferredResources>) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
-
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
This is deprecated, useDeferredCharba
. - RUN_IN - org.pepstock.charba.client.dom.enums.Display
-
Run-in elements act like inlines or blocks, depending on the surrounding elements.
That is: If the run-in box contains a block box, same as block.
If a block box follows the run-in box, the run-in box becomes the first inline box of the block box.
If an inline box follows, the run-in box becomes a block box. - RUNDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rundi language.
- RUNNING - org.pepstock.charba.client.utils.CTimer.Status
-
When the timer has been started.
- RUNR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Runic script.
- RUPIAH - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rupiah currency.
- RUSSIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Russia region.
- RUSSIA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.RUSSIA
. - RUSSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Russian language.
- RUSSIAN_RUBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Russian Ruble currency.
- RWA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rwa language.
- RWANDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Rwanda region.
- RWANDA_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rwanda Franc currency.
S
- S_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom cursor
- SABAOT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sabaot language.
- SADDLE_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "saddleBrown" -
- SADDLE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Saddle6" -
- SafeHtml - Interface in org.pepstock.charba.client.dom.safehtml
-
Interface to map an HTML escaped string.
- SafeHtmlBuilder - Class in org.pepstock.charba.client.dom.safehtml
-
Utility to create and manage safe html objects setting strings, chars, numbers.
- SAGE_PERSUASION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sage Persuasion" -
- SAHO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Saho language.
- SAINT_BARTHELEMY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Barthélemy region.
- SAINT_HELENA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Helena, Ascension and Tristan da Cunha region.
- SAINT_KITTS_AND_NEVIS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Kitts and Nevis region.
- SAINT_LUCIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Lucia region.
- SAINT_PIERRE_AND_MIQUELON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Pierre and Miquelon region.
- SAINT_VINCENT_AND_THE_GRENADINES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Vincent and the Grenadines region.
- SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "salmon" -
- SAMBURU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Samburu language.
- SAMOA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Samoa region.
- SAMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Samaritan script.
- SAN_MARINO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for San Marino region.
- SAND_TO_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sand to Blue" -
- SANDY_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "sandyBrown" -
- SANGO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sango language.
- SANGU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sangu (Tanzania) language.
- SANKEY_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS SANKEY controller.
- SankeyChart - Class in org.pepstock.charba.client.sankey
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyChart() - Constructor for class org.pepstock.charba.client.sankey.SankeyChart
-
Builds the object.
- SankeyChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Builds the object.
- SankeyChartWidget(SankeyChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - SankeyDataPoint - Class in org.pepstock.charba.client.sankey
-
Maps the data passed to a sankey dataset.
- SankeyDataPoint() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with an empty native object.
- SankeyDataPoint(String, String, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(String, Key, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(Key, String, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(Key, Key, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint.SankeyDataPointFactory - Class in org.pepstock.charba.client.sankey
-
Creates
SankeyDataPoint
form aNativeObject
. - SankeyDataset - Class in org.pepstock.charba.client.sankey
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyDataset() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset
-
Creates a data set.
It uses the global options has default. - SankeyDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset
-
Creates a data set setting the defaults value.
- SankeyDataset.DataPointFactory - Class in org.pepstock.charba.client.sankey
-
Factory to create a sankey data point from a native object, used for array container lists.
- SankeyElement - Class in org.pepstock.charba.client.sankey
-
Maps the CHART.JS element used by Sankey controller.
- SankeyElementOptions - Class in org.pepstock.charba.client.sankey
-
Maps the out-of-the-box CHART.JS element options used to represents flows on the charts.
- SankeyOptions - Class in org.pepstock.charba.client.sankey
-
Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed. - SANSKRIT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sanskrit language.
- SANTALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Santali language.
- SAO_TOME_AND_PRINCIPE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for São Tomé and Príncipe region.
- SARA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sarati script.
- SARB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old South Arabian script.
- SATURATION - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma and hue of the bottom layer, while adopting the chroma of the top layer.
- SATURDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is SATURDAY.
- SAUDI_ARABIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saudi Arabia region.
- SAUDI_RIYAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Saudi Riyal currency.
- SAUR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for saur numbering system.
- SAUR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Saurashtra script.
- save() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Saves the entire state of the canvas by pushing the current state onto a stack.
- SAVON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Savon6" -
- scale(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a scaling transformation to the canvas units horizontally and/or vertically.
- Scale - Class in org.pepstock.charba.client.options
-
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear - Scale(AxisType, IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with aixs type, default provider and native object.
This is used when the default scale is read byDefaults.getScale(AxisType)
. - Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and native object.
This is used when the scale is read byScales
. - SCALE - org.pepstock.charba.client.enums.ContextType
-
Scale of chart context type.
- ScaleContext - Class in org.pepstock.charba.client.callbacks
-
The SCALE option context is used to give contextual information when resolving options.
The context object contains the following properties:
index: index of the associated data scale: scale instance which contains the element to configure tick: tick item instance which contains data to be consumed configuring the element (only for ticks) label: label item to manage by callback (only for point label context) - ScaleContext(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ScaleContext
-
Creates the object with an envelop of the native object instance to be wrapped.
- ScaleDataType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data set in the scale.
- ScaleDateAdapter - Class in org.pepstock.charba.client.configuration
-
This is abstract date adapter object element of the chart options.
- ScaleDateAdapter - Class in org.pepstock.charba.client.options
-
This is abstract date adapter object element of the chart options.
- ScaledOptions - Class in org.pepstock.charba.client.options
-
Base object which maps chart options, with scales elements to set axes configurations.
- ScaledOptions(String, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider.
- ScaledOptions(String, IsDefaultScaledOptions, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider and native object.
- ScaleId - Interface in org.pepstock.charba.client.options
-
Represents the scale id of a scale/axis 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(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using an envelop (from
callbacks
package) of native java script object which contains all properties. - ScaleLimit - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.ID
configuration in order to set minimum and maximum values of the scales for pan or zoom. - ScaleOffsetCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
offset
property at runtime, forCartesianAxis
. - ScalePositionCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
position
property at runtime, forCartesianAxis
. - ScaleRange - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.ID
configuration in order to set minimum and maximum values of the scales for pan or zoom.
The values to set to the properties depends on the type of scales are used. - ScaleRange() - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates new scale range element.
- ScaleRange(double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum value.
- ScaleRange(double, double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum and maximum values.
- 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(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.Scales
-
Builds the object storing the root options element.
- 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScalesNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- ScalesOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart with multiple scales.
- ScalesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values.
- ScalesOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values and creating a scale options if requested.
- 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. - ScaleTickItem.ScaleTickItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create time tick item by a native object.
- ScaleTitle - Class in org.pepstock.charba.client.options
-
When creating a chart, you want to tell the viewer what data they are viewing.
- ScaleTitleAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the scale title alignment.
- scaleType() - Method in enum org.pepstock.charba.client.ChartType
- scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
- scaleType() - Method in interface org.pepstock.charba.client.Type
-
Returns the scale type of the chart.
- 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. - ScaleValueItem - Class in org.pepstock.charba.client.items
-
This object is wrapping the value retrieved by the scale.
The value could be a double, string or a date. - ScaleWeightCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
weight
property at runtime, forAxis
. - SCATTER - org.pepstock.charba.client.ChartType
-
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
- 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.
- ScatterChart(Type) - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - ScatterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
SCATTER chart GWT WIDGET 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. - ScatterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the object.
- ScatterChartWidget(ScatterChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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. - ScatterDataset(boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default. - ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using chart type related to the dataset.
- ScatterDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default and chart type related to the dataset.
- ScatterOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for SCATTER chart.
- ScatterOptions(IsChart, IsDefaultScaledOptions) - 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.
- SCIENTIFIC - org.pepstock.charba.client.intl.enums.Notation
-
To return the order-of-magnitude for formatted number.
- SCOOTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Scooter" -
- score(List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from 0 with increment of 1. - score(List<Double>, double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from passed argument with increment of 1. - score(List<Double>, double, double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from passed argument with increment of passed argument. - score(List<Double>, List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByDate(List<Date>, List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByTimeSeriesItems(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- SCOTTISH_GAELIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Scottish Gaelic language.
- SCREEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The pixels are inverted, multiplied, and inverted again.
A lighter picture is the result (opposite of multiply) - Script - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the behavior and execution of <script> elements
- Script - Enum in org.pepstock.charba.client.intl
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- Scriptable<T,C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Interface to map all callback of scriptable options available for CHART.JS.
- ScriptableDoubleChecker - Enum in org.pepstock.charba.client.callbacks
-
Checker out of the box for
Scriptable
s which return aDouble
. - 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.
Must be a public interface with only 1 method. - 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.ProxyHandlerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a scriptable options implementation with a context.
- ScriptableFunctions.ProxyHandlerEvent - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.
- ScriptableFunctions.ProxyHandlerEventAndRedraw - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.
- 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.
- ScriptableIntegerChecker - Enum in org.pepstock.charba.client.callbacks
-
Checker out of the box for
Scriptable
s which return aInteger
. - ScriptableResultChecker<T extends Number> - Interface in org.pepstock.charba.client.callbacks
-
To implement to check the consistency of the result, as a number, of a
Scriptable
. - ScriptableUtil - Class in org.pepstock.charba.client.callbacks
-
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
- SCROLL_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Scroll Lock key.
- SE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom-right corner cursor
- SEA_BLIZZ - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Blizz" -
- SEA_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Blue" -
- SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "seaGreen" -
- SEA_SHELL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "seaShell" -
- SEA_WEED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Weed" -
- SEATTLE_GRAYS5 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SeattleGrays5" -
- SECOND - org.pepstock.charba.client.enums.TimeUnit
-
Second time unit
- SECOND - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the second, for example "07" or "42".
- SECOND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for second.
- SECONDARY - org.pepstock.charba.client.dom.enums.EventButton
-
Secondary button pressed, usually the right button
- Segment - Class in org.pepstock.charba.client.configuration
-
The segment configuration for
LineOptions
.
Line segment styles can be overridden by scriptable options in the segment object.
Currently all of the border* and background color options are supported.
The segment styles are resolved for each section of the line between each point.
null
fallbacks to main line styles. - Segment - Class in org.pepstock.charba.client.options
-
Contains all callbacks defined for a line segment.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration. - SEGMENT - org.pepstock.charba.client.enums.ContextType
-
Segment line context type.
- SEGMENT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for segment numbering system.
- SegmentContext - Class in org.pepstock.charba.client.callbacks
-
The callback or handler context wrapper, created and passed by
Segment
which contains the line charts references. - SegmentContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext
-
Creates the object with native object instance to be wrapped, called by
configuration
package. - SEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sel" -
- SELECT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Select
key. - SelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
-
DatasetsItemsSelector.ID
plugin configuration element in order to have in the chart a clickable element to clear the selection. - SELENIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Selenium" -
- SENA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sena language.
- SENEGAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Senegal region.
- SERBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Serbia region.
- SERBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Serbian language.
- SERBIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Serbian Dinar currency.
- SERBO_CROATIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Serbo-Croatian language.
- SERVQUICK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "ServQuick" -
- set(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- 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.items.BorderRadiusItem
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to all dimensions.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
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, E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
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, 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, 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, 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(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, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Img) - 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, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
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(String, String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a value in the map, by its key of the node.
- set(String, List<String>) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a list of labels in the map, by its key of the node.
- set(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of strings by a java script array of strings.
- set(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of
Key
values by an java script array of strings. - set(Key, String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a value in the map, by its key of the node.
- set(Key, List<String>) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a list of labels in the map, by its key of the node.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.configuration.Animations
-
Sets an animation collection instance to store in the animation options.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.options.Animations
-
Sets an animation collection instance to store in the animation options.
- set(AnimationCollectionKey, AnimationCollection) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Sets an animation collection instance to store in the animation options.
- set(AnimationCollectionKey, AnimationCollection) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets an animation collection instance to store in the animation options.
- set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Sets an animation transition instance to store in the animation options.
- set(TransitionKey, AnimationTransition) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Sets an animation transition instance to store in the animation options.
- set(TransitionKey, AnimationTransition) - Method in class org.pepstock.charba.client.options.Transitions
-
Sets an animation transition instance to store in the animation options.
- SET_SELECTION - org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Triggers after a selection on chart has been performed.
- SET1_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_3" -
- SET1_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_4" -
- SET1_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_5" -
- SET1_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_6" -
- SET1_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_7" -
- SET1_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_8" -
- SET1_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_9" -
- SET2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_3" -
- SET2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_4" -
- SET2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_5" -
- SET2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_6" -
- SET2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_7" -
- SET2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_8" -
- SET3_10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_10" -
- SET3_11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_11" -
- SET3_12 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_12" -
- SET3_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_3" -
- SET3_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_4" -
- SET3_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_5" -
- SET3_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_6" -
- SET3_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_7" -
- SET3_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_8" -
- SET3_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_9" -
- setActionBackgroundColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the background color of action.
- setActionBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the background color of action.
- setActionBorderColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border color of action.
- setActionBorderColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border color of action.
- setActionBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border radius (in pixels) of toast action.
- setActionBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border style set for the action element.
- setActionBorderWidth(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border width of action.
- setActionColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of action.
- setActionColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of action.
- setActionFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of action.
- setActionFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of action.
- setActionFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of action.
- setActionFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of action.
- setActionFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setActionFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of action.
- setActions(List<ActionItem>) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the actions to the toast.
- setActions(List<ActionItem>) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the actions to the toast.
- setActions(ActionItem...) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the actions to the toast.
- setActions(ActionItem...) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the actions to the toast.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setAdjustScaleRange(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets
true
whether the scale range should be adjusted if this annotation is out of range. - setAdjustScaleRange(AdjustScaleRangeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAdjustScaleRange(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAfterBuildTicksHook(AfterBuildTicksHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - setAfterBuildTicksHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - setAfterDataLimitsHook(AfterDataLimitsHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - setAfterDataLimitsHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - setAfterDatasetDrawHook(AfterDatasetDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsDrawHook(AfterDatasetsDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsUpdateHook(AfterDatasetsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetUpdateHook(AfterDatasetUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDestroyHook(AfterDestroyHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - setAfterDestroyHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - setAfterDrawHook(AfterDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - setAfterDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - setAfterEventHook(AfterEventHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - setAfterEventHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - setAfterInitHook(AfterInitHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - setAfterInitHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - setAfterLayoutHook(AfterLayoutHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - setAfterLayoutHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - setAfterRenderHook(AfterRenderHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - setAfterRenderHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - setAfterTooltipDrawHook(AfterTooltipDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - setAfterTooltipDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - setAfterUpdateHook(AfterUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - setAfterUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets the algorithm used by the plugin.
- setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets the algorithm used by the plugin.
- setAlign(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- setAlign(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the align callback.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the alignment of the legend.
- setAlign(ElementAlign) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the alignment of the element.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the alignment of the axis title.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the alignment of the axis title.
- setAlign(TickAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment along the axis.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the alignment of the legend on the chart area.
- setAlign(Align) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the alignment of the legend on the chart area.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner align.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner align.
- setAlign(Align) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the alignment of the toast action.
- setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets
true
to align pixel values to device pixels. - setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets
true
to align pixel values to device pixels. - setAlignToPixels(AlignToPixelsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets
true
to align pixel values to device pixels. - setAlignToPixels(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets
true
to align pixel values to device pixels. - setAnchor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor callback.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- 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.items.ArcElementOptions
-
Sets the arc angle to cover.
- setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc angle to cover.
- setAngle(AngleCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the angle callback.
- setAngle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the angle callback.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets whether to animate scaling the chart from the center.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets whether to animate scaling the chart from the center.
- setAnimated(boolean) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets if the render 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. - setAnimateRotate(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If
true
, the chart will animate in with a rotation animation. - setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true
, the chart will animate in with a rotation animation. - setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
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. - setAnimateScale(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If
true
, will animate scaling the chart from the center outwards. - setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true
, will animate scaling the chart from the center outwards. - setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If
true
, will animate scaling the chart from the center outwards. - setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Enables or disables the animation.
- setAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets a set of annotations for plugin.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label in arc.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label in arc.
- setAreaBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background color.
- setAreaBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background color.
- setAreaBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background gradient.
- setAreaBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background gradient.
- setAreaBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background color.
- setAreaBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background color.
- setAreaBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background pattern.
- setAreaBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background pattern.
- setArrayValue(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array) in the 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, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, String) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, Date) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, T) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttributes(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to watch for changes to the value of attributes on the node or nodes being monitored.
The default value is false. - setAttributes(T) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets the additional attributes.
- setAutoHide(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
Sets
true
if the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoPadding(boolean) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets
true
to apply automatic padding so visible elements are completely drawn. - setAutoPadding(boolean) - Method in class org.pepstock.charba.client.options.Layout
-
Sets
true
to apply automatic padding so visible elements are completely drawn. - setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets
true
whether the rotation of label must calculates automatically. - setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets
true
whether the rotation of label must calculates automatically. - 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.
Turn it off to show all labels no matter what - 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.
Note: Only applicable to horizontal scales. - setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
-
Sets an array of X axes.
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
- setAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Sets all axes of chart.
- setAxis(AxisKind) - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Which kind of axis this is, related to the
Dataset
. - setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.annotation.Interaction
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.items.InteractionItem
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Interaction
-
Sets which directions are used in calculating distances.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the ticks building.
- setAxisCalculateLabelRotationCallback(AxisCalculateLabelRotationCallback) - 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 in the 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(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the backdrop color callback.
- setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the backdrop color callback.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackground(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'background' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color of the scale area.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - 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.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundColor' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the background color of the scale area.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBackgroundColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient under the line.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background gradient.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background gradient.
- setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill gradient of the elements.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile.
- 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.Axis
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(IsColor) - 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.ChartBackgroundColorOptionsBuilder
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern under the line.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background pattern.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background pattern.
- setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill pattern of the elements.
- setBackgroundColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color as gradient.
- setBackgroundColor(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color as pattern.
- setBackgroundColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as gradient.
- setBackgroundColor(TooltipItem, Pattern) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as pattern
- 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.
- setBackgroundImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundImage' property in the element.
- setBackgroundSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundSize' property in the element.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - setBarPercentage(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
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.configuration.TypedDataset
-
Sets the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - setBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the width of each bar in pixels.
- setBase(double) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(BaseCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBase(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBeforeBuildTicksHook(BeforeBuildTicksHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - setBeforeBuildTicksHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - setBeforeDataLimitsHook(BeforeDataLimitsHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - setBeforeDataLimitsHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - setBeforeDatasetDrawHook(BeforeDatasetDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - setBeforeDatasetDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse
, the datasets drawing is cancelled until another 'render' is triggered. - setBeforeDatasetsDrawHook(BeforeDatasetsDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - setBeforeDatasetsDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - setBeforeDatasetsUpdateHook(BeforeDatasetsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetUpdateHook(BeforeDatasetUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered. - setBeforeDestroyHook(BeforeDestroyHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - setBeforeDestroyHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - setBeforeDrawHook(BeforeDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - setBeforeDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse
, the frame drawing is cancelled until another 'render' is triggered. - setBeforeElementsUpdateHook(BeforeElementsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - setBeforeElementsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - setBeforeEventHook(BeforeEventHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - setBeforeEventHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse
, the event will be discarded. - setBeforeInitHook(BeforeInitHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeInit' plugin.
Called before initializing 'chart'. - setBeforeInitHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeInit' plugin.
Called before initializing 'chart'. - setBeforeLayoutHook(BeforeLayoutHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - setBeforeLayoutHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered. - setBeforeRenderHook(BeforeRenderHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeRender' plugin.
Called before rendering 'chart'. - setBeforeRenderHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeRender' plugin.
Called before rendering 'chart'. - setBeforeTooltipDrawHook(BeforeTooltipDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - setBeforeTooltipDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse
, the tooltip drawing is cancelled until another 'render' is triggered. - setBeforeUpdateHook(BeforeUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - setBeforeUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse
, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
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.
- setBodyColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- 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.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'border' property in the element.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the border of the table.
- setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border align callback.
- 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.items.ArcElementOptions
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottom' property in the element.
- setBorderBottomColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomColor' property in the element.
- setBorderBottomLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomLeftRadius' property in the element.
- setBorderBottomRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomRightRadius' property in the element.
- setBorderBottomStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomStyle' property in the element.
- setBorderBottomWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomWidth' property in the element.
- setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border capstyle callback.
- setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(CapStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border capstyle callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- 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.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how the end points of every line are drawn.
- setBorderCollapse(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderCollapse' property in the element.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderColor' property in the element.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the color of the arc border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border color.
- setBorderColor(String) - 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(String) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color as string
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setBorderColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the border color of the sankey elements.
- setBorderColor(String) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the color of the bar border.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBorderColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color callback.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradient of the line.
- setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the gradient of the bar border as gradient.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the color of the arc border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color.
- 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(IsColor) - Method in class org.pepstock.charba.client.options.Grid
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the border color of the sankey elements.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the color of the bar border.
- setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color as gradient.
- setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as canvas gradient.
- setBorderColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as gradient.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
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(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.items.TooltipLabelColor
-
Sets the line dash pattern used when stroking borders, 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.
- setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash callback.
- setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the border dash callback instance.
- setBorderDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(BorderDashCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the border dash callback instance.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash offset callback.
- setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderDashOffset(BorderDashOffsetCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash offset callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImage' property in the element.
- setBorderImageWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImageWidth' property in the element.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Arc
-
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).
- 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).
- 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).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
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).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Arc
-
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).
- 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).
- setBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PieDataset
-
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).
- setBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
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).
- setBorderLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeft' property in the element.
- setBorderLeftColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftColor' property in the element.
- setBorderLeftStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftStyle' property in the element.
- setBorderLeftWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftWidth' property in the element.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the label border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the label border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border radius (in pixels) of toast action.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border radius (in pixels) of toast container.
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRadius' property in the element.
- setBorderRadius(List<ArcBorderRadius>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius objects.
- setBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border radius (in pixels).
- setBorderRadius(BorderRadiusCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border radius (in pixels).
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius callback.
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(ArcBorderRadius) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(ArcBorderRadius) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc border radius (as object).
- setBorderRadius(ArcBorderRadius...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius objects.
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the bar border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRight' property in the element.
- setBorderRightColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightColor' property in the element.
- setBorderRightStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightStyle' property in the element.
- setBorderRightWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightWidth' property in the element.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
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(boolean) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(List<BorderSkipped>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border skipped callback.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border skipped callback.
- setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderSpacing' property in the element.
- setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderStyle' property in the element.
- setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border style for the action element.
- setBorderTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTop' property in the element.
- setBorderTopColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopColor' property in the element.
- setBorderTopLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopLeftRadius' property in the element.
- setBorderTopRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopRightRadius' property in the element.
- setBorderTopStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopStyle' property in the element.
- setBorderTopWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopWidth' property in the element.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the border.
- 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.AbstractBuilder
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the width of the arc border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border width.
- 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.items.CommonElementOptions
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border width.
- 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.Grid
-
If set, used as the width of the border line.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size of the border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the width of the border in pixels of sankey elements.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the width of the border in pixels.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderWidth' property in the element.
- setBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels).
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels).
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(WidthCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the border width.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBottom(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the bottom coordinate.
- setBottom(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- 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.geo.Margin
-
Sets the margin bottom of legend.
- 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.options.AbstractPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setBottom(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding bottom in pixel.
- setBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'bottom' property in the element.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBounds(BoundsCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(Bounds) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(Bounds) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the height of colored box.
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the height of the colored box if displayColors is
true
.. - setBoxPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the padding between the color box and the text.
- setBoxPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding between the color box and the text.
- 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.configuration.Tooltips
-
Sets the width of of the colored box if displayColors is
true
.. - setBubbles(boolean) - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Sets
true
indicates whether the event bubbles up through the DOM tree or not - setBuilt(boolean) - Method in class org.pepstock.charba.client.commons.AbstractBaseBuilder
-
Sets the built status of the builder.
- setButton(EventButton) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets a
EventButton
that describes which button is pressed during events related to the press or release of a button. - setButtons(List<EventButton>) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets a list of
EventButton
that describes which buttons are pressed when the event is launched. - setButtons(EventButton...) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets an array of
EventButton
that describes which buttons are pressed when the event is launched. - setCalendar(Calendar) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the calendar to use.
- setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the user callback instance.
- setCallback(PointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the user callback to change point labels.
- 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(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the user callback instance.
- setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the user callback instance.
- setCallback(AbstractNode, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Stores the callback in the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
- setCallback(NativeObjectContainer, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Stores the callback in the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a native callback function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a native callback function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a callback proxy function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a callback proxy function to a element node instance.
- setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets the function
callback
implemented in the additional java script source. - setCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a native callback function to a model at the specific key.
- setCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for callbacks) to a model at the specific key.
- setCancelable(boolean) - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Sets
true
indicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - setCanvasObjectHandling(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Sets
true
if the plugin to manage canvas object (gradients and patterns) have to be forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color. - setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets
true
to keep Bézier control inside the chart,false
for no restriction. - setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets
true
to keep Bézier 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 of the tooltip arrow, in pixels.
- 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.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCellPadding(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- setCellSpacing(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical separation between cells.
- setCentered(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets
true
if point labels are centered. - setCentered(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets
true
if point labels are centered. - setCenterPoint(double, double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the center point of the element.
- setCenterPoint(IsPoint) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the center point of the element.
- setChanged(boolean) - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Set to
true
if the plugin needs a render. - setChangedTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets a list of objects for every point of contact which contributed to the event.
- setChangedTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact which contributed to the event.
- setCharacterData(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the specified target node or subtree for changes to the character data contained within the node or nodes.
No default value. - setCharacterDataOldValue(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to record the previous value of a node's text whenever the text changes on nodes being monitored.
No default value. - setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Sets the CHARBA id when new chart instance is created.
- setCharset(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the character encoding of an external script.
- setChartOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the chart options as underlying configuration options, after the first draw of the chart.
Leveraging on proxy, this is mandatory and enables the possibility to use only the configuration options to update the chart options at runtime. - setChildList(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the target node (and, if subtree is true, its descendants) for the addition of new child nodes or removal of existing child nodes.
The default is false. - setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- setCircular(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, grid are circular (on radar chart only). - setCircular(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets
true
if the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
true
if the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets
true
if the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets
true
if the arc is curved. - setCircular(CircularCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
true
if the arc is curved - setCircular(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
true
if the arc is curved - 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.data.PieDataset
-
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.AbstractBuilder
-
Sets
true
to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets
true
to enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - setClamp(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clamp callback.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
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.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the CLICK event hander.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the CLICK event hander.
- setClientX(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the horizontal position of the mouse event on the client window of user's screen; setting this value doesn't move the mouse pointer.
- setClientX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- setClientY(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the vertical position of the mouse event on the client window of the user's screen; setting this value doesn't move the mouse pointer.
- setClientY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- setClip(boolean) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets how to clip relative to the chart area.
Iffalse
allows overflow, otherwisetrue
clips that many pixels inside the chart area. - setClip(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area.
Iffalse
allows overflow, otherwisetrue
clips that many pixels inside the chart area. - setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
When the clip option is
true
, the part of the label which is outside the chart area will be masked. - setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is
true
, the part of the label which is outside the chart area will be masked. - setClip(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
Iffalse
allows overflow, otherwisetrue
clips that many pixels inside the chart area. - setClip(double) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - setClip(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping. - setClip(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setClip(Clip) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area, by an object which configures clipping per side.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - setClip(Clip) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping. - setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clip callback.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setCloseHandler(CloseHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the CLOSE hander.
- setCloseHandler(CloseHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the CLOSE hander.
- setCode(String) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a string that sets the value of
NativeKeyboardEvent
code, represents a physical key on the keyboard (as opposed to the character generated by pressing the key). - setColor(double, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(double, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(String) - 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.RadialPointLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'color' property in the element.
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
- setColor(String) - 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.plugins.CrosshairLabel
-
Sets the crosshair label font color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the crosshair label font color.
- setColor(String) - 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(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label font color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as string.
- setColor(String) - Method in class org.pepstock.charba.client.options.AbstractTitle
- setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(String) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the font color.
- setColor(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.
- setColor(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font color of the sankey elements.
- setColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(String, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(String, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(Date, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(Date, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the color callback.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color callback.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(ColorCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(IsColor) - 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(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the color of threshold.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Set the crosshair label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Set the crosshair label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
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.impl.plugins.SelectionCleaner
-
Set the selection cleaner label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(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.
- setColor(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font color of the sankey elements.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColorFrom(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback.
- setColorFrom(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback.
- setColorFrom(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements.
- setColorMode(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode callback.
- setColorMode(ColorModeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode callback.
- setColorMode(ColorMode) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode between sankey elements.
- setColorMode(ColorMode) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the color mode between sankey elements.
- setColors(String...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(List<IsColor>) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the list of colors.
- setColors(List<IsColor>) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(IsColor...) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets an array of colors to the gradient.
- setColors(IsColor...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColorTo(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements.
- setColorTo(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements.
- setColorTo(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback.
- setColorTo(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback.
- setColorTo(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements.
- setColorTo(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements.
- setColSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- setColumn(Column) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for assigning the start or ending position to the sankey elements.
- setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Set the compact display when
Notation.COMPACT
is set. - setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Set the compact display when
Notation.COMPACT
is set. - setCompactDisplay(CompactDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Set the compact display when
Notation.COMPACT
is set. - setCompletedCallback(CompletedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is completed.
- setConfigureHook(ConfigureHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before initializing configuration of 'chart'.
- setContent(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the value of meta-data property..
- setContent(String) - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Sets the content of the label.
- setContent(MeterContentCallback) - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Sets the callback to customize the description label string in the chart.
- setContent(T) - Method in class org.pepstock.charba.client.commons.BaseEnvelop
-
Stores the content of envelop.
- 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.
- setCornerRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCount(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation. - setCount(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation. - setCount(CountCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCount(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment perpendicular to the axis.
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the cubic interpolation mode callback.
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the cubic interpolation mode callback.
- setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- 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(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:
- setCurrency(Currency) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrencySign(CurrencySign) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCursorPointer(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Sets the cursor type when the cursor is over the dataset item.
- setCursorType(CursorType) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'cursor' property in the element.
- setCutout(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
AsDouble
, it is considered to be pixels. - setCutout(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setCutout(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
AsDouble
, it is considered to be pixels. - setCutoutPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
AsString
and ending with '%', percentage of the chart radius. - setCutoutPercentage(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setCutoutPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
AsString
and ending with '%', percentage of the chart radius. - setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis. - setData(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(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- setData(double...) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- setData(String) - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Sets the textual data contained in this object.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- setData(List<Double>) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
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.
- setData(List<Double>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart by the
data
property in the native object. - 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(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.
- setDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setDataPoints(List<MatrixDataPoint>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDataPoints(List<SankeyDataPoint>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- 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(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(DataPoint...) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setDataPoints(MatrixDataPoint...) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDataPoints(SankeyDataPoint...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data set.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart.
- setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
-
Sets a set of data sets for chart.
- setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for a given data set.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate data set. - setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setDatasetVisibility(int, boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset. - 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(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- 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(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- setDate(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setDateStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the date formatting style to use when calling
AbstractFormat.format(java.lang.Object)
.
dateStyle can be used with timeStyle, but not with other options (e.g. - setDay(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Day.
- setDayPeriod(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the way day periods should be expressed.
- setDefault(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets the current value of the default locale for this instance.
- setDelay(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations.
- setDelay(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations.
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the delay before starting the animations.
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(DelayCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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, otherwisefalse
. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets
true
if the chart is configured to be destroyed on the detach from DIV element, otherwisefalse
. - 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.
- setDirection(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'direction' property in the element.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets
true
whether the annotation should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets
true
whether the arrow head should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets
true
whether the label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets
true
whether the annotation arrow head should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets
true
whether the label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets
true
whether the annotation should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
If set to false the axis is hidden from view.
OverridesGrid.setDisplay(boolean)
,ScaleTitle.setDisplay(boolean)
, andTick.setDisplay(boolean)
. - setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid 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.LegendTitle
-
Sets
true
if the title 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.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets
true
if label will be applied in the chart, otherwisefalse
. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets
true
if label will be applied in the chart, otherwisefalse
. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
true
if clear of selection label will be applied in the chart, otherwisefalse
. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets
true
if clear of selection label will be applied in the chart, otherwisefalse
. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, shows the axis. - 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.Grid
-
If
false
, do not display grid for this axis. - setDisplay(boolean) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets
true
if the element is shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.LegendTitle
-
Sets
true
if the title 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.ScaleTitle
-
If
true
, display the axis title. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true
, show tick marks. - setDisplay(DisplayCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets if the axis will be shown.
- setDisplay(DisplayCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the display callback.
- setDisplay(DisplayCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether the arrow head should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set whether the label should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets if the axis will be shown.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether the arrow head should be displayed.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set whether the label should be displayed.
- setDisplay(Display) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
- 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).
WhenDisplay.AUTO
, the axis is visible only if at least one associated data set is visible. - setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.options.AbstractScale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false). - 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. - 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 in the 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 in the strings for the axis tick marks.
- setDrawActiveElementsOnTop(boolean) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(boolean) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw border at the edge between the axis and the chart area.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
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, otherwisefalse
. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets
true
if the chart is configured to be draw on the attach of DIV element, otherwisefalse
. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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, otherwisefalse
. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets
true
if the chart is configured to be draw on the attach of DIV element, otherwisefalse
. - setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, draw lines on the chart area inside the axis lines. - setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, draw lines beside the ticks in the axis area beside the chart. - setDrawTime(DrawTimeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.options.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDuration(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the time for the animation of the redraw in milliseconds.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(DurationCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(EasingCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(Easing) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the animation easing function.
- setElement(Key, BaseHtmlElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- setElementAndAddToParent(Key, BaseHtmlElement) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- setElements(Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the chart elements in scope to
ChartPointer.ID
plugin. - setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the chart elements in scope to
ChartPointer.ID
plugin. - setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Sets the chart elements in scope to
ChartPointer.ID
plugin. - setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets an empty configuration for the plugin.
The plugin will use the default configuration - setEmptyOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets an empty configuration for the plugin.
The plugin will use the default configuration - setEmptyValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (an empty JavaScript Object) in the embedded JavaScript object at specific property.
- setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
If
true
, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(EnableBorderRadiusCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the enable border radius callback.
- setEnableBorderRadius(EnableBorderRadiusCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the enable border radius callback.
- setEnableBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the enable border radius callback.
- setEnableBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the enable border radius callback.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets
true
if decimation are enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Major
-
If
true
, major tick options are used to show major ticks. - setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if tooltips are enabled.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets
true
if plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets
true
if plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets
true
if plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
true
if plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets
true
if decimation are enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Major
-
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. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets
true
to enable element for drag zooming. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets
true
to enable pan element. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pinch
-
Sets
true
to enable element for pinch zooming. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets
true
to enable element for wheel zooming. - setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a plugin must be enabled or not.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(ConfigurationEnvelop<DefaultPluginId>, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a default CHART.JS plugin must be enabled or not.
Callable only for chart configuration scope (no global or other). - setEnabled(DefaultPluginId, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a default plugin must be enabled or not.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.configuration.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.options.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(AnimationCollectionKey, boolean) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(AnimationCollectionKey, boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Enables or disables an animation collection instance in the animation options.
- 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
- setEndValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEndValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
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.
- setEra(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Era.
- setEvent(AbstractNode, Key, ConfigurationEnvelop<CallbackProxy.Proxy>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to animation element instance.
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- setEvents(Set<IsEvent>) - Method in interface org.pepstock.charba.client.options.HasEvents
-
Sets the browser events that the legend should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the browser events that the chart should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the browser events that the legend should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the browser events that the tooltip should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- setEvents(IsEvent...) - Method in interface org.pepstock.charba.client.options.HasEvents
-
Sets the browser events that the chart should listen to.
- setEventToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for events) to a model at the specific key.
- setExternalCallback(TooltipExternalCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user external callback instance.
- setFamily(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractFont
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setFamily(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font family, follows CSS font-family options.
- setFeature(Feature) - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Sets the feature object to identify the region.
- setFill(boolean) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets
true
whether the arrow head must be closed and filled. - setFill(boolean) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets
true
whether the arrow head must be closed and filled. - setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in interface org.pepstock.charba.client.options.HasFill
-
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 data set index.
- setFill(int) - Method in interface org.pepstock.charba.client.options.HasFill
-
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 data set index.
- setFill(String) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether
true
whether the arrow head must be closed and filled. - setFill(FillCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the fill callback.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether
true
whether the arrow head must be closed and filled. - setFill(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(IsFill) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(IsFill) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line.
- setFillColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for gradient style inside shapes.
- setFillPattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for pattern style inside shapes.
- setFillStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as gradient.
- setFillStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as pattern.
- setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user filter callback instance.
- setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user filter callback instance.
- setFloatingData(double[][]) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of arrays of doubles.
- setFloatingData(List<FloatingData>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFloatingData(FloatingData...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFlow(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets flow value.
- setFont(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'font' property in the element.
- setFont(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier. - setFont(FontCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font callback.
- setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the font callback.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color callback.
- setFont(FontCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font callback.
- setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label font color.
- setFontColor(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the font color of the legend.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Set the selection cleaner label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the font color of the legend.
- setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font family, follows CSS font-family label.
- setFontFamily(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontFamily' property in the element.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font family, follows CSS font-family in selection cleaner.
- setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font family
- setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFonts(List<IsDefaultFont>) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content. - setFonts(IsDefaultFont...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content. - setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
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.LabelBuilder
-
Sets the font size.
- setFontSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSize' property in the element.
- setFontSizeAdjust(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSizeAdjust' property in the element.
- setFontStretch(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStretch' property in the element.
- setFontStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStyle' property in the element.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font style, follows CSS font-style label (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.LabelBuilder
-
Sets the font style.
- setFontVariant(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontVariant' property in the element.
- setFontWeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontWeight' property in the element.
- setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font weight, follows CSS font-style-weight label.
- 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.
- setFooterColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- 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.
- setForce(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- setFormatCallback(MeterFormatCallback) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets the callback to customize the value string in the chart.
- setFormatMatcher(FormatMatcher) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the format matching algorithm to use.
- setFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the callback which can be implemented to change the text of label.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the formatter callback.
- setFrom(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setFrom(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as number.
- setFrom(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color string.
- setFrom(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets from value as string.
- setFrom(FromCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFrom(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFrom(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color.
- setFrom(Key) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets from value as key.
- setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets
true
if marks that this box should take the full width/height of the canvas (moving other boxes). - setFullSize(boolean) - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGrace(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGrace(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGrace(GraceCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- setGrace(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- setGraceAsPercentage(double) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGraceAsPercentage(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGraticuleBorderColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border color.
- setGraticuleBorderColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border color.
- setGraticuleBorderWidth(int) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border width.
- setGrouped(boolean) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When
true
, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse
, each bar is placed on its actual index-axis value. - setGroups(String...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setGroups(Set<Key>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setGroups(Key...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setHeight(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the height of element in pixel.
- setHeight(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- setHeight(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height of matrix element in pixels.
- setHeight(double) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the height of matrix element in pixels.
- setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used. - setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the height of axis in pixel.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'height' property in the element.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the length of pixel of the hinted height of the cell.
- setHeight(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height callback to set the height of matrix element in pixels.
- setHeight(SizeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height callback to set the height of matrix element in pixels.
- setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if the data set will appear or not.
- setHidden(boolean) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets
true
if the dataset will be created in hidden status. - setHideProgressBar(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets
true
whether to hide the progress bar. - setHideShadow(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets
true
whether to hide the shadow of toast. - 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.items.PointElementOptions
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- 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.
- 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(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hit radius callback.
- setHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hit radius callback.
- setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHour(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Hour.
- setHour12(boolean) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets whether to use 12-hour time (as opposed to 24-hour time).
- setHourCycle(HourCycle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the hour cycle to use.
TheDateTimeFormatOptions.setHour12(boolean)
option takes precedence in case both options have been specified. - setHours(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill color of the arcs when hovered as string.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill gradient of the arcs in the data set when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill color of the arcs when hovered.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill pattern of the arcs in the data set when hovered.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn, when element is hovered.
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke gradient of the arcs in the data set when hovered as gradient.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderDash(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, when element is hovered.
- setHoverBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset, when element is hovered.
- setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the hover border join style callback.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the hover border join style callback.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Arc
-
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).
- setHoverBorderJoinStyle(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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Arc
-
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), when hovered.
- setHoverBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PieDataset
-
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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
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), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the border width of point when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width when hovered.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels), when hovered.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels), when hovered.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border width (in pixels), when hovered.
- setHoverBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels), when dataset if hovered.
- setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback, when hovered.
- setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is hovered.
- setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback, when hovered.
- setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is 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.items.PointElementOptions
-
Sets the radius of the point when hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.options.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(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hover radius callback.
- setHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hover radius callback.
- setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHtmlText(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets
true
if the text of legend's titleis HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - setHtmlText(boolean) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets
true
if the text of legend item is HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - setHttpEquiv(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of an HTTP response header to define for a document.
- setIcon(Img) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the icon image set for toast.
- setId(int) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets a unique identifier for the pointer causing the event.
- setId(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the unique id of the element.
- setIdentifier(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - setIgnoreFunctionContext(boolean) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets
true
if the functional context must be ignored as argument to pass to callback. - setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner image.
- setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner image.
- setImages(Img...) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the images when
Render
isRender.IMAGE
. - setImages(Img...) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the images when
Render
isRender.IMAGE
. - setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true
, the defined min and maximum values should be presented as ticks even if they are not "nice" - setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.configuration.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.items.InteractionItem
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.options.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data element.
- setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart (for POLAR and PIE charts).
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Sets the base axis for the dataset.
UseIndexAxis.Y
for horizontal bar. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.HorizontalBarOptions
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Sets the base axis for the dataset.
UseIndexAxis.Y
for vertical line. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.VerticalLineOptions
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base axis for the data set.
UseIndexAxis.Y
for horizontal bar. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.HorizontalBarDataset
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the base axis for the data set.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.VerticalLineDataset
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.options.Options
-
Sets the base axis for the dataset.
- setIndicatorWidth(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how many pixels should be used for the color bar.
- setIndicatorWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how many pixels should be used for the color bar.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(InflateAmountCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the inflate amount callback.
- setInflateAmount(InflateAmountCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the inflate amount callback.
- setInflateAmount(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the inflate amount callback.
- setInflateAmount(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the inflate amount callback.
- setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the inner radius of arc.
- setInnerEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-end corner of the arc, in pixel.
- setInnerHTML(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the markup of the element's content..
- setInnerStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-start corner of the arc, in pixel.
- setInnerText(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard. - setInstallHook(InstallHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - setInstallHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - setInternalCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a native callback function to a model at the specific key.
- setInternalCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a proxy function to a model at the specific key.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.annotation.Interaction
-
if
true
, the only applies when the mouse position intersects an annotation. - 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.Interaction
-
if true, the 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.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.items.InteractionItem
-
if
true
, the mode only applies when the mouse position intersects an item on the chart. - setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.configuration.Time
-
Sets the ISO day of the week.
- setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.options.Time
-
Sets the ISO day of the week.
- setItemSortCallback(LegendItemSortCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user item sort callback instance.
- setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user item sort callback instance.
- setKey(String) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a string that sets the value of
NativeKeyboardEvent
key, the value of the key pressed by the user - setKey(String) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setKey(Key) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the label for the data set which appears in the legend and tooltips.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label.
- setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user label callback.
- setLabelColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of label.
- setLabelColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of label.
- setLabelFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of label.
- setLabelFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of label.
- setLabelFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of label.
- setLabelFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of label.
- setLabelFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setLabelFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of label.
- 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.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(String...) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(String...) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the labels of the data.
- setLabels(Labels) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for labeling the sankey elements.
- setLabelsBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the background color.
- setLabelsBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the background color.
- setLabelsBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setLabelsBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setLabelsBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the label border radius (in pixels).
- setLabelsBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user callback instance to generate labels.
- setLabelsColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the crosshair label font color.
- setLabelsColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setLabelsDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels,
true
if label will be applied in the chart, otherwisefalse
. - setLabelsPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the padding of crosshair label.
- setLatitude(double) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Sets the latitude of the data.
- setLatitude(double) - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Sets the latitude stored in the object.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
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(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the left coordinate.
- setLeft(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- 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.geo.Margin
-
Sets the margin left of legend.
- 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.options.AbstractPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setLeft(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding left in pixel.
- setLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'left' property in the element.
- setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
- setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
- setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend's title, as HTML.
- setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the callback which can be implemented to change the text of legend's title, as HTML.
- setLength(int) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the amount of pixels of the length of the arrow head.
- setLength(int) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets the amount of pixels of the length of the arrow head.
- setLength(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the length of the legend.
- setLength(LengthCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the length of the arrow head.
- setLength(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the length of the arrow head.
- setLength(LengthCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the length of the legend.
- setLineCap(CapStyle) - 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.dom.elements.Context2dItem
-
Sets 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.
- setLineCapStyle(CapStyle) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets how the end points of every line are drawn.
- setLineColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the color of the line.
- setLineColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the color of the line.
- setLineColor(String) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the divider color of the rectangle.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the color of the line.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the color of the line.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the divider color of the rectangle.
- setLineDash(int...) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern. - setLineDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
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.
- setLineDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
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.
- setLineDash(int...) - Method in class org.pepstock.charba.client.treemap.Dividers
-
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.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses a list of values that specify alternating lengths of lines and gaps which describe the pattern. - 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(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash offset, or "phase.".
Specifies where to start a dash array on a line. - setLineDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the line dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the line dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the line dash pattern offset of the divider.
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the line height.
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractFont
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(double) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'lineHeight' property in the element.
- setLineHeight(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractFont
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineJoin(JoinStyle) - 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.dom.elements.Context2dItem
-
Sets the type of corners where two lines 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. - setLineWidth(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the thickness of 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.impl.plugins.CrosshairOptions
-
Sets the width of the line.
- setLineWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the width of the line.
- 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.treemap.Dividers
-
Sets the width of the divider line in pixels.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the stroke widths of grid.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the stroke widths of grid.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Adds a event handler instance as listener for all events.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Adds a event handler instance as listener for all events.
- setLoadData(boolean) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets
true
if the samples will be loaded as dataset data. - setLocale(CLocale) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocale(CLocale) - Method in class org.pepstock.charba.client.options.Options
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the locale matching algorithm to use.
- setLocation(KeyboardLocation) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets the location of the key on the keyboard or other input device.
- setLongitude(double) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Sets the longitude of the data.
- setLongitude(double) - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Sets the longitude stored in the object.
- setLoop(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to
true
, loops the animations endlessly. - setLoop(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If set to
true
, loops the animations endlessly. - setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to
true
, loops the animations endlessly. - setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If set to
true
, loops the animations endlessly. - setLoop(LoopCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(LoopCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- 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.annotation.Callout
-
Sets the amount of pixels between the label and the callout separator.
- setMargin(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the amount of pixels between the label and the callout separator.
- setMargin(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the margin from canvas border.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the margin from canvas border.
- setMargin(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'margin' property in the element.
- setMargin(MarginCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the amount of pixels between the label and the callout separator.
- setMargin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the amount of pixels between the label and the callout separator.
- setMargin(MarginCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMargin(Margin) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMarginBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginBottom' property in the element.
- setMarginLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginLeft' property in the element.
- setMarginRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginRight' property in the element.
- setMarginTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginTop' property in the element.
- setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - 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.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the maximum value of range.
- setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item to display.
- setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data maximum.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this.
- setMaxBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxHeight(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max height of the axis in pixel
- setMaxHeight(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaxHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxHeight' property in the element.
- setMaxHistoryItems(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the maximum amount of toast items you want to maintain in the history.
- setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the maximum amount of columns of legend.
- setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the maximum amount of columns of legend.
- setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaximumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaxIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item at passed index to display.
- setMaxIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the maximum item at passed index to display.
- setMaxOpenItems(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the maximum amount of open toast items you want to maintain on DOM.
Maximum value is 100. - setMaxOpenItemsPolicy(MaximumOpenItemsPolicy) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the policy to apply when the maximum amount of open items is reached.
- setMaxRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
Note: Only applicable to horizontal scales. - setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maximum number of ticks and grid to show.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum number of ticks and grid to show.
- setMaxTicksLimit(MaxTicksLimitCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum width of the legend, in pixels.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max width of axis in pixel.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum width of the legend, in pixels.
- setMaxWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxWidth' property in the element.
- setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - 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.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the minimum value of range.
- setMin(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item to display.
- setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data minimum.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Set this to ensure that bars have a minimum length in pixels.
- setMinBarLength(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Set this to ensure that bars have a minimum length in pixels.
- setMinHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minHeight' property in the element.
- setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumIntegerDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item at passed index to display.
- setMinIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the minimum item at passed index to display.
- setMinRange(double) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets the minimum allowed range.
This defines the max zoom level. - setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the minimum rotation for tick labels.
Note: Only applicable to horizontal scales. - 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
-
Sets the minimum display format to be used for a time unit.
- setMinute(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Minute.
- setMinutes(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setMinWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minWidth' property in the element.
- 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.
Note: Only applicable to vertical scales. - setMiterLimit(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the miter limit ratio.
- setMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setMode(InteractionAxis) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the interaction axis mode.
- setMode(InteractionAxis) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the interaction axis mode.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.annotation.Interaction
-
Sets which the mode to engaged annotations on events.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which elements appear in the chart, hovering the chart.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which elements appear in the interaction.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.items.InteractionItem
-
Sets which elements appear in the interaction.
- setMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setMode(Mode) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the modifier key to activate the crosshair.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the modifier key to activate the crosshair.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the modifier key to activate selection.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the modifier key to activate selection.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the modifier key to close the toast by clicking on it.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the modifier key to activate drag-to-zoom.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the modifier key to activate panning.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the modifier key to activate zooming by wheeling.
- setMonth(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setMonth(MixedItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Month.
- 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(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.
- 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(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.
- setMustKeepDefaultsAligned(boolean) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets
true
if the default locale must kept aligned with theOptions.setLocale(CLocale)
. - setName(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of a meta-data property to define for a document.
- setNewIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNewIncrementalId(String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNodeValue(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the value of the current node.
- setNodeWidth(int) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the width of sankey elements.
- setNormalized(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if you provide data with indices that are unique, sorted, and consistent across data sets and provide the normalized:
true
option to let CHARBA know that you have done so. - setNotation(Notation) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting that should be displayed for the number.
- setNotation(Notation) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting that should be displayed for the number.
- setNotation(Notation) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting that should be displayed for the number.
- setNoWrap(boolean) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- setNumberFormat(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Sets the number formatting options.
- setNumberFormat(NumberFormatCallback) - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Sets the number formatting options.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the chart area.
This is set totrue
in the bar chart by default. - setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default. - setOffset(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, extra space is added to the both edges and the axis is scaled to fit in the chart area. - setOffset(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true
, grid will be shifted to be between labels.
This is set totrue
in the bar chart by default. - setOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels).
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc offset (in pixels).
- setOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels).
- setOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels).
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback.
- setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the offset callback.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(ScaleOffsetCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- setOffsetAfterAutoskip(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If
true
, bar chart offsets are computed with auto skipped ticks.. - setOffsetAfterAutoskip(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true
, bar chart offsets are computed with auto skipped ticks.. - setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Sets
true
if there is only a Y axis, otherwisefalse
. - setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity.
- setOpacity(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'opacity' property in the element.
- setOpacity(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity callback.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpenHandler(OpenHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the OPEN hander.
- setOpenHandler(OpenHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the OPEN hander.
- setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed. - setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin data set configuration.
If data set configuration options isnull
, the configuration of plugin will be removed. - setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
If passed options isnull
, the configuration of plugin will be removed. - setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of chart by the
options
property in the native object. - setOptions(T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
- setOptions(T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin options.
- setOptions(T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
- setOriginalMax(boolean) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets
true
to use whatever maximum limit the scale had when the chart was first displayed. - setOriginalMin(boolean) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets
true
to use whatever minimum limit the scale had when the chart was first displayed. - setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the outer radius if an arc.
- setOuterEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-end corner of the arc, in pixel.
- setOuterStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-start corner of the arc, in pixel.
- setOutlineBackgroundColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline background color.
- setOutlineBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline background color.
- setOutlineBorderColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border color.
- setOutlineBorderColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border color.
- setOutlineBorderWidth(int) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border width.
- setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the padding when position is
Position.OUTSIDE
. - setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the padding when position is
Position.OUTSIDE
. - setOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'overflow' property in the element.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label even it's overlap.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label even it's overlap.
- setOverScaleMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- setOverScaleMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- setOverScaleMode(Mode) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
If under mouse hasn't scale, then return all other scales which 'mode' is different with overScaleMode.
So 'overScaleMode' works as a limiter to scale the user-selected scale (in 'mode') only when the cursor is under the scale, and other directions in 'mode' works as before. - setPadding(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding between the top of the node and the first label to draw, when multiple lines for labels are set, in pixels.
- 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.RadialPointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding size to all dimensions.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the padding of crosshair label.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the padding of crosshair label.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the padding of selection cleaner element.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the padding of selection cleaner 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.PointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction. - setPadding(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'padding' property in the element.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding callback.
- setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding callback.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(PaddingCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(SimplePaddingCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding callback.
- setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding callback.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding bottom in pixel.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding bottom in pixel
- setPaddingBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingBottom' property in the element.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding left in pixel.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding left in pixel
- setPaddingLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingLeft' property in the element.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding right in pixel.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding right in pixel
- setPaddingRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingRight' property in the element.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding top in pixel.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding top in pixel
- setPaddingTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingTop' property in the element.
- setPageX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- setPageY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- 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 LUXON 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 LUXON to parse the date.
- setParsing(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to parse the data set.
The parsing can be disabled by specifying parsing:false
at chart options or data set.
If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally. - setParsing(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to parse the data set.
This is ignored because it must alwasy set totrue
. - setPercentage(boolean) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets
true
if the value will be rendered as percentage. - setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets
true
if percentage threshold is used, otherwisefalse
. - setPlugins(ArrayObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the inline plugins of chart by the
plugins
property in the native object. - setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradients for points.
- setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border gradient for points.
- setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the point border in pixels.
- setPointBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
It is used to designate a specific element as the capture target of future pointer events.
Subsequent events for the pointer will be targeted at the capture element until capture is released (viaBaseElement.releasePointerCapture(int)
or thePointerEventType.POINTER_UP
event is fired). - setPointerType(PointerType) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the device type that caused the event (mouse, pen, touch, etc.).
- 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(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color when hovered.
- setPointHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background gradient when hovered.
- setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color when hovered.
- setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border gradient when hovered.
- setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width of point when hovered.
- setPointHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverBorderWidth(WidthCallback<DatasetContext>) - 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(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointHoverRadius(RadiusCallback<DatasetContext>) - 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.
If set to 0, the point is not rendered. - setPointRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRadius(RadiusCallback<DatasetContext>) - 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(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset, as canvas.
Only applies ifLegendLabels.setUsePointStyle(boolean)
is set totrue
. - setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style (as canvas) of the legend box (only used if usePointStyle is true)
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point as canvas.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset, as image.
Only applies ifLegendLabels.setUsePointStyle(boolean)
is set totrue
. - setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend as image.
- setPointStyle(Img) - 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(Img) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point as image.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the point style as shape of the tile.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset.
Only applies ifLegendLabels.setUsePointStyle(boolean)
is set totrue
. - setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point.
- setPointStyleWidth(double) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if
usePointStyle
is true, the width of the point style used for the legend (only forPointStyle.CIRCLE
,PointStyle.RECT
andPointStyle.LINE
). - setPointStyleWidth(double) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if
usePointStyle
is true, the width of the point style used for the legend (only forPointStyle.CIRCLE
,PointStyle.RECT
andPointStyle.LINE
). - setPosition(CalloutPositionCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the position of callout, with respect to the label.
- setPosition(LabelAlignPositionCallback) - Method in class org.pepstock.charba.client.annotation.BoxLabel
-
Sets the callback to set the anchor position of label on box.
- setPosition(LabelAlignPositionCallback) - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Sets the callback to set the anchor position of label on box.
- setPosition(LabelPositionCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(CalloutPosition) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the position of callout, with respect to the label.
- setPosition(CalloutPosition) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the position of callout, with respect to the label.
- setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the anchor position of label on line.
- setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the anchor position of label on line.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BoxLabel
-
Sets the callback to set the anchor position of label on box.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the position of callout, with respect to the label.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Sets the callback to set the anchor position of label on box.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the axis position on the chart.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the position callback.
- setPosition(ScalePositionCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the axis position on the chart.
- setPosition(Position) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'position' property in the element.
- setPosition(AxisPosition) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - setPosition(AxisPosition) - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the mode for positioning the tooltip.
- 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.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the position of axis
- setPosition(Position) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the position of element.
- setPosition(PositionCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(Position) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(PositionPoint) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.Label
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
+ Sets the position to draw label.
- setPosition(PositionCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the position callback.
- setPosition(Position) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the text vertical alignment used when drawing the label.
- setPositionAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- setPositionAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- setPrecision(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
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.impl.charts.ValueLabel
-
Sets the decimal places to apply to render the value.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
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.
- setPrecision(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPrecision(PrecisionCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPressure(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- setPrimary(boolean) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets
true
if the pointer represents the primary pointer of this pointer type. - setPriority(Priority) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for assigning a priority to the sankey elements.
- setProgressBarHeight(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the height (in pixels) of the toast progress bar.
- setProgressBarType(IsProgressBarType) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the type of the toast progress bar.
- setProgressCallback(ProgressCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called while the user is zooming or panning.
- setProjection(Projection) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- setProjectionOffset(double, double) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets a map projection offset value.
- setProjectionScale(double) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets how much the map will be scaled.
- setPropagate(boolean) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - setPropagate(boolean) - Method in class org.pepstock.charba.client.options.Filler
-
Sets
true
if the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - setProperties(List<AnimationPropertyKey>) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the animation collection.
- setProperties(AnimationPropertyKey...) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the animation collection.
- 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.annotation.elements.AnnotationElement
-
Sets the radius of element in pixel.
- setRadius(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the radius of the annotation shape.
If set to 0, the annotation is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
AsDouble
, it is considered to be pixels. - setRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
AsDouble
, it is considered to be pixels. - setRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius callback.
- setRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius callback.
- setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadiusPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
AsString
and ending with '%', percentage of the maximum radius. - setRadiusPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
AsString
and ending with '%', percentage of the maximum radius. - setRadiusX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the radius of the ellipse which most closely circumscribes the touching area (e.g.
- setRadiusY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the radius of the ellipse which most closely circumscribes the touching area (e.g.
- setRegion(Region) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the region to use for locale.
- setRejectedCallback(RejectedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is rejected.
- setRelatedTarget(BaseEventTarget) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets an
BaseHtmlElement
, defaulting to null that is the element just left (in case of aMouseEventType.MOUSE_ENTER
orMouseEventType.MOUSE_OVER
) or is entering (in case of aMouseEventType.MOUSE_OUT
orMouseEventType.MOUSE_LEAVE
). - setRender(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner render.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner render.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.Label
-
Sets what data must be showed.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets what data must be showed.
- setRepeat(boolean) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a boolean value that is true if the given key is being held down such that it is automatically repeating.
- setResetHook(ResetHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'reset' plugin.
Called during chart reset. - setResetHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'reset' plugin.
Called during chart reset. - setResizeDelay(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - setResizeDelay(int) - Method in class org.pepstock.charba.client.options.Options
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - setResizeHook(ResizeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'resize' plugin.
Called after the chart as been resized. - setResizeHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'resize' plugin.
Called after the chart as been resized. - setResources(ChartEnvelop<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 isnull
an exception will be throw.
This is deprecated, useCharba
. - 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.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the reversed order of tick labels.
- 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.AbstractScale
-
Sets the reversed order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the reversed order of tick labels.
- setReverse(ReverseCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the reversed order of tick labels.
- setRight(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- setRight(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the right coordinate.
- setRight(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- 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.geo.Margin
-
Sets the margin right of legend.
- 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.options.AbstractPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setRight(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding right in pixel.
- setRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'right' property in the element.
- setRotation(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the rotation of label in degrees.
- 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.PieDataset
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- 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.items.PointElementOptions
-
Sets the point rotation (in degrees).
- setRotation(double) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the rotation of label in degrees.
- 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).
- setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation of the point in degrees.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotation(RotationCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the rotation callback.
- setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the rotation callback.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotationAngle(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
The value must be greater than or equal to 0 and less than 90. - setRound(boolean) - 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.configuration.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.
- setRowSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- 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. - setRtl(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets
true
for rendering the rectangles from right to left. - setRtl(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets
true
for rendering the rectangles from right to left. - setSamples(double) - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTB
algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - setSamples(double) - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTB
algorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - setSamples(List<Double>, double, double) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- setSamples(List<Double>, List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- setSamples(HasDataPoints) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed dataset,
DataPoint
based, data as source. - setSamples(HasTimeSeriesItems) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed time series dataset,
TimeSeriesItem
based, data as source. - setSamplesByDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed
DataPoint
s. - setSamplesByDates(List<Date>, List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed X and Y values.
- setSamplesByTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed
TimeSeriesItem
s. - 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. - setScaleID(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- setScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- 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.
- setScreenX(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the X coordinate of the mouse pointer in global (screen) coordinates.
- setScreenX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Setss the horizontal position of the touch on the user's screen.
- setScreenY(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the Y coordinate of the mouse pointer in global (screen) coordinates.
- setScreenY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the vertical position of the touch on the user's screen.
- setScript(Script) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the script code of the locale.
- setSecond(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Second.
- setSeconds(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setSelection(IsChart, double, double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as number (CartesianLinearAxis
orCartesianLogarithmicAxis
). - setSelection(IsChart, String, String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as string (CartesianCategoryAxis
). - setSelection(IsChart, Date, Date) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as date (CartesianTimeAxis
orCartesianTimeSeriesAxis
). - setShadowBlur(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the amount of blur applied to shadows.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow intensity.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow intensity.
- setShadowColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking. - setShadowColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as string.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as string.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as color.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as color.
- setShadowOffsetX(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow X offset.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow X offset.
- setShadowOffsetY(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow Y offset.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
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(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.TilesBuilder
-
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.Label
-
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.LabelBuilder
-
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.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.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If
false
, the lines between points are not drawn. - setShowLine(boolean) - Method in class org.pepstock.charba.client.options.TypedDataset
-
Sets if the line is not drawn for this data set.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets whether or not labels of value 0 are displayed.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets whether or not labels of value 0 are displayed.
- setSide(int) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the width of the starter line of callout pointer.
- setSide(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the width of the starter line of callout pointer.
- setSide(SideCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the width of the starter line of callout pointer.
- setSide(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the width of the starter line of callout pointer.
- setSides(int) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the sides of the polygon shape.
- setSides(int) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the sides of the polygon shape.
- setSides(SidesCallback) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the callback to set the border sides.
- setSides(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the callback to set the border sides.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets when to display the sign for the number.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets when to display the sign for the number.
- setSignDisplay(SignDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets when to display the sign for the number.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if you might want to stack positive and negative values together.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if you might want to stack positive and negative values together.
- 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.configuration.Font
-
Sets the font size.
- setSize(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font size.
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractFont
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setSize(int) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font size.
- setSize(int) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font size.
- setSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'size' property in the element.
- setSize(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the size callback.
- setSize(SizeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the size callback.
- setSize(Size) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets
Size.MIN
if flow overlap is preferred. - setSkipNull(boolean) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If
true
, null or undefined values will not be drawn. - setSkipNull(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If
true
, null or undefined values will not be drawn. - setSource(Object) - Method in class org.pepstock.charba.client.events.Event
-
Set the source that triggered this event.
It should be always a chart instance. - 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(double) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the fixed spacing among rectangles.
- setSpacing(double) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the fixed spacing among rectangles.
- setSpacing(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the spacing between label and image for selection cleaner element.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the spacing between label and image for selection cleaner element.
- setSpacing(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the fixed arc offset (in pixels).
Similar tooffset
but applies to all arcs. - setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets if lines will be drawn between points with no or null data.
Iffalse
, points withDouble.NaN
data will create a break in the line. - setSpanGaps(double) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets the value of the data if lines will be drawn between points with no or null data.
- setSpeed(double) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the speed of element via mouse wheel (percentage of element on a wheel event).
Must be a value from 0 and 1. - setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the full URL of the image including base URI.
- setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the URL of an external script.
- setStack(String) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the stack group.
Axes at the same position with same stack are stacked. - setStack(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the stack group.
Axes at the same position with same stack are stacked. - setStack(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the stack group.
- setStack(StackCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the stack group.
- setStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if the axis are stacked or not.
- setStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if the axis are stacked or not.
- setStacked(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets if the axis are stacked or not.
- setStacked(StackedCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets if the axis are stacked or not.
- setStackWeight(double) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - setStackWeight(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - setStackWeight(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the weight of the scale in stack group.
- setStackWeight(ScaleWeightCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the weight of the scale in stack group.
- setStart(int) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the separator dimension in pixels to use as starting point for callout pointer.
- setStart(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the separator dimension in pixels to use as starting point for callout pointer.
- setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the start value of the axis
- setStart(StartCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the separator dimension to use as starting point for callout pointer.
- setStart(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the separator dimension to use as starting point for callout pointer.
- setStartAngle(double) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(StartAngleCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.
- setStartAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the percentage of the separator dimension to use as starting point for callout pointer.
- setStartAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the percentage of the separator dimension to use as starting point for callout pointer.
- setStartCallback(StartCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is started.
- setStartHook(StartHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - setStartHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - setStepMajor(double, double) - Method in class org.pepstock.charba.client.geo.Graticule
-
Sets the graticule lines distances in degrees.
- setStepMinor(double, double) - Method in class org.pepstock.charba.client.geo.Graticule
-
Sets the graticule lines distances in degrees.
- setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the stepped callback.
- setStepped(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the stepped callback.
- setStepped(SteppedCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the stepped callback.
- setStepped(SteppedCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the stepped callback.
- setStepped(Stepped) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(Stepped) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(Stepped) - Method in class org.pepstock.charba.client.options.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension 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.
- 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.
- setStepSize(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStepSize(StepSizeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStopHook(StopHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - setStopHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - setStrokeColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke gradient is used for the lines around shapes.
- setStrokePattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke pattern is used for the lines around shapes.
- setStrokeStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas gradient.
- setStrokeStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas pattern.
- setStrokeStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as gradient.
- setStrokeStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as pattern.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractFont
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(Style) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting style to use.
- setStyle(Style) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting style to use.
- setStyle(Style) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting style to use.
- setSubtree(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to extend monitoring to the entire subtree of nodes rooted at target.
The default value is false. - setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the minimum data value.
- setTabIndex(int) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets a number representing the position of the element in the tabbing order.
- setTarget(BaseHtmlElement) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- setTargetTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets a list of objects for every point of contact that is touching the surface and started on the element that is the target of the current event
- setTargetTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact that is touching the surface and started on the element that is the target of the current event.
- setTension(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets curve tension of the line.
- setTension(double) - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setText(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the title text to display.
- setText(String) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the text that will be displayed.
- setText(String...) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(SafeHtml) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the text that will be displayed, as HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - setText(SafeHtml) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the label that will be displayed, as HTML.
This field is used ONLY byHtmlLegend
plugin and not by CHART.js. - setTextAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textAlign' property in the element.
- setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text align callback.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text alignment being used when drawing the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text alignment being used when drawing the label text when multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text alignment used when drawing text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the text alignment in the canvas.
- setTextBaseline(TextBaseline) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text baseline used when drawing text.
- setTextContent(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the textual content of an element and all its descendants.
- setTextDecoration(TextDecoration) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textDecoration' property in the element.
- 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.
- setTextIndent(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textIndent' property in the element.
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the margin of text when position is
Position.OUTSIDE
orPosition.BORDER
. - setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the margin of text when position is
Position.OUTSIDE
orPosition.BORDER
. - setTextOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textOverflow' property in the element.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws text shadows under labels.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws text shadows under labels.
- setTextShadow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textShadow' property in the element.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur.
- setTextShadowBlur(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur callback.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color callback.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color callback.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke width.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width callback.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setThreshold(double) - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - setThreshold(double) - Method in class org.pepstock.charba.client.options.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the minimal zoom distance required before actually applying zoom.
- setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the minimal pan distance required before actually applying pan.
- setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets all thresholds to use for this gauge.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickLength(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length in pixels that the grid will draw in the axis area.
- setTickLength(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length in pixels that the grid will draw in the axis area.
- setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTickWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the width of the tick marks in pixels.
- setTickWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the width of the tick marks in pixels.
- setTickWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTickWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTiltX(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- setTiltY(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- setTime(long) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setTimeout(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets how long the toast notification should last.
- 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.
- 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.
- setTimeStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the time formatting style to use when calling
AbstractFormat.format(java.lang.Object)
. - setTimeZone(TimeZone) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the time zone to use.
- setTimeZoneName(TimeZoneName) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the time zone name.
- 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.
- setTitleColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of title.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of title.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of title.
- setTitleFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of title.
- setTitleFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of title.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of title.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setTitleFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of title.
- 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.
- setTo(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color string.
- setTo(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets to value as string.
- setTo(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTo(ToCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTo(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color.
- setTo(Key) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets to value as key.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON 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(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- setTop(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the top coordinate.
- setTop(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- 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.geo.Margin
-
Sets the margin top of legend.
- 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.options.AbstractPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setTop(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding top in pixel.
- setTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'top' property in the element.
- setTopLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact currently touching the surface.
- setTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact currently touching the surface.
- setTree(double...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an array of numbers.
- setTree(List<Double>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as a list of numbers.
- setTreeObjects(T[]) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an array of objects.
- setTreeObjetcs(List<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as a list of objects.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the MIME type of the script.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Style
-
Sets the type of style being applied by this statement.
- setType(AnimationType) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the type of
from
property and determines the interpolator used. - setType(IsToastType) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the type of the toast.
- setUninstallHook(UninstallHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - setUninstallHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - setUnit(boolean) - 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.configuration.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.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit formatting style to use in unit formatting.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit formatting style to use in unit formatting.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit formatting style to use in unit formatting.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(List<MeasureUnit>) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUseGrouping(boolean) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUseGrouping(boolean) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUseGrouping(boolean) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets
true
whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - 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.configuration.Tooltips
-
Sets if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
true
if clear of selection label will be applied in the chart, otherwisefalse
. - setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets
true
if clear of selection label will be applied in the chart, otherwisefalse
. - setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the content of the cell must be vertically aligned.
- setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the value indicating how the content of the cell must be vertically aligned.
- setValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- 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.
- setValue(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets the value of matrix data point.
- setValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValue(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (native callback function) in the embedded JavaScript object at specific property.
- setValue(Key, Chart) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValue(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValue(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValue(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValue(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (native hook function for plugin) in the embedded JavaScript object at specific property.
- setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, Canvas) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Canvas) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (hook function for plugin) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (hook function for plugin) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string) in the 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) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArray(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArray(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArray(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArray(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArray(Key, Img...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArrayAndAddToParent(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - setValueOrArrayAndAddToParent(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValues(double, double) - Method in class org.pepstock.charba.client.data.FloatingData
-
Sets the start and end points of a bar.
- setVariantAndExtension(String) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the variant and extension parts of the locale.
- setVerticalAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'verticalAlign' property in the element.
- setVisibility(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'visibility' property in the element.
- setWeekDay(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the WeekDay.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values. - setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area. - 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(double) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
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.AbstractScale
-
The weight used to sort the 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(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the weight of axis
- setWeight(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the weight used to sort the axis.
- setWeight(ScaleWeightCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the weight used to sort the axis.
- setWeight(Weight) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractFont
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font weight, follows CSS font-style-weight options.
- setWhiteSpace(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'whiteSpace' property in the element.
- setWidth(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the width of element in pixel.
- setWidth(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- setWidth(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width of matrix element in pixels.
- setWidth(double) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the width of matrix element in pixels.
- setWidth(int) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the amount of pixels of the width of the arrow head.
- setWidth(int) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets the amount of pixels of the width of the arrow head.
- setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used. - setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- setWidth(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how wide the scale is.
For a horizontal scale the height if a value less than 1 is given, is it assume to be a ratio of the corresponding chart area. - setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the width of axis
- setWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'width' property in the element.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the length in pixels or in percentage of the desired width fo the entire table.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the number of pixels wide the cell should be drawn, if possible.
- setWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the width of the arrow head.
- setWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width callback to set the width of matrix element in pixels.
- setWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the width of the arrow head.
- setWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how wide the scale is.
- setWidth(SizeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width callback to set the width of matrix element in pixels.
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a width property in the dataset, setting a single value or an array.
- setWordSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordSpacing' property in the element.
- setWordWrap(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordWrap' property in the element.
- setX(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the X location of element 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.commons.AbstractPoint
-
Sets the X coordinate of the point.
- setX(double) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as double (for scatter and bubble datasets).
- setX(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to X dimensions (left and right).
- setX(String) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as string.
- setX(Date) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as date for time series.
- setX(LabelPosition) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the anchor position of label on horizontal dimension.
- setX(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the anchor position of label on horizontal dimension.
- setX2(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the X2 location of element in pixel.
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the anchor point on X orientation of matrix element.
- setXAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the anchor point on X orientation of matrix element.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set 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.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXLabelBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the background color.
- setXLabelBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the background color.
- setXLabelBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setXLabelBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setXLabelBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the label border radius (in pixels).
- setXLabelBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setXLabelColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the crosshair label font color.
- setXLabelColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setXLabelDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label,
true
if label will be applied in the chart, otherwisefalse
. - setXLabelFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the callback which can be implemented to change the text of label.
- setXLabelPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the padding of crosshair label.
- 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.
- setXMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the right edge of the annotation.
- setXMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the right edge of the annotation.
- setXMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the left edge of the annotation, in units along the x axis.
- setXMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the left edge of the annotation, in units along the x axis.
- setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the X scale to bind onto.
- setXScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the X scale to bind onto.
- setY(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the Y location of element in pixel.
- setY(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the Y coordinate.
- setY(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Sets the Y coordinate of the point.
- setY(double) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets Y value.
- setY(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to Y dimensions (top and bottom).
- setY(String) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets Y value as string.
- setY(Date) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets Y value as date for time series.
- setY(LabelPosition) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the anchor position of label on vertical dimension.
- setY(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the anchor position of label on vertical dimension.
- setY(FloatingData) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setY2(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the Y2 location of element in pixel.
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the anchor point on Y orientation of matrix element.
- setYAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the anchor point on Y orientation of matrix element.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYear(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setYear(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Year.
- setYLabelBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the background color.
- setYLabelBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the background color.
- setYLabelBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setYLabelBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setYLabelBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the label border radius (in pixels).
- setYLabelBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setYLabelColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the crosshair label font color.
- setYLabelColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setYLabelDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label,
true
if label will be applied in the chart, otherwisefalse
. - setYLabelFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the callback which can be implemented to change the text of label.
- setYLabelPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the padding of crosshair label.
- 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.
- setYMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the top edge of the annotation in units along the y axis.
- setYMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the top edge of the annotation in units along the y axis.
- setYMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the bottom edge of the annotation.
- setYMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the bottom edge of the annotation.
- setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the Y scale to bind onto.
- setZ(int) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - setZ(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets z-index of grid line layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets z-index of gridline layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets z-index of tick layer.
- setZ(ZCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZ(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZone(TimeZone) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - setZone(TimeZone) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - setZone(TimeZone) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - SEXY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sexy Blue" -
- SEYCHELLES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Seychelles region.
- SEYCHELLES_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Seychelles Rupee currency.
- SGNW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for SignWriting script.
- SHA_LA_LA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sha la la" -
- ShadowBlurCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setshadowBlur
property at runtime. - ShadowOffsetCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setshadowOffsetX
andshadowOffsetY
properties at runtime. - SHAHABI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shahabi" -
- SHAMBALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Shambala language.
- 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
- SHAW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Shavian (Shaw) script.
- SHERBERT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sherbert" -
- SHIFT - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Shift key.
- SHIFT - org.pepstock.charba.client.enums.ModifierKey
-
Used for capitalizing letters and entering different types of symbols.
- SHIFTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shifter" -
- SHIFTY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shifty" -
- SHONA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Shona language.
- SHORE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shore" -
- SHORT - org.pepstock.charba.client.intl.enums.CompactDisplay
-
Short formatting to display the number.
- SHORT - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Short formatting to display the date and/or time.
- SHORT - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Short representation of unit of measure (e.g., e.g., 16 l).
- SHORT - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Short setting for month (e.g., Mar).
- SHORT - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Short setting for era (e.g., AD), for weekday (e.g., Thu).
- SHORT - org.pepstock.charba.client.intl.enums.TimeZoneName
-
Short setting for time zone name (e.g., GMT+1).
- show() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Shows the toast item.
- show(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options. - show(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- show(int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options. - show(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the hidden flag of that element index to
false
and updates the chart. - show(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- show(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the hidden flag of that element index to
false
and updates the chart. - show(String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, IsToastType, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, IsToastType, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, IsToastType, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, IsToastType, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(IsToastType, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(IsToastType, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(IsToastType, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(IsToastType, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- SHOW - org.pepstock.charba.client.enums.DefaultTransitionKey
-
Uses to configure the animation when a data set is shown using legend or
IsChart.show(int)
. - ShowLabelBackdropCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
showLabelBackdrop
property at runtime to scale's ticks instance,RadialLinearTick
. - SHRD - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for shrd numbering system.
- SHRD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sharada, Śāradā script.
- SHRIMPY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shrimpy" -
- SHROOM_HAZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shroom Haze" -
- SHUI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Shuishu script.
- SICHUAN_YI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sichuan Yi language.
- SIDD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Siddham, Siddhaṃ, Siddhamātṛkā script.
- SideCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- SidesCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setsides
property at runtime, toPolygonAnnotation
. - SIENNA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "sienna" -
- SIERRA_LEONE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sierra Leone region.
- SignDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set when to display the sign for the number.
Defaults to "auto". - SILVER - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "silver" -
- SILVER - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Silver currency.
- SimpleDisplayCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
display
property at runtime. - SimplePaddingCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
padding
property (not as object but only as number) at runtime to scale instance. - SIN_CITY_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sin City Red" -
- SIND - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sind numbering system.
- SIND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khudawadi, Sindhi script.
- SINDHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sindhi language.
- SINEBOW - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color sinebow.
- SINGAPORE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Singapore timezone.
- SINGAPORE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Singapore region.
- SINGAPORE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Singapore Dollar currency.
- SINGLE - org.pepstock.charba.client.ScaleType
-
A single scale is defined for the chart, based on its type.
- SINH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sinh numbering system.
- SINH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sinhala script.
- SINHALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sinhala language.
- SINT_MAARTEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sint Maarten region.
- SIRIUS_TAMED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sirius Tamed" -
- SIXTEEN - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "SIXTEEN" -
- size() - Method in class org.pepstock.charba.client.data.Labels
-
Returns the amount of loaded labels.
- Size - Enum in org.pepstock.charba.client.sankey.enums
-
Enumerates the modes if flow overlap is preferred or not.
- SizeAxis - Class in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - SizeAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.SizeAxis
-
Builds the object storing the chart instance and axis type.
- SizeCallback - Interface in org.pepstock.charba.client.matrix.callbacks
-
Callback interface of MATRIX callback to set
width
andheight
properties at runtime, toMatrixDataset
. - SizeCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface of SANKEY callback to set
size
property at runtime, toSankeyDataset
. - 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(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using an envelop (from
configuration
package) of native java script object which contains all properties. - SizeLogarithmicAxis - Class in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - SizeLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.SizeLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- SKETCHBOOK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Sketchbook6" -
- SKOLT_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Skolt Sami language.
- SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sky" -
- SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "skyBlue" -
- SKY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Sky6" -
- SKYLINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Skyline" -
- SLASH - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for SLASH string, "/".
- SLASHED_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a slashed line.
- SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateBlue" -
- SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateGray" -
- SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateGrey" -
- SLATE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slate6" -
- SLICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slice6" -
- SLIGHT_OCEAN_VIEW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Slight Ocean View" -
- SLIPSTREAM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slipstream6" -
- SLOVAK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Slovak language.
- SLOVAKIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Slovakia region.
- SLOVENIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Slovenia region.
- SLOVENIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Slovenian language.
- SmartPlugin - Class in org.pepstock.charba.client.plugins
-
Wraps a plugin, delegating the execution of all hooks to it.
the needed hooks can be added and CHART.JS will invoke only those hooks, improving the drawing performance. - SmartPlugin(String) - Constructor for class org.pepstock.charba.client.plugins.SmartPlugin
-
Builds the object with plugin id
- SmartPluginContainer - Interface in org.pepstock.charba.client.plugins
-
This interface is defining the a container of
SmartPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. - SNAPCHAT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Snapchat" -
- SNOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "snow" -
- SOCIALIVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Socialive" -
- SOFT_LIGHT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A softer version of hard-light.
Pure black or white does not result in pure black or white. - SOFT1 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The first general-purpose virtual function key.
- SOFT2 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The second general-purpose virtual function key.
- SOFT3 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The third general-purpose virtual function key.
- SOFT4 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The fourth general-purpose virtual function key.
- SOGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Soga language.
- SOGD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sogdian script.
- SOGO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Sogdian script.
- SOHO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "SOHO6" -
- SOL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sol currency.
- SOLID - org.pepstock.charba.client.colors.tiles.Shape
-
Draws an empty tile.
- SOLID - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a single, straight, solid line.
- SOLID_VAULT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Solid Vault" -
- SOLOMON_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Solomon Islands region.
- SOLOMON_ISLANDS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Solomon Islands Dollar currency.
- SOLSTICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Solstice6" -
- SOM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Som currency.
- SOMALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Somali language.
- SOMALI_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Somali Shilling currency.
- SOMALIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Somalia region.
- SOMONI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Somoni currency.
- SORA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sora numbering system.
- SORA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sora Sompeng script.
- SOUNDCLOUD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "SoundCloud" -
- SOURCE_ATOP - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is only drawn where it overlaps the existing canvas content.
- SOURCE_IN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is drawn only where both the new shape and the destination canvas overlap.
Everything else is made transparent. - SOURCE_OUT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is drawn where it doesn't overlap the existing canvas content.
- SOURCE_OVER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
This is the default setting and draws new shapes on top of the existing canvas content.
- SOUTH_AFRICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Africa region.
- SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Georgia and the South Sandwich Islands region.
- SOUTH_KOREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Korea region.
- SOUTH_NDEBELE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for South Ndebele language.
- SOUTH_SUDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Sudan region.
- SOUTH_SUDANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for South Sudanese Pound currency.
- SOUTHERN_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Southern Sami language.
- SOUTHERN_SOTHO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Southern Sotho language.
- SOYO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Soyombo script.
- SPACE - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The space key,
Space Bar
. - SPACE_LIGHT_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Space Light Green" -
- SPAIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Spain region.
- Span - Class in org.pepstock.charba.client.dom.elements
-
Represents a generic inline container for phrasing content, which does not inherently represent anything.
- SPAN_GAPS - org.pepstock.charba.client.options.SpanGapHandler.Property
- SpanGapHandler - Class in org.pepstock.charba.client.options
-
Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
- SpanGapHandler(AbstractNode, IsDefaultOptions, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
-
Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
- SpanGapHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- SPANISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Spanish language.
- SPECIAL_DRAWING_RIGHT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for SDR (Special Drawing Right) currency.
- SPECTRAL - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color spectral.
- SPECTRAL10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral10" -
- SPECTRAL11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral11" -
- SPECTRAL3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral3" -
- SPECTRAL4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral4" -
- SPECTRAL5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral5" -
- SPECTRAL6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral6" -
- SPECTRAL7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral7" -
- SPECTRAL8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral8" -
- SPECTRAL9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral9" -
- SPECTRUM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Spectrum6" -
- SPRING_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "springGreen" -
- SQUARE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a square on the tile.
- SQUARE - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are squared off by adding a box with an equal width and half the height of the line's thickness.
- SRI_LANKA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sri Lanka region.
- SRI_LANKA_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sri Lanka Rupee currency.
- STACK - org.pepstock.charba.client.enums.Fill
-
Fill the area from stacked value below.
- StackCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
stack
property at runtime, forCartesianAxis
. - 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.
- StackedAreaChart(Type) - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED AREA chart GWT WIDGET 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. - StackedAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the object.
- StackedAreaChartWidget(StackedAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - 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(boolean) - 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.
- StackedAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using chart type related to the dataset.
- StackedAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- 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.
- StackedBarChart(Type) - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED BAR chart GWT WIDGET 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. - StackedBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the object.
- StackedBarChartWidget(StackedBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- StackedBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
stacked
property at runtime, forCartesianAxis
. - StackedHorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
- StackedHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedLineChart - Class in org.pepstock.charba.client
-
STACKED LINE 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. - StackedLineChart() - Constructor for class org.pepstock.charba.client.StackedLineChart
-
Builds the object.
- StackedLineChart(Type) - Constructor for class org.pepstock.charba.client.StackedLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED LINE chart GWT WIDGET 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. - StackedLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
-
Builds the object.
- StackedLineChartWidget(StackedLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedLineDataset - Class in org.pepstock.charba.client.data
-
The stacked line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset. - StackedLineDataset() - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default.
- StackedLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default.
- StackedLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using chart type related to the dataset.
- StackedLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- 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, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
-
Builds the object storing the chart instance and default values.
- StackedOptions(IsChart, IsDefaultScaledOptions, 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.
- StackedScales - Class in org.pepstock.charba.client.configuration
-
Specific scales for stacked charts.
- STANDARD - org.pepstock.charba.client.intl.enums.CurrencySign
-
To use a standard accounting formatting.
- STANDARD - org.pepstock.charba.client.intl.enums.Notation
-
To set plain number formatting.
- STANDARD_ARABIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Arabic language.
- STANDARD_ESTONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Estonian language.
- STANDARD_LATVIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Latvian language.
- STANDARD_MALAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Malay language.
- STANDARD_MOROCCAN_TAMAZIGHT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Moroccan Tamazight language.
- STAR - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a star.
- STAR - org.pepstock.charba.client.enums.PointStyle
- STARFALL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Starfall" -
- start() - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls.
- start(int) - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls, setting the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
The time will override the previous interval time. - START - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "start" property sets the line label at starting of line.
- START - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned before the anchor point, following the same direction.
- START - org.pepstock.charba.client.datalabels.enums.Anchor
-
Lowest element boundary
- START - org.pepstock.charba.client.enums.BorderSkipped
-
The start property sets the start edge of an element to a unit above/below its normal position.
- START - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the start alignment.
- START - org.pepstock.charba.client.enums.Fill
-
Fill the area from the bottom X axis
- START - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at start of scale.
- START - org.pepstock.charba.client.enums.TextAlign
-
The same as left if direction is left-to-right and right if direction is right-to-left.
- START - org.pepstock.charba.client.enums.TickAlign
-
The property sets the start alignment.
- StartAngleCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
startAngle
property at runtime, forRadialAxis
. - StartCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- StartCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.ID
plugin that is called when pan or zoom is about to start.
If this callback returnsfalse
, pan or zoom is aborted andRejectedCallback
is invoked. - StartHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - startOf(long, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given timestamp.
- startOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given timestamp.
- startOf(Date, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given date.
- startOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given date.
- STATE_OF_PALESTINE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for State of Palestine region.
- STATIC - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document.
The top, right, bottom, left, and z-index properties have no effect.
This is the default value. - Status - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the status of
ToastItem
. - STEEL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "steelBlue" -
- STEEL_GRAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Steel Gray" -
- STELLAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Stellar" -
- Stepped - Enum in org.pepstock.charba.client.enums
-
Property to set if the line is shown as a stepped line.
- SteppedCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
stepped
property at runtime. - StepSizeCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
stepSize
property at runtime, forIsLinearTick
instances. - STEREOGRAPHIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection stereographic.
- STICKY - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document, and then offset relative to its nearest scrolling ancestor and containing block (nearest block-level ancestor), including table-related elements, based on the values of top, right, bottom, and left.
- STONE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for stone.
- stop() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to stop any current animation loop.
This will pause the chart during any current animation frame.
Call.render()
to re-animate. - stop() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- stop() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to stop any current animation loop.
- stop() - Method in class org.pepstock.charba.client.utils.CTimer
-
Stops the timer which is currently running.
- StopHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - stopImmediatePropagation() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Prevents all other listeners from being called.
- STOPPED - org.pepstock.charba.client.utils.CTimer.Status
-
When the timer has been stopped.
- stopPropagation() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Stops the propagation of events further along in the DOM.
- store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the default global plugins options.
- store(Dataset) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the dataset options.
- store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the chart plugins options.
- store(Type) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the global chart plugins options.
- STORY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Story6" -
- STRING - org.pepstock.charba.client.annotation.enums.ContentType
- STRING - org.pepstock.charba.client.commons.ObjectType
-
Is used to represent textual data
- STRING - org.pepstock.charba.client.enums.DataPointType
-
The data property is set as a string.
- STRING - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as string, see
PointStyle
, the default. - STRING - org.pepstock.charba.client.enums.ScaleDataType
-
The data property is set as a string.
Used byCartesianCategoryAxis
. - STRING - Static variable in class org.pepstock.charba.client.items.Undefined
-
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.
- StringItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the era, day periods, weekday.
- STRINGS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of strings.
- STRIPE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Stripe" -
- stroke() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes (outlines) the current or given path with the current stroke style.
Strokes are aligned to the center of a path; in other words, half of the stroke is drawn on the inner side, and half on the outer side. - strokeRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a rectangle that is stroked (outlined) according to the current strokeStyle and other context settings.
- strokeText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
- strokeText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
An optional parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size. - STUDIO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Studio6" -
- Style - Class in org.pepstock.charba.client.dom.elements
-
Represents a <style> and doesn't allow to manipulate the CSS it contains.
- Style - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set the formatting style to use.
The default is "decimal". - SUBLIME_LIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sublime Light" -
- SUBLIME_VIVID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sublime Vivid" -
- submit(Runnable) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules immediately a task, without any delay.
- submit(Runnable, int) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules a task with a constant delay.
- Subtitle - Class in org.pepstock.charba.client.configuration
-
Configures the chart title which defines text to draw at the top of the chart.
- Subtitle - Class in org.pepstock.charba.client.options
-
Configures the default chart subtitle which defines text to draw at the top of the chart.
- SUBTITLE - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the subtitle.
- SUBTITLE - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the subtitle.
- SubtitleClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the subtitle of the chart.
- SubtitleClickEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleClickEvent
-
Creates the event with subtitle related to the click
- SubtitleClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart subtitle.
- SubtitleEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user enters on the subtitle of the chart.
- SubtitleEnterEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleEnterEvent
-
Creates the event with subtitle related to the enter
- SubtitleEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart title.
- SubtitleLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user leaves on the subtitle of the chart.
- SubtitleLeaveEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleLeaveEvent
-
Creates the event with subtitle related to the leave
- SubtitleLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart title.
- SubtitleNode - Class in org.pepstock.charba.client.items
-
Wrapper of subtitle node of CHART.JS.
This is a wrapper of subtitle node of Chart (of CHART.JS). - SubtitleNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SubtitleNode
-
Creates the item using envelop with the native java script object which contains all properties.
- SUBU - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Subu" -
- SUCCESS - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Success toast type -
- SUCCESS - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Success toast type - Toast content
- SUCRE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sucre currency.
- SUDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sudan region.
- SUDANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sudanese Pound currency.
- SULPHUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sulphur" -
- SUMMER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer" -
- SUMMER_BREEZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer Breeze" -
- SUMMER_DOG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer Dog" -
- SUMMER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Summer6" -
- SUMMER8 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Summer8" -
- SUN_ON_THE_HORIZON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sun on the Horizon" -
- SUND - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sund numbering system.
- SUND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sundanese script.
- SUNDANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sundanese language.
- SUNDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is SUNDAY.
- SUNKIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunkist" -
- SUNNY_DAYS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunny Days" -
- SUNRISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunrise" -
- SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunset" -
- SUNSET_SUNRISE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SunsetSunrise7" -
- SUPERFISHEL_STONE10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SuperfishelStone10" -
- SUPERMAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Superman" -
- SURINAM_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Surinam Dollar currency.
- SURINAME - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Suriname region.
- SUZY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Suzy" -
- SVALBARD_AND_JAN_MAYEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Svalbard and Jan Mayen region.
- SW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom-left corner cursor
- SWAHILI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swahili (individual language) language.
- SWAHILI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swahili (macrolanguage) language.
- SWATI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swati language.
- SWEDEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sweden region.
- SWEDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swedish language.
- SWEDISH_KRONA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Swedish Krona currency.
- SWEET_MORNING - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sweet Morning" -
- SWISS_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Swiss Franc currency.
- SWISS_GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swiss German language.
- SWITZERLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Switzerland region.
- SYLO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syloti Nagri script.
- SYLVIA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sylvia" -
- SYMBOL - org.pepstock.charba.client.commons.ObjectType
-
Symbols are new to JavaScript in ECMAScript 2015.
- SYMBOL - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a localized currency symbol such as €, this is the default value.
- SYRC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac script.
- SYRE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Estrangelo variant) script.
- SYRIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Syria region.
- SYRIAC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Syriac language.
- SYRIAN_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Syrian Pound currency.
- SYRJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Western variant) script.
- SYRN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Eastern variant) script.
T
- TAB - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The Horizontal Tab key,
Tab
. - Table - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of tables in an HTML document.
- TABLEAU10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Tableau10" -
- TABLEAU20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Tableau20" -
- TableauScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Tableau schemes.
To configureColorSchemes.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. - TableCell - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
- TableRow - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of rows in an HTML table.
- TACHELHIT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tachelhit language.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Div
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Heading
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Img
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.LineBreak
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Meta
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Script
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Span
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Style
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Table
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableCell
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableRow
-
The tag for this element.
- TAGALOG - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tagalog language.
- TAGB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tagbanwa script.
- TAITA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Taita language.
- TAIWAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Taiwan region.
- TAJIK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tajik language.
- TAJIKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tajikistan region.
- TAKA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Taka currency.
- takeRecords() - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Removes all pending notifications from the mutation observer's notification queue and returns them in a new array of mutation record objects.
- TAKR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for takr numbering system.
- TAKR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Takri, Ṭākrī, Ṭāṅkrī script.
- TALA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tala currency.
- TALE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Le script.
- TALKING_TO_MICE_ELF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Talking To Mice Elf" -
- TALU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for talu numbering system.
- TALU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for New Tai Lue script.
- TAMIL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tamil language.
- TAML - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tamil script.
- TAMLDEC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tamldec numbering system.
- TAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "tan" -
- TANG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tangut script.
- TANZANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tanzania region.
- TARAN_TADO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Taran Tado" -
- TASAWAQ - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tasawaq language.
- TATAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tatar language.
- TAVT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Viet script.
- TEAL - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL" -
- TEAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "teal" -
- TEAL - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "TEAL" -
- TEAL_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_1" -
- TEAL_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_2" -
- TEAL_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_3" -
- TEAL_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_4" -
- TEAL_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_1" -
- TEAL_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_2" -
- TEAL_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_3" -
- TEAL_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_4" -
- TEAL_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_1" -
- TEAL_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_2" -
- TEAL_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_3" -
- TEAL_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_4" -
- TEAL_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_5" -
- TEAL_LOVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Teal Love" -
- TECHNIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Technic6" -
- TELEGRAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Telegram" -
- TELKO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Telko" -
- TELU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for telu numbering system.
- TELU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Telugu script.
- TELUGU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Telugu language.
- TEMPERATURE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Temperature7" -
- TENG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tengwar script.
- TENGE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tenge currency.
- TENSION - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to tension property to animate the element.
- TERABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for terabit.
- TERABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for terabyte.
- TERMINAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Terminal" -
- TESO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Teso language.
- test(String) - Method in class org.pepstock.charba.client.utils.RegExp
-
Executes a search for a match between a regular expression and a specified string.
- TEXT - org.pepstock.charba.client.dom.enums.CursorType
-
The text can be selected.
- TEXT - org.pepstock.charba.client.items.LegendTextHandler.Property
- TEXT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- TextAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the text alignment.
- TextAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
textAlign
property at runtime - TextBaseline - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values to specify the current text baseline used when drawing text.
- TextCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
text
property at runtime. - TextDecoration - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values to specify the appearance of decorative lines on text.
- 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.
- TextMetricsItem - Class in org.pepstock.charba.client.dom.elements
-
Represents the dimensions of a piece of text in the canvas, as created by the
Context2dItem.measureText(String)
method. - TextNode - Class in org.pepstock.charba.client.dom.elements
-
Represents the textual content of an element or attribute.
If an element has no markup within its content, it has a single child implementing text node that contains the element's text. - TextShadowBlurCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.ID
plugin to settextShadowBlur
property at runtime, using the plugin context. - TFNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tifinagh (Berber) script.
- TGLG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tagalog (Baybayin, Alibata) script.
- THAA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Thaana script.
- THAI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for thai numbering system.
- THAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Thai language.
- THAI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Thai script.
- THAILAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Thailand region.
- THATCH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Thatch6" -
- THE_BLUE_LAGOON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Blue Lagoon" -
- THE_CODES_ASSIGNED_FOR_TRANSACTIONS_WHERE_NO_CURRENCY_IS_INVOLVED - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for The codes assigned for transactions where no currency is involved currency.
- THE_SKY_AND_THE_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Sky And The Sea" -
- THE_STRAIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Strain" -
- THEIL_SEN - org.pepstock.charba.client.enums.RegressionType
-
Identify an TheilSen regression,
TheilSenRegression
. - TheilSenRegression - Class in org.pepstock.charba.client.ml
-
In TheilSen Regression, the estimation of the model is done by calculating the slopes and intercepts of a subpopulation of all possible combinations of subsample points.
The final slope and intercept is then defined as the spatial median of these slopes and intercepts.
The TheilSen Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing
This regression can be computed efficiently, and is insensitive to outliers.
It can be significantly more accurate than non-robust simple linear regression (least squares) for skewed and heteroskedastic data, and competes well against least squares even for normally distributed data in terms of statistical power.
It has been called "the most popular nonparametric technique for estimating a linear trend".
See details on Theil–Sen estimator. - THISTLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "thistle" -
- 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, 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
- Threshold(String, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
-
Creates a threshold with standard value (
Double.MAX_VALUE
). - THURSDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is THURSDAY.
- TIBETAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tibetan language.
- TIBT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tibt numbering system.
- TIBT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tibetan script.
- TICK - org.pepstock.charba.client.enums.ContextType
-
Tick of scale context type.
- TickAlign - Enum in org.pepstock.charba.client.enums
-
Property to set alignment of the ticks.
- 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.
It can return aList
of strings (for multiple lines). - 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. - TICKS - org.pepstock.charba.client.enums.Bounds
-
Make sure ticks are fully visible, data outside are truncated.
- TicksNumberFormat - Class in org.pepstock.charba.client.options
-
It applies the number formatting to the ticks of all linear scales.
- TickSource - Enum in org.pepstock.charba.client.enums
-
Controls the ticks generation on cartesian time axis.
- TIGRE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tigre language.
- TIGRINYA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tigrinya language.
- 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.
- TIMBER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Timber" -
- Time - Class in org.pepstock.charba.client.configuration
-
The time configuration is used to configure how time and time series axes must configure the tick marks.
- Time - Class in org.pepstock.charba.client.options
-
The time configuration is used to configure how time and time series axes must configure the tick marks.
- TIME - org.pepstock.charba.client.enums.ChartAxisType
-
The time scale is used to display times and dates.
- TIME_ZONE_NAME - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the name of the time zone, for example "UTC".
- TIMESERIES - org.pepstock.charba.client.enums.ChartAxisType
-
The time series scale is used to display times and dates.
- 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.
- TimeSeriesBarChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - TimeSeriesBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BAR chart GWT WIDGET implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars. - TimeSeriesBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
-
Builds the object.
- TimeSeriesBarChartWidget(TimeSeriesBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- TimeSeriesBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default.
- TimeSeriesBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesBarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BAR chart, for time series.
- TimeSeriesBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesBarOptions
-
Builds the object storing the chart instance and default values.
- TimeSeriesHorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The time series horizontal bar chart allows a number of properties to be specified for each dataset.
- TimeSeriesHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default.
- TimeSeriesHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default.
- TimeSeriesHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- 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.
- TimeSeriesLineChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - TimeSeriesLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
LINE chart GWT WIDGET implementation for time series.
A line chart is a way of plotting data points on a line. - TimeSeriesLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
-
Builds the object.
- TimeSeriesLineChartWidget(TimeSeriesLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - 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(boolean) - 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.
- TimeSeriesLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default.
- TimeSeriesLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesLineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for LINE chartfor time series.
- TimeSeriesLineOptions(IsChart, IsDefaultScaledOptions) - 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 usesCartesianTimeSeriesAxis
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.
It can return aList
of strings (for multiple lines). - TimeUnit - Enum in org.pepstock.charba.client.enums
-
Controls the data distribution along the scale.
- TimeZone - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the time zones identifiers which can be used on dates management.
See IANA times zones for more details. - TimeZoneName - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the time zone name.
- TIRH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tirh numbering system.
- TIRH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tirhuta script.
- TITANIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Titanium" -
- 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.
- Title - Class in org.pepstock.charba.client.utils.toast
-
Configures the toast title.
- TITLE - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the title.
- TITLE - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the title.
- TitleClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the title of the chart.
- TitleClickEvent(NativeAbstractMouseEvent, 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.
- TitleEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user enters on the title of the chart.
- TitleEnterEvent(NativeAbstractMouseEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleEnterEvent
-
Creates the event with title related to the enter
- TitleEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart title.
- TitleLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user leaves on the title of the chart.
- TitleLeaveEvent(NativeAbstractMouseEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleLeaveEvent
-
Creates the event with title related to the leave
- TitleLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TitleNode
-
Creates the item using envelop with the native java script object which contains all properties.
- TO - org.pepstock.charba.client.sankey.enums.ColorMode
-
The mode to enable to use the "to" color between items.
- toActionItems(List<ActionItem>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toAnimationProperties(List<AnimationPropertyKey>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toArea() - Method in class org.pepstock.charba.client.items.ChartAreaNode
-
Creates and returns a
IsArea
instance, cloning the chart area. - toArray() - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
- 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.ArrayImageList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayKeyList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayTouchList
- TOAST_CSS_UTIL - org.pepstock.charba.client.resources.ResourceName
-
CSS file to use in the Charba toast utility.
- TOAST_JS_UTIL - org.pepstock.charba.client.resources.ResourceName
-
JS file to use in the Charba toast utility.
- Toaster - Class in org.pepstock.charba.client.utils.toast
-
Utility for displaying toast notifications with progress bars on the page.
- ToastItem - Class in org.pepstock.charba.client.utils.toast
-
Represents an toast instance, once it has been created and consumed.
- ToastItemAction - Class in org.pepstock.charba.client.utils.toast
-
Is a wrapper of
ActionItem
which represents an immutable action, after the toast closure. - ToastItemOptions - Class in org.pepstock.charba.client.utils.toast
-
Wrapper of
ToastOptions
, used byToastItem
, which exposes all "get" methods in order to be immutable. - ToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Entity to configure the toast to show.
- ToastOptions() - Constructor for class org.pepstock.charba.client.utils.toast.ToastOptions
-
Creates the object with an empty configuration instance.
- ToastOptionsBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create
Toaster
options by a builder. - ToastTypeBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create custom
IsToastType
by a builder. - toBase64Image() - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
- toBase64Image(double) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi. - toBase64Image(ImageMimeType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92. - toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns a base 64 encoded string of the chart in it's current state.
- toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- toBase64Image(ImageMimeType, double) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a base 64 encoded string of the chart in it's current state.
- toBooleans(List<Boolean>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- toBorderAlign(List<BorderAlign>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toBorderSkipped(List<BorderSkipped>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- ToCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
to
property ofAnimationCollection
at runtime. - toCanvas(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Canvas
object casting the argument. - toColors(List<IsColor>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toCSSBackgroundProperty(String) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the data URL for the current content of the canvas element.
- toCSSBackgroundProperty(String, Repetition) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the data URL for the current content of the canvas element.
- toCSSBackgroundProperty(Gradient) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the gradient.
The dimension of canvas pattern image will be the dimension of pattern. - toCSSBackgroundProperty(Pattern) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image will be the dimension of pattern. - toCSSBackgroundProperty(Pattern, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square. - toCSSBackgroundProperty(Pattern, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
- toCSSBackgroundProperty(Img) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the current content of an image element instance.
- toCSSBorderRadiusProperty(BorderRadiusItem) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Builds the border radius string (shorthand property of CSS font) to use in the canvas object or in DOM element.
The format is [top-left | top-right | bottom-right | bottom-left]. - toCSSString() - Method in class org.pepstock.charba.client.options.AbstractImmutableFont
- toCSSString() - Method in interface org.pepstock.charba.client.options.IsImmutableFont
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toDataPoints(List<DataPoint>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toDataURL() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
- toDataURL(double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi. - toDataURL(ImageMimeType) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92. - toDataURL(ImageMimeType, double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi. - toDates(List<Date>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toDiv(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Div
object casting the argument. - toDoubles(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- toEventButtons(List<EventButton>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toFont(IsDefaultFont) - Method in class org.pepstock.charba.client.Helpers
-
Parses font options and returns a normalized font object.
- toFont(FontItem) - Method in class org.pepstock.charba.client.Helpers
-
Parses font options and returns a normalized font object.
- toFontString(IsDefaultFont) - Method in class org.pepstock.charba.client.Helpers
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toFontString(FontItem) - Method in class org.pepstock.charba.client.Helpers
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toFormula() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression.
- toFormula(int) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression, using the requested precision.
- toggleDataVisibility(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Toggles the visibility of an item in all data sets.
A data set needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this. - toggleDataVisibility(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- toggleDataVisibility(int) - Method in interface org.pepstock.charba.client.IsChart
-
Toggles the visibility of an item in all datasets.
A dataset needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this. - TOGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Togo region.
- toGradient(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
CanvasGradientItem
object casting the argument. - toHex() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns HEX string value which represents the color.
- toHSL() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns HSL string value which represents the 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.
- toImg(ImageResource) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image resource which provides access to image data at runtime.
- toImg(ImageResource, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image resource which provides access to image data at runtime, forcing the size.
- toImg(Image) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image widget that displays the image at a given URL.
- toImg(Image, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image widget that displays the image at a given URL, forcing the size.
- toImg(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Img
object casting the argument. - toImg(String) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
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.
- toImg(String, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
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.
- toIntegers(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- 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.NativeArrayContainer
-
Returns the string JSON representation of the array.
- toJSON() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the string JSON representation of the object.
- TOKELAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tokelau region.
- toKeys(List<Key>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toLaTeX() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression.
- toLaTeX(int) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression, using the requested precision.
- toMap() - Method in class org.pepstock.charba.client.gradient.Colors
-
Exports the values and the colors in a map.
- TOMATO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "tomato" -
- toMeasureUnits(List<MeasureUnit>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- TONGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tonga (Tonga Islands) language.
- TONGA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tonga region.
- toObject(C, BorderRadiusCallback<C>, int) - Static method in interface org.pepstock.charba.client.callbacks.BorderRadiusCallback
-
Returns an
BarBorderRadius
instance when the callback has been activated. - toObject(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Transforms a
IsFill
instance in the a CHART.JS FILL property accepted value. - TOOLTIP - org.pepstock.charba.client.enums.ContextType
-
Tick of scale context type.
- TOOLTIP - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the tooltips.
- TooltipAlign - Enum in org.pepstock.charba.client.enums
-
Defines the position of the tooltip caret.
- 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.
- TooltipContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options.
- TooltipContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.TooltipContext
-
Creates the object with native object instance to be wrapped.
- TooltipExternalCallback - Interface in org.pepstock.charba.client.callbacks
-
External tooltips callback allow you to hook in 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 in the tooltips callbacks. - TooltipItem.TooltipItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip item by a native object.
- 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 in the tooltip.
It must be used in the label tooltip callback. - TooltipLabelColor() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with an empty native object.
- TooltipLabelColor(String) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(String, String) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(IsColor) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(IsColor, IsColor) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor.TooltipLabelColorFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip label color by a native object.
- TooltipLabelPointStyle - Class in org.pepstock.charba.client.items
-
This object contains the point style info when a label in the tooltip.
It must be used in the label tooltip callback. - TooltipLabelPointStyle() - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object with an empty native object
- TooltipLabelPointStyle(Canvas) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle(Img) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle(PointStyle) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle.TooltipLabelPointStyleFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip label point style by a 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(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
-
Creates the item using envelop with the native java script object which contains all properties.
- TooltipModel(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
-
Creates the item using envelop with the 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(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipNode
-
Creates the item using envelop with the 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.
- Tooltips(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Tooltips
-
Builds the object storing the chart instance and the root options element.
- 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 in the 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. - TOP - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on top of the label.
- TOP - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the top of the anchor point (270 degrees).
- TOP - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the top of the em square.
- TOP - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit above to its normal position.
- TOP - org.pepstock.charba.client.enums.BorderSkipped
-
The top property sets the top edge of an element to a unit above/below its normal position.
- TOP - org.pepstock.charba.client.enums.Position
-
The top property sets the top edge of an element to a unit above/below its normal position.
- TOP - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the top.
- TOP - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the top of the chart (horizontal).
- TOP - org.pepstock.charba.client.geo.enums.Position
-
The top property sets the top edge of an element.
- TOP - org.pepstock.charba.client.matrix.enums.Anchor
-
The top property sets the data element position to top.
- TOP - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the top of the rectangle.
- TOP_DOWN - org.pepstock.charba.client.colors.GradientOrientation
-
From top to bottom (vertical)
- TOP_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From top(right) to left(bottom) (diagonal)
- TOP_LEFT - org.pepstock.charba.client.geo.enums.Position
-
The top-left property sets the top-left edge of an element.
- TOP_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From top(left) to right(bottom) (diagonal)
- TOP_RIGHT - org.pepstock.charba.client.geo.enums.Position
-
The top-right property sets the top-right edge of an element.
- toPattern(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
CanvasPatternItem
object casting the argument. - TopoJson - Class in org.pepstock.charba.client.geo
-
TopoJSON is an extension of GeoJSON that encodes topology.
- toPrimitive(Boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toPrimitive(Double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toPrimitive(Integer[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toRGB() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns RGB string value which represents the color.
- toRGBA() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns RGBA string value which represents the 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.
- toSafeHtml() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Returns the safe html instance.
- TOSK_ALBANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tosk Albanian language.
- toSource() - Method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Returns a string representing the source code of the function.
- toSource() - Method in class org.pepstock.charba.client.plugins.NativeHook
-
Returns a string representing the source code of the function.
- 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.GradientColor
- toString() - Method in class org.pepstock.charba.client.colors.Radius
- toString() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
- toString() - Method in class org.pepstock.charba.client.data.DataPoint
- toString() - Method in class org.pepstock.charba.client.data.FloatingData
- toString() - Method in class org.pepstock.charba.client.geo.Coordinates
- toString() - Method in class org.pepstock.charba.client.intl.CLocale
- toString() - Method in class org.pepstock.charba.client.items.ChartAreaNode
- toString() - Method in class org.pepstock.charba.client.items.ChartElement
- toString() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
- toString() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
- toStrings(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of strings from a list.
- toTimeSeriesItems(List<TimeSeriesItem>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- TOTO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Toto script.
- Touch - Class in org.pepstock.charba.client.dom.events
-
Represents a single contact point on a touch-sensitive device
The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad. - TOUCH - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a touch, such as a finger.
- TOUCH_CANCEL - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when a touch point has been disrupted in some way.
There are several possible reasons why this might happen (and the exact reasons will vary from device to device, as well as browser to browser). - TOUCH_END - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user removes a touch point from the surface; that is, when they lift a finger or stylus from the surface.
This is also sent if the touch point moves off the edge of the surface; for example, if the user's finger slides off the edge of the screen. - TOUCH_MOVE - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user moves a touch point along the surface.
The event's target is the same element that received theTouchEventType.TOUCH_START
event corresponding to the touch point, even if the touch point has moved outside that element. - TOUCH_START - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user places a touch point on the touch surface.
The event's target will be the element in which the touch occurred. - TouchEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeTouchEvent
. - TouchEventInit() - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an empty object
- TouchEventInit(List<Touch>) - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an object with an array of objects for every point of contact currently touching the surface.
- TouchEventInit(Touch...) - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an object with an array of objects for every point of contact currently touching the surface.
- TouchEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the touch.
- TouchInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
Touch
. - TouchInit(double, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.TouchInit
-
Creates an object with identifier and target, both mandatory.
- TouchList - Class in org.pepstock.charba.client.dom.events
-
Represents a list of contact points on a touch surface.
- toUniqueKey() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the string JSON representation of the object as unique key or
null
if legend item is not consistent. - TRADITION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Tradition6" -
- TRAFFIC9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Traffic9" -
- TRANQUIL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Tranquil" -
- TRANSFILE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Transfile" -
- transform(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Multiplies the current transformation with the matrix described by the arguments of this method.
This lets you scale, rotate, translate (move), and skew the context. - transform(Object) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns a object which can be a boolean, integer, string or
IsFill
when the callback has been activated. - TransitionKey - Interface in org.pepstock.charba.client.options
-
Represents the update mode (transition) to set to configure animation.
- Transitions - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific update mode (transition). - Transitions - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common transitions properties, TRANSITIONS name space. - translate(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a translation transformation to the current matrix by moving the canvas and its origin x units horizontally and y units vertically on the grid.
- TRANSPARENT - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "transparent" -
- TRANSVERSE_MERCATOR - org.pepstock.charba.client.geo.enums.Projection
-
Projection transverseMercator.
- TRAVELOGUE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Travelogue6" -
- TREEMAP_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS TREEMAP controller.
- TreeMapChart - Class in org.pepstock.charba.client.treemap
-
A treemap chart is used for displaying hierarchical data using nested rectangles.
Treemaps display hierarchical (tree-structured) data as a set of nested rectangles.
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches.
A leaf node's rectangle has an area proportional to a specified dimension of the data.
When the color and size dimensions are correlated in some way with the tree structure, one can often easily see patterns that would be difficult to spot in other ways, such as whether a certain color is particularly relevant.
A second advantage of treemaps is that, by construction, they make efficient use of space. - TreeMapChart() - Constructor for class org.pepstock.charba.client.treemap.TreeMapChart
-
Builds the object.
- TreeMapChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
TREEMAP chart GWT WIDGET implementation.
A treemap chart is used for displaying hierarchical data using nested figures, usually rectangles. - TreeMapChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Builds the object.
- TreeMapChartWidget(TreeMapChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - TreeMapDataPoint - Class in org.pepstock.charba.client.treemap
-
Used for treemap datasets.
- TreeMapDataPoint.TreeMapDataPointFactory - Class in org.pepstock.charba.client.treemap
-
Creates
TreeMapDataPoint
form aNativeObject
. - TreeMapDataset - Class in org.pepstock.charba.client.treemap
-
The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
- TreeMapDataset() - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset
-
Creates a data set.
It uses the global options has default. - TreeMapDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset
-
Creates a data set setting the defaults value.
- TreeMapElement - Class in org.pepstock.charba.client.treemap
-
Maps the CHART.JS element used by Treemap controller.
- TreeMapElementOptions - Class in org.pepstock.charba.client.treemap
-
Maps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
- TreeMapOptions - Class in org.pepstock.charba.client.treemap
-
Specific options for treemap chart.
- TREK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Trek6" -
- TRIANGLE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a triangle on the tile.
- TRIANGLE - org.pepstock.charba.client.enums.PointStyle
- TRINIDAD_AND_TOBAGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Trinidad and Tobago region.
- TRINIDAD_AND_TOBAGO_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Trinidad and Tobago Dollar currency.
- TRUE - org.pepstock.charba.client.enums.BorderSkipped
-
The property sets
true
to skip all borders. - TRUE - org.pepstock.charba.client.enums.Display
-
This is default and the axis is drawn.
For plugin, this is default and the label is drawn. - TRUE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to the chart area.
- TSONGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tsonga language.
- TSWANA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tswana language.
- TUESDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is TUESDAY.
- TUGRIK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tugrik currency.
- TUNISIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tunisia region.
- TUNISIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tunisian Dinar currency.
- TURBO - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color turbo.
- TURKEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Turkey timezone.
- TURKEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turkey region.
- TURKISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Turkish language.
- TURKISH_LIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Turkish Lira currency.
- TURKMEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Turkmen language.
- TURKMENISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turkmenistan region.
- TURKMENISTAN_NEW_MANAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Turkmenistan New Manat currency.
- TURKS_AND_CAICOS_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turks and Caicos Islands region.
- TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "turquoise" -
- TURQUOISE_FLOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Turquoise flow" -
- TUVALU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tuvalu region.
- TWELVE - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWELVE" -
- TWENTY - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWENTY" -
- TWENTY_FOUR - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWENTY_FOUR" -
- TWI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Twi language.
- TWILIGHT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Twilight6" -
- TWITCH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Twitch" -
- TWITTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Twitter" -
- TWO_DIGITS - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
2 digits setting for month (e.g., 02).
- TWO_DIGITS - org.pepstock.charba.client.intl.enums.NumberItemStyle
-
2 digits setting for item (e.g., 01).
- type() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
- type() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns the animation type related to the property.
- type() - Method in interface org.pepstock.charba.client.options.IsTypedAnimationKey
-
Returns the animation type related to the property.
- type(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the java script type of the property.
- Type - Interface in org.pepstock.charba.client
-
Interface to map the type and scale type of a chart.
- TYPE - Static variable in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
MATRIX element type.
- 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.AxisEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisHoverEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisLeaveEvent
-
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.DatasetRangeCleanSelectionEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
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.SubtitleClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.SubtitleEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.SubtitleLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.geo.BubbleMapChart
-
Name of chart type "bubbleMap"
- TYPE - Static variable in class org.pepstock.charba.client.geo.ChoroplethChart
-
Name of chart type "choropleth"
- TYPE - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElement
-
GEOFEATURE element type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.ProjectionAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Size axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
-
Size axis type.
- TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
-
Name of chart type "charbagauge" for gauge
- TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
-
Name of chart type "charbameter" for meter
- TYPE - Static variable in class org.pepstock.charba.client.items.ArcElement
-
ARC element type.
- TYPE - Static variable in class org.pepstock.charba.client.items.BarElement
-
BAR element type.
- TYPE - Static variable in class org.pepstock.charba.client.items.PointElement
-
POINT element type.
- TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
-
Name of chart type "matrix"
- TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixElement
-
MATRIX element type.
- TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
-
Name of chart type "sankey"
- TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyElement
-
SANKEY element type.
- TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
-
Name of chart type "treemap"
- TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapElement
-
TREEMAP element type.
- TypedDataset - Class in org.pepstock.charba.client.configuration
-
It contains the options to apply to all datasets of the chart.
- TypedDataset - Class in org.pepstock.charba.client.options
-
Contains the options for the data sets.
- 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
- UAE_DIRHAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for UAE Dirham currency.
- UCT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for UCT timezone.
- UGANDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uganda region.
- UGANDA_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uganda Shilling currency.
- UGAR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ugaritic script.
- UIGHUR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Uighur language.
- UiGradient - Enum in org.pepstock.charba.client.colors
-
uiGradients is a community contributed collection of beautiful multi-color gradients.
Enumerates the uiGradients items, with a set of predefined colors, in order to create CharbaGradient
s. - UINT8_CLAMPED_ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as unit 8 array with name "Uint8ClampedArray".
- UK - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.UNITED_KINGDOM
. - UKRAINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ukraine" -
- UKRAINE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ukraine region.
- UKRAINIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ukrainian language.
- ULTRA_VOILET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ultra Voilet" -
- unclipArea(Context2dItem) - Method in class org.pepstock.charba.client.Helpers
-
Unclips the area previously set.
- undefined() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns an
undefined
instance. - Undefined - Class in org.pepstock.charba.client.items
-
Class with default values when the java script object returns an UNDEFINED value.
- UNDEFINED - org.pepstock.charba.client.annotation.enums.ContentType
- UNDEFINED - org.pepstock.charba.client.commons.ObjectType
-
A variable that has not been assigned a value
- UNDER_BLUE_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Under Blue Green" -
- UNDER_THE_LAKE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Under the Lake" -
- UNDERLINE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line beneath it.
- UNDERSCORE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for UNDERSCORE, "_".
- UNDO - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Undo the last action.
- UNICORN_RAINBOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Unicorn Rainbow" -
- UNIDAD_DE_FOMENTO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad de Fomento currency.
- UNIDAD_DE_VALOR_REAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad de Valor Real currency.
- UNIDAD_PREVISIONAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad Previsional currency.
- UNIDENTIFIED - org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
The user agent wasn't able to map the event's virtual keycode to a specific key value.
This can happen due to hardware or software constraints, or because of constraints around the platform on which the user agent is running. - UninstallHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - Unit - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the unit of measure for sizes.
- UNIT - org.pepstock.charba.client.intl.enums.FormatPartType
-
The unit string.
- UNIT - org.pepstock.charba.client.intl.enums.Style
-
For unit formatting.
- UNITED_ARAB_EMIRATES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United Arab Emirates region.
- UNITED_KINGDOM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United Kingdom region.
- UNITED_STATES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States region.
- UNITED_STATES_MINOR_OUTLYING_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States Minor Outlying Islands region.
- UNITED_STATES_VIRGIN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States Virgin Islands region.
- UNIVERSAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Universal timezone.
- UNKNOWN - org.pepstock.charba.client.dom.enums.NodeType
- UNKNOWN - org.pepstock.charba.client.dom.enums.PointerType
-
If the device type cannot be detected by the browser, the value can be an empty string ("").
- UNKNOWN - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are missing or set by a callback,
WidthCallback
orRadiusCallback
. - UNKNOWN - org.pepstock.charba.client.enums.ContextType
-
Unknown context type.
- UNKNOWN - org.pepstock.charba.client.enums.DataPointType
-
The data property is not set yet.
- UNKNOWN - org.pepstock.charba.client.enums.DataType
-
The data property is not set yet.
- UNKNOWN - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for chart with a single axis.
- UNKNOWN - org.pepstock.charba.client.intl.enums.FormatPartType
-
Unknown token.
This is an add-on of Charba implementation. - UNKNOWN - org.pepstock.charba.client.utils.toast.enums.Status
-
The status is unknown, default.
- unmodifiableKeys(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a unmodifiable array list of
Key
values by an java script array of strings. - unmodifiableList(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of enumeration values (instance of
Key
). - unmodifiableList(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(ArrayCanvas) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of canvas by a java script array of canvas.
- 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(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of java script native double array container by a java script array and a factory.
- 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(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(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.
- 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(ArrayTouch) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of touches by a java script array of touches.
- unmodifiableSet(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of strings by a java script array of strings.
- unmodifiableSet(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates an unmodifiable array set of
Key
values by an java script array of strings. - 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.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart. - update() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- update() - 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. - update(TransitionKey) - Method in class org.pepstock.charba.client.AbstractChart
-
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 animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - update(TransitionKey) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- update(TransitionKey) - 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. - update(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
-
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 configuration 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. - update(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- 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. - UPDATE - Static variable in class org.pepstock.charba.client.UpdateConfiguration
-
Default animation mode key, used for chart updating.
- UpdateConfiguration - Class in org.pepstock.charba.client
-
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() - Constructor for class org.pepstock.charba.client.UpdateConfiguration
-
Creates an empty animation mode to use for chart updating.
- UpdateConfigurationBuilder - Class in org.pepstock.charba.client
-
Comfortable object to create
UpdateConfiguration
item. - UPPER_SORBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Upper Sorbian language.
- URBAN_POP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "UrbanPop6" -
- URBAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Urban6" -
- URDU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Urdu language.
- URUGUAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uruguay region.
- URUGUAY_PESO_EN_UNIDADES_INDEXADAS - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uruguay Peso en Unidades Indexadas (UI) currency.
- US - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.UNITED_STATES
. - US_ALASKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Alaska timezone.
- US_ALEUTIAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Aleutian timezone.
- US_ARIZONA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Arizona timezone.
- US_CENTRAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Central timezone.
- US_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for US Dollar currency.
- US_DOLLAR_NEXT_DAY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for US Dollar (Next day) currency.
- US_EAST_INDIANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/East-Indiana timezone.
- US_EASTERN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Eastern timezone.
- US_HAWAII - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Hawaii timezone.
- US_INDIANA_STARKE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Indiana-Starke timezone.
- US_MICHIGAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Michigan timezone.
- US_MOUNTAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Mountain timezone.
- US_PACIFIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Pacific timezone.
- US_SAMOA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Samoa timezone.
- UTC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for UTC timezone.
- Utilities - Class in org.pepstock.charba.client.utils
-
Sets of methods used as common utilities.
- UZBEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Uzbek language.
- UZBEKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uzbekistan region.
- UZBEKISTAN_SUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uzbekistan Sum currency.
V
- VAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vai language.
- VAII - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for vaii numbering system.
- VAII - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Vai script.
- VALID_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- VALID_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- VALID_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- VALID_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- validOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrDefault(T, T) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent object and returns it.
- validOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
- value() - Method in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
- value() - Method in enum org.pepstock.charba.client.annotation.enums.DrawTime
- value() - Method in enum org.pepstock.charba.client.annotation.enums.Event
- value() - Method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
- 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 class org.pepstock.charba.client.commons.AbstractKey
- 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.controllers.ControllerType
- value() - Method in enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- value() - Method in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
- 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.dom.enums.BorderStyle
- value() - Method in enum org.pepstock.charba.client.dom.enums.CursorType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Display
- value() - Method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Returns the numeric representation of the phase.
- value() - Method in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Returns the numeric representation of the location.
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.MouseEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.MutationType
- value() - Method in enum org.pepstock.charba.client.dom.enums.PointerEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.PointerType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Position
- value() - Method in enum org.pepstock.charba.client.dom.enums.Repetition
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextBaseline
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextDecoration
- value() - Method in enum org.pepstock.charba.client.dom.enums.TouchEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Unit
- value() - Method in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
- value() - Method in enum org.pepstock.charba.client.enums.AnimationEventType
- value() - Method in enum org.pepstock.charba.client.enums.AnimationType
- value() - Method in enum org.pepstock.charba.client.enums.AxisKind
- value() - Method in enum org.pepstock.charba.client.enums.AxisPosition
- value() - Method in enum org.pepstock.charba.client.enums.BorderAlign
- value() - Method in enum org.pepstock.charba.client.enums.BorderItemType
- value() - Method in enum org.pepstock.charba.client.enums.BorderSkipped
- value() - Method in enum org.pepstock.charba.client.enums.Bounds
- value() - Method in enum org.pepstock.charba.client.enums.CapStyle
- value() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- value() - Method in enum org.pepstock.charba.client.enums.ChartEventProperty
- value() - Method in enum org.pepstock.charba.client.enums.ColorType
- value() - Method in enum org.pepstock.charba.client.enums.ContextType
- value() - Method in enum org.pepstock.charba.client.enums.CrossAlign
- value() - Method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
- value() - Method in enum org.pepstock.charba.client.enums.DataPointType
- value() - Method in enum org.pepstock.charba.client.enums.DataType
- value() - Method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
- value() - Method in enum org.pepstock.charba.client.enums.DefaultPluginId
- value() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
- value() - Method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
- value() - Method in enum org.pepstock.charba.client.enums.Display
- value() - Method in enum org.pepstock.charba.client.enums.DrawTime
- value() - Method in enum org.pepstock.charba.client.enums.Easing
- value() - Method in enum org.pepstock.charba.client.enums.ElementAlign
- value() - Method in enum org.pepstock.charba.client.enums.Fill
- 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.ImageMimeType
- value() - Method in enum org.pepstock.charba.client.enums.IndexAxis
- 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.IsoWeekDay
-
Returns the ISO day of the week.
- value() - Method in enum org.pepstock.charba.client.enums.JoinStyle
- value() - Method in enum org.pepstock.charba.client.enums.LegendEventProperty
- value() - Method in enum org.pepstock.charba.client.enums.ModifierKey
- 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.PointStyleType
- value() - Method in enum org.pepstock.charba.client.enums.Position
- value() - Method in enum org.pepstock.charba.client.enums.RegressionType
- value() - Method in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
- value() - Method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
- value() - Method in enum org.pepstock.charba.client.enums.Stepped
- 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.TickAlign
- 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.TooltipAlign
- value() - Method in enum org.pepstock.charba.client.enums.TooltipPosition
- value() - Method in enum org.pepstock.charba.client.enums.Weight
- value() - Method in class org.pepstock.charba.client.events.EventType
- value() - Method in enum org.pepstock.charba.client.geo.enums.Align
- value() - Method in enum org.pepstock.charba.client.geo.enums.ClipMap
- value() - Method in enum org.pepstock.charba.client.geo.enums.Interpolate
- value() - Method in enum org.pepstock.charba.client.geo.enums.Mode
- value() - Method in enum org.pepstock.charba.client.geo.enums.Position
- value() - Method in enum org.pepstock.charba.client.geo.enums.Projection
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Align
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
- 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.intl.enums.Calendar
- value() - Method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.Currency
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencySign
- value() - Method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatPartType
- value() - Method in enum org.pepstock.charba.client.intl.enums.HourCycle
- value() - Method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.Notation
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.SignDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.Style
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
- value() - Method in enum org.pepstock.charba.client.intl.Language
- value() - Method in enum org.pepstock.charba.client.intl.Region
- value() - Method in enum org.pepstock.charba.client.intl.Script
- value() - Method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
- 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 enum org.pepstock.charba.client.matrix.enums.Anchor
- value() - Method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.FillHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.Options.CommonProperty
- value() - Method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
- value() - Method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- value() - Method in class org.pepstock.charba.client.positioner.CustomTooltipPosition
- value() - Method in enum org.pepstock.charba.client.resources.ResourceName
- value() - Method in enum org.pepstock.charba.client.sankey.enums.ColorMode
- value() - Method in enum org.pepstock.charba.client.sankey.enums.Size
- value() - Method in enum org.pepstock.charba.client.treemap.enums.Align
- value() - Method in enum org.pepstock.charba.client.treemap.enums.Position
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.Align
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.Status
- value() - Method in enum org.pepstock.charba.client.zoom.enums.Mode
- VALUE - org.pepstock.charba.client.labels.enums.Render
-
The value will be rendered.
- ValueCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to set:
xMin
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
xMax
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
yMin
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
yMax
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
xValue
forPointAnnotation
yValue
forPointAnnotation
value
forLineAnnotation
, infinitive lineendValue
forLineAnnotation
, infinitive line
properties at runtime. - valueForButton() - Method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Indicates which button was pressed on the mouse to trigger the event.
- valueForButtons() - Method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Indicates which buttons are pressed on the mouse (or other input device) when a mouse event is triggered.
- ValueLabel - Class in org.pepstock.charba.client.impl.charts
-
Meter element class to define the value label to render in the meter chart.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
-
Returns the enum constant of this type with the specified name.
- 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.GoogleChartColor
-
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.colors.UiGradient
-
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.AbstractDataPoint.CharbaProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
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.dom.enums.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MouseEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.PointerEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.PointerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TouchEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisPosition
-
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.BorderItemType
-
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.Bounds
-
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.ChartAxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CrossAlign
-
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.DataPointType
-
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.DecimationAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionKey
-
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.DrawTime
-
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.ElementAlign
-
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.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.ImageMimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IndexAxis
-
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.IsoWeekDay
-
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.LegendEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
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.PointStyleType
-
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.RegressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Stepped
-
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.TickAlign
-
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.TooltipAlign
-
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.enums.Weight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.ClipMap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Interpolate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Projection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
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.DatasetSeletionEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
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.intl.enums.Calendar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Notation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Script
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
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.matrix.enums.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.enums.ColorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.enums.Size
-
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.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.enums.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
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.annotation.enums.CalloutPosition
-
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.annotation.enums.ContentType
-
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.annotation.enums.DrawTime
-
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.annotation.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.annotation.enums.LabelPosition
-
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.callbacks.ScriptableDoubleChecker
-
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.callbacks.ScriptableIntegerChecker
-
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.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.GoogleChartColor
-
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.colors.UiGradient
-
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.AbstractDataPoint.CharbaProperty
-
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.AbstractXYDataPoint.XYProperty
-
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.CanvasObjectProperty
-
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.CommonProperty
-
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.dom.enums.BorderStyle
-
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.dom.enums.CursorType
-
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.dom.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.dom.enums.EventButton
-
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.dom.enums.EventPhase
-
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.dom.enums.GlobalCompositeOperation
-
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.dom.enums.KeyboardCommonKey
-
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.dom.enums.KeyboardEditingKey
-
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.dom.enums.KeyboardEventType
-
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.dom.enums.KeyboardFunctionKey
-
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.dom.enums.KeyboardLocation
-
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.dom.enums.KeyboardModifierKey
-
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.dom.enums.KeyboardNavigationKey
-
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.dom.enums.KeyboardUiKey
-
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.dom.enums.KeyboardWhitespaceKey
-
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.dom.enums.MouseEventType
-
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.dom.enums.MutationType
-
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.dom.enums.NodeType
-
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.dom.enums.PointerEventType
-
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.dom.enums.PointerType
-
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.dom.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.dom.enums.Repetition
-
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.dom.enums.TextBaseline
-
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.dom.enums.TextDecoration
-
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.dom.enums.TouchEventType
-
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.dom.enums.Unit
-
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.AnimationEventType
-
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.AnimationType
-
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.AxisKind
-
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.AxisPosition
-
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.BorderItemType
-
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.Bounds
-
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.ChartAxisType
-
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.ChartEventProperty
-
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.ColorType
-
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.ContextType
-
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.CrossAlign
-
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.DataPointType
-
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.DecimationAlgorithm
-
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.DefaultAnimationCollectionKey
-
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.DefaultAnimationPropertyKey
-
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.DefaultPluginId
-
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.DefaultScaleId
-
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.DefaultTransitionKey
-
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.DrawTime
-
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.ElementAlign
-
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.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.ImageMimeType
-
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.IndexAxis
-
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.IsoWeekDay
-
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.LegendEventProperty
-
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.ModifierKey
-
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.PointStyleType
-
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.RegressionType
-
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.ScaleDataType
-
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.ScaleTitleAlign
-
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.Stepped
-
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.TickAlign
-
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.TooltipAlign
-
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.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.geo.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.geo.enums.ClipMap
-
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.geo.enums.Interpolate
-
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.geo.enums.Mode
-
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.geo.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.geo.enums.Projection
-
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.DefaultThreshold
-
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.DatasetSeletionEventType
-
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.GoogleChartScheme
-
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.intl.enums.Calendar
-
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.intl.enums.CompactDisplay
-
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.intl.enums.Currency
-
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.intl.enums.CurrencyDisplay
-
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.intl.enums.CurrencySign
-
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.intl.enums.DateTimeStyle
-
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.intl.enums.FormatMatcher
-
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.intl.enums.FormatPartType
-
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.intl.enums.HourCycle
-
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.intl.enums.LocaleMatcher
-
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.intl.enums.MeasureUnit
-
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.intl.enums.MeasureUnitDisplay
-
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.intl.enums.MixedItemStyle
-
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.intl.enums.Notation
-
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.intl.enums.NumberingSystem
-
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.intl.enums.NumberItemStyle
-
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.intl.enums.SignDisplay
-
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.intl.enums.StringItemStyle
-
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.intl.enums.Style
-
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.intl.enums.TimeZone
-
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.intl.enums.TimeZoneName
-
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.intl.Language
-
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.intl.Region
-
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.intl.Script
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.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.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.matrix.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.options.BarDatasetOptionsHandler.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.options.FillHandler.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.options.Options.CommonProperty
-
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.options.SpanGapHandler.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.plugins.AbstractPluginOptions.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.resources.ResourceName
-
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.sankey.enums.ColorMode
-
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.sankey.enums.Size
-
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.
- values() - Static method in enum org.pepstock.charba.client.treemap.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.treemap.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.utils.CTimer.Status
-
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.utils.toast.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.utils.toast.enums.DefaultProgressBarType
-
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.utils.toast.enums.DefaultToastType
-
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.utils.toast.enums.MaximumOpenItemsPolicy
-
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.utils.toast.enums.Status
-
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.zoom.enums.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VANUATU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vanuatu region.
- VANUSA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vanusa" -
- VAPOR_TRAIL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "VaporTrail6" -
- VASILY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vasily" -
- VATICAN_CITY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vatican City region.
- VATU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Vatu currency.
- VELVET_SUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Velvet Sun" -
- VENDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Venda language.
- VENEZUELA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Venezuela region.
- VENICE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Venice" -
- VENICE_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Venice Blue" -
- VENTURE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Venture6" -
- VER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ver" -
- VER_BLACK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ver Black" -
- VERTICAL_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a line vertically on the tile.
- VERTICAL_TEXT - org.pepstock.charba.client.dom.enums.CursorType
-
The vertical text can be selected.
- VERTICAL_ZIGZAG - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a zig zag vertically on the tile.
- VerticalLineChart - Class in org.pepstock.charba.client
-
Vertical 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. - VerticalLineChart() - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the object.
- VerticalLineChart(Type) - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - VerticalLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
Vertical LINE chart GWT WIDGET 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. - VerticalLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the object.
- VerticalLineChartWidget(VerticalLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - VerticalLineDataset - Class in org.pepstock.charba.client.data
-
The vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. - VerticalLineDataset() - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default. - VerticalLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default. - VerticalLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using chart type related to the data set.
- VerticalLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default and chart type related to the data set.
- VerticalLineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for vertical LINE chart.
- VerticalLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.VerticalLineOptions
-
Builds the object storing the chart instance and default values.
- VERVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Verve6" -
- VERY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Very Blue" -
- VICE_CITY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vice City" -
- VIETNAM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vietnam region.
- VIETNAMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vietnamese language.
- VIEW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "View6" -
- VINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vine" -
- VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "violet" -
- VIOLET_II6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "VioletII6" -
- VIOLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Violet6" -
- VIRGIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Virgin" -
- VIRGIN_AMERICA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Virgin America" -
- VIRIDIS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color viridis.
- VISIBLE - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for visible property.
- VISIBLE - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to visible property to animate the element.
- VISIONS_OF_GRANDEUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Visions of Grandeur" -
- VISP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Visible Speech script.
- VISUAL_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Visual Blue" -
- VOLAPAK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Volapük language.
- VUNJO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vunjo language.
W
- W_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the left cursor
- W_SU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for W-SU timezone.
- W100 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 100.
- W200 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 200.
- W300 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 300.
- W400 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 400.
- W500 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 500.
- W600 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 600.
- W700 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 700.
- W800 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 800.
- W900 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 900.
- WAIT - org.pepstock.charba.client.dom.enums.CursorType
-
The program is busy, and the user can't interact with the interface (in contrast to progress).
- WALLIS_AND_FUTUNA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Wallis and Futuna region.
- WALSER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Walser language.
- WARA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for wara numbering system.
- WARA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Warang Citi (Varang Kshiti) script.
- WARM - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color warm.
- WARNING - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the warning threshold.
- WARNING - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Warning toast type -
- WARNING - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Warning toast type - Toast content
- WAVEFORM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Waveform6" -
- WCHO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for wcho numbering system.
- WCHO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Wancho script.
- WEAVE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a weave on the tile.
- WEDDING_DAY_BLUES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Wedding Day Blues" -
- WEDNESDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is WEDNESDAY.
- WEEK - org.pepstock.charba.client.enums.TimeUnit
-
Week time unit
- WEEK - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for week.
- WEEK_DAY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the weekday, for example "M", "Monday", or "Montag".
- Weight - Enum in org.pepstock.charba.client.enums
-
The weight sets how thick or thin characters in text should be displayed.
- WELSH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Welsh language.
- WEST_CENTRAL_OROMO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for West Central Oromo language.
- WESTERN_FRISIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Western Frisian language.
- WESTERN_SAHARA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Western Sahara region.
- WHAT_LIES_BEYOND - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "What lies Beyond" -
- WHEAT - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "wheat" -
- Wheel - Class in org.pepstock.charba.client.zoom
-
Base object to map wheel options for
ZoomPlugin.ID
plugin configuration.
It represents the container for WHEEL options. - WHEEL - org.pepstock.charba.client.annotation.enums.Event
-
A wheel button of a pointing device is rotated in any direction.
- WHINEHOUSE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Whinehouse" -
- WHITE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "WHITE" -
- WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "white" -
- WHITE_SMOKE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "whiteSmoke" -
- WidthCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
width
property at runtime. - Window - Class in org.pepstock.charba.client.utils
-
The window object represents an open window in a browser.
- WINDOW - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as window with name "window".
- WINDY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Windy" -
- WINTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Winter" -
- WINTER_WOODS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Winter Woods" -
- WINTER10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Winter10" -
- WIR_EURO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for WIR Euro currency.
- WIR_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for WIR Franc currency.
- WIRETAP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Wiretap" -
- WISP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Wisp6" -
- WITCHING_HOUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Witching Hour" -
- WOLAYTTA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Wolaytta language.
- WOLE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Woleai script.
- WOLOF - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Wolof language.
- WON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Won currency.
- WOOD_TYPE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "WoodType6" -
X
- X - org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- X - org.pepstock.charba.client.enums.AxisKind
-
X directions are used in calculating axis.
- X - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to x property to animate the element.
- X - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for X cartesian axis.
- X - org.pepstock.charba.client.enums.IndexAxis
-
X directions are used in calculating index axis.
- X - org.pepstock.charba.client.enums.InteractionAxis
-
X directions are used in calculating distances.
- X - org.pepstock.charba.client.enums.InteractionMode
-
Returns all items that would intersect based on the X coordinate of the position only.
Note that this only applies to cartesian charts - X - org.pepstock.charba.client.zoom.enums.Mode
-
X directions are used for panning and zooming.
- XHOSA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Xhosa language.
- XOR - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Shapes are made transparent where both overlap and drawn normal everywhere else.
- XPEO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Persian script.
- XSUX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cuneiform, Sumero-Akkadian script.
- XY - org.pepstock.charba.client.enums.InteractionAxis
-
XY directions are used in calculating distances.
- XY - org.pepstock.charba.client.zoom.enums.Mode
-
XY directions are used for panning and zooming.
Y
- Y - org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- Y - org.pepstock.charba.client.enums.AxisKind
-
Y directions are used in calculating axis.
- Y - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to y property to animate the element.
- Y - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for Y cartesian axis.
- Y - org.pepstock.charba.client.enums.IndexAxis
-
Y directions are used in calculating index axis (used for horizontal bar).
- Y - org.pepstock.charba.client.enums.InteractionAxis
-
Y directions are used in calculating distances.
- Y - org.pepstock.charba.client.enums.InteractionMode
-
Returns all items that would intersect based on the Y coordinate of the position.
Note that this only applies to cartesian charts. - Y - org.pepstock.charba.client.zoom.enums.Mode
-
Y directions are used for panning and zooming.
- YAKUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yakut language.
- YANGBEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yangben language.
- YARD - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for yard.
- YEAR - org.pepstock.charba.client.enums.TimeUnit
-
Year time unit
- YEAR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the year, for example "2012" or "96".
- YEAR - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for year.
- YEAR_NAME - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the yearName in relevant contexts, for example "geng-zi"
- YELLOW - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW" -
- YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "yellow" -
- YELLOW - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "YELLOW" -
- YELLOW_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_1" -
- YELLOW_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_2" -
- YELLOW_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_3" -
- YELLOW_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_4" -
- YELLOW_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_1" -
- YELLOW_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_2" -
- YELLOW_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_3" -
- YELLOW_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_4" -
- YELLOW_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "yellowGreen" -
- YELLOW_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_1" -
- YELLOW_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_2" -
- YELLOW_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_3" -
- YELLOW_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_4" -
- YELLOW_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_5" -
- YELLOW_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "YellowOrange6" -
- YELLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Yellow6" -
- YEMEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Yemen region.
- YEMENI_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yemeni Rial currency.
- YEN - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yen currency.
- YEZI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Yezidi script.
- YIDDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yiddish language.
- YIII - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Yi script.
- YL_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylGn.
- YL_GN_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylGnBu.
- YL_GN_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu3" -
- YL_GN_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu4" -
- YL_GN_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu5" -
- YL_GN_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu6" -
- YL_GN_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu7" -
- YL_GN_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu8" -
- YL_GN_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu9" -
- YL_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn3" -
- YL_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn4" -
- YL_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn5" -
- YL_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn6" -
- YL_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn7" -
- YL_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn8" -
- YL_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn9" -
- YL_OR_BR - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylOrBr.
- YL_OR_BR3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr3" -
- YL_OR_BR4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr4" -
- YL_OR_BR5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr5" -
- YL_OR_BR6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr6" -
- YL_OR_BR7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr7" -
- YL_OR_BR8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr8" -
- YL_OR_BR9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr9" -
- YL_OR_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylOrRd.
- YL_OR_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd3" -
- YL_OR_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd4" -
- YL_OR_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd5" -
- YL_OR_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd6" -
- YL_OR_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd7" -
- YL_OR_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd8" -
- YL_OR_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd9" -
- YODA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Yoda" -
- YORUBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yoruba language.
- YOUTUBE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "YouTube" -
- YUAN_RENMINBI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yuan Renminbi currency.
- YUE_CHINESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yue Chinese language.
Z
- ZAMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Zambia region.
- ZAMBIAN_KWACHA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zambian Kwacha currency.
- ZANB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Zanabazar Square (Zanabazarin Dörböljin Useg, Xewtee Dörböljin Bicig, Horizontal Square Script) script.
- ZARMA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Zarma language.
- ZCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.ID
plugin to setz
property at runtime. - ZENTA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Zenta" -
- ZIGZAG - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a zig zag line on the tile.
- ZIMBABWE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Zimbabwe region.
- ZIMBABWE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zimbabwe Dollar currency.
- ZINC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Zinc" -
- ZINH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for inherited script script.
- ZLOTY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zloty currency.
- ZMTH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mathematical notation script.
- zoom(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, double, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, Amount, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- Zoom - Class in org.pepstock.charba.client.zoom
-
Base object to map zoom options for
ZoomPlugin.ID
plugin configuration.
It represents the container for ZOOM options. - ZOOM - org.pepstock.charba.client.enums.ContextType
-
Zoom plugin context type.
- ZOOM_IN - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be zoomed (magnified) in;
- ZOOM_IN - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
ZoomIn
key. - ZOOM_OUT - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be zoomed (magnified) out
- ZOOM_OUT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
ZoomOut
key. - ZOOM_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS ZOOM plugin.
- ZOOM_TRANSITION_MODE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Custom transition mode to update the chart by API, "zoom".
- ZoomContext - Class in org.pepstock.charba.client.zoom
-
The callback or handler context, created and passed by
ZoomPlugin.ID
which contains the link to the native chart and the event. - ZoomOptions - Class in org.pepstock.charba.client.zoom
-
This is the
ZoomPlugin.ID
plugin options where to set all the configuration needed to the plugin. - ZoomOptions() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
-
Creates new
ZoomPlugin.ID
plugin options. - ZoomOptions(IsChart) - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
-
Creates new
ZoomPlugin.ID
plugin options, relating to chart instance for default. - ZoomOptionsFactory - Class in org.pepstock.charba.client.zoom
-
Factory to get the options (form chart, form dataset or from default global ones) related to
ZoomPlugin.ID
plugin. - ZoomPlugin - Class in org.pepstock.charba.client.zoom
-
Entry point of ZOOM plugin to enable the plugin.
The ZOOM plugin is highly customizable CHART.JS plugin that is zooming data of charts.
The ZOOM plugin plugin has got a dependency with javascript utility hammer, utility used for gesture recognition. - zoomScale(IsChart, ScaleId, ScaleRange) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart scale on demand, programmatically.
- zoomScale(IsChart, ScaleId, ScaleRange, TransitionKey) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart scale on demand, programmatically.
- ZSYE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Symbols (Emoji variant) script.
- ZSYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Symbols script.
- ZULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Zulu timezone.
- ZULU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Zulu language.
- ZXXX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for unwritten documents script.
- ZYYY - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for undetermined script script.
- ZZZZ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for uncoded script script.
All Classes All Packages