- GaugeChart - Class in org.pepstock.charba.client.impl.charts
-
GAUGE chart implementation.
- GaugeChart() - Constructor for class org.pepstock.charba.client.impl.charts.GaugeChart
-
Builds the object.
- GaugeDataset - Class in org.pepstock.charba.client.impl.charts
-
The Gauge chart allows a number of properties to be specified for each dataset.
- GaugeDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset for gauge with maximum value of data.
- GaugeDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset setting the maximum value of dataset and defaults value.
- GaugeOptions - Class in org.pepstock.charba.client.impl.charts
-
Specific options for GAUGE chart.
- GaugeOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeOptions
-
Builds the object storing the chart instance and defaults.
- GaugeThreshold - Enum in org.pepstock.charba.client.impl.charts
-
Default gauge thresholds.
- generateLegend() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns an HTML string of a legend for that chart.
- generateLegend(IsChart, SafeHtmlBuilder) - Method in interface org.pepstock.charba.client.callbacks.LegendCallback
-
Creates HTML representation of legend.
- generateLegend() - Method in interface org.pepstock.charba.client.IsChart
-
Returns an HTML string of a legend for that chart.
- generateLegendLabels(IsChart) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Generates legend items for each thing in the legend.
- get(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the chart instance by its id.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the element at the specified position in this list.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(Key, NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object, when the ID is stored as integer
- get() - Static method in class org.pepstock.charba.client.commons.JsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.commons.Merger
-
Singleton method to get the instance
- get(Type) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global
options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type])
default scale options (by chart.defaults.scale)
global options (by chart.defaults.global)
- get() - Static method in class org.pepstock.charba.client.controllers.Controllers
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.Defaults
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Singleton method to return the instance
- get() - Static method in class org.pepstock.charba.client.Helpers
-
Singleton method to get the instance
- get() - Static method in class org.pepstock.charba.client.positioner.Positioner
-
Singleton object to get the tooltip positioner instance
- get() - Static method in class org.pepstock.charba.client.utils.JsWindowHelper
-
Singleton object to get the helper instance
- getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render after the body section
- getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines after body section.
- getAlign() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the alignment of the legend.
- getAlign() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the position of the label relative to the anchor point position and orientation.
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the alignment of the legend.
- getAlign() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the clear selection align.
- getAlign() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the alignment of the legend.
- getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the align callback, if set, otherwise null
.
- getAlpha() - Method in class org.pepstock.charba.client.colors.Color
-
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the alpha rate.
- getAnchor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the anchor point, which is defined by an orientation vector and a position on the data element.
- getAnchorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the anchor callback, if set, otherwise null
.
- getAngle() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc angle to cover.
- getAngleLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the angle lines element.
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getAngleLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the angle lines default.
- getAngleLines() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the angle lines element.
- getAnimation() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the animation defaults.
- getAnimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the animation element.
- getAnimationDuration() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns the duration in milliseconds it takes to animate hover style changes.
- getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
- getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
-
- getAnimationDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
-
Returns the duration in milliseconds it takes to animate hover style changes.
- getAnimationDuration() - Method in class org.pepstock.charba.client.options.Hover
-
Returns the duration in milliseconds it takes to animate hover style changes.
- getAnimationItem() - Method in class org.pepstock.charba.client.items.AnimationObject
-
Returns the animation item, by the native java script object.
- getArc() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the arc element.
- getArc() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getArc() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns ARC object defaults.
- getArc() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the arc element.
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns an area object used to define the area of LINEAR gradient.
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
- getAspectRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the aspect ratio.
- getAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.TitleClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
-
- getAttribute(Key) - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns a custom field value from data point.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getAutoSkipPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the axis instance.
- getAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
- getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
-
- getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the axis configuration instance if exists.
- getAxis() - Method in class org.pepstock.charba.client.options.Hover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the user callback that runs before/after ticks are created.
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the user callback that runs before/after ticks are created.
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Returns the user callback that runs before/after ticks are created.
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the user callback that runs before/after ticks are created.
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the user callback that runs before/after ticks are created.
- getAxisCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after tick rotation is determined.
- getAxisDataLimitsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after data limits are determined.
- getAxisDimensionsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after dimensions are set.
- getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after the scale fits to the canvas.
- getAxisMargins() - Method in class org.pepstock.charba.client.items.AxisItem
-
Returns the margins of axis
- getAxisMinSize() - Method in class org.pepstock.charba.client.items.AxisItem
-
Returns the minimum size of axis
- getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after ticks are converted into strings.
- getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the update process.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the color of label backdrops.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the horizontal padding of label backdrop.
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getBackdropPaddingX() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the horizontal padding of label backdrop.
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the horizontal padding of label backdrop.
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the vertical padding of label backdrop.
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getBackdropPaddingY() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the vertical padding of label backdrop.
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the vertical padding of label backdrop.
- getBackgroundColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill colors of the elements.
- getBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the fill color of the dataset item.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the background color of tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.labels.FontColorItem
-
Returns the fill color under the line.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill gradient of elements.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradient under the line.
If property is missing or not a gradient, returns null
.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background gradient.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill pattern under the line.
If property is missing or not a pattern, returns null
.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background pattern.
- getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill patters of elements.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill colors of the elements.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the fill color of the dataset item.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the background color of tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.labels.FontColorItem
-
Returns the fill color
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the background color callback, if set, otherwise null
.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the background color callback, if set, otherwise null
.
- getBarPercentage() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarThickness() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the width of each bar in pixels.
- getBase() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the base value of dataset.
- getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render before the body section.
- getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines before body section.
- getBlue() - Method in class org.pepstock.charba.client.colors.Color
-
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the blue value.
- getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of items which belong to the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getBodyCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user body callback.
- getBodyFontColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color.
- getBodyFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip body section.
- getBodyFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font color.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip body section.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body line font.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body line font.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip body section.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body line font.
- getBodyFontSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font size.
- getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font size.
- getBodyFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip body section.
- getBodyFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font size.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font style.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodyFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font style.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip body section.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font style.
- getBodySpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBodySpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip body section.
- getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBorderAlign() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.data.BorderAligner
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getBorderAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlignCallback() - Method in class org.pepstock.charba.client.data.BorderAligner
-
Returns the border align callback, if set, otherwise null
.
- getBorderAligner() - Method in class org.pepstock.charba.client.data.PieDataset
-
- getBorderAligner() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
- getBorderCapStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderCapStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback, if set, otherwise null
.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the color of the bar border
- getBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color.
- getBorderColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the color of the dataset item border
- getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the gradient of the bar border.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the gradient of the line.
If property is missing or not a gradient, returns null
.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the color of the bar border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border color as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the color of the dataset item border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the border color of tooltips.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorBackground() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the border color of tooltips.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border color callback, if set, otherwise null
.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border color callback, if set, otherwise null
.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback, if set, otherwise null
.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback, if set, otherwise null
.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback, if set, otherwise null
.
- getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border radius.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border radius callback, if set, otherwise null
.
- getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Rectangle
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
-
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRectangle
-
- getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultRectangle
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.options.Rectangle
-
Returns the edge to skip drawing the border for.
- getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border skipped callback, if set, otherwise null
.
- getBorderWidth() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the border width value.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke width of the bar in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the line in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartRectangle
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border width.
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the border width of the selection.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the stroke width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the size of border.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size of the border.
- getBorderWidthAsItem() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border width callback, if set, otherwise null
.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the border width callback, if set, otherwise null
.
- getBottom() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the bottom coordinate.
- getBottom() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.datalabels.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the bottom of chart area.
- getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the width of colored box.
- getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function callback
implemented into additional java script source.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the user callback to change point labels.
- getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
- getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the callbacks element.
- getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the canvas element used to draw the chart.
- getCanvas() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the canvas element used to draw the chart.
- getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the canvas pattern if exists.
- getCaretPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCaretPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCaretSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the size, in px, of the tooltip arrow of footer section.
- getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size, in pixels, of the tooltip arrow.
- getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of the tooltip arrow.
- getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of the tooltip arrow.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the coordinates of a center of arc for RADIAL gradient.
- getCenter(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getCharbaId() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the unique id of axis.
- getCharbaId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.Options
-
Returns the CHARBA id when the options are related to a chart instance.
- getChart() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA chart or null
if CHARBA id is not present into CAHRT.JS chart options.
- getChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- getChartArea() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the chart area item.
- getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns the extended chart type of controller, otherwise null
.
- getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the circumference of dataset item.
- getCircumference() - Method in class org.pepstock.charba.client.options.Options
-
Returns the the sweep to allow arcs to cover.
- getClampCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the clamp callback, if set, otherwise null
.
- getClearSelection() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the clear selection element.
- getClickEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- getClientBundle() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw.
- getClipCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the clip callback, if set, otherwise null
.
- getColor() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColor() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getColor() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getColor() - Method in class org.pepstock.charba.client.configuration.GridLines
-
The color of the grid lines.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the color.
- getColor() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
-
- getColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color if it has been set, otherwise null
.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.options.GridLines
-
The color of the grid lines.
- getColorAsString() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.GridLines
-
The color of the grid lines.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
The color of the grid lines.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color as string if it has been set, otherwise null
.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColorAsString() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.options.GridLines
-
The color of the grid lines.
- getColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the color callback, if set, otherwise null
.
- getColors() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the unmodifiable list of stopping colors.
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns a list of colors which are composing a color scheme.
- getColorsAsString() - Method in class org.pepstock.charba.client.options.GridLines
-
The color of the grid lines.
- getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns widths.
- getConsole() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the Console object
- getControllers() - Method in class org.pepstock.charba.client.Defaults
-
Returns the controllers.
- getControlPointNextX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the next X control point of dataset item in pixel.
- getControlPointNextY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the next Y control point of dataset item in pixel.
- getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the previous X control point of dataset item in pixel.
- getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the previous Y control point of dataset item in pixel.
- getCornerRadius() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getCornerRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the radius of tooltip corner curves of footer section.
- getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getCubicInterpolationMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.options.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the border join style callback, if set, otherwise null
.
- getCurrent() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns the current threshold.
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the current device pixel ratio.
- getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the current animation frame number.
- getCursor() - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Returns the pointer cursor to use.
- getCursorOfChart(IsChart) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the cursor currently set into chart.
- getCursorPointer() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Returns the cursor type when the cursor is over the dataset item.
- getCustomCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user custom callback.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the the percentage of the chart that is cut out of the middle.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the the percentage of the chart that is cut out of the middle.
- getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the the percentage of the chart that is cut out of the middle.
- getData() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the data object with all passed datasets.
- getData() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns an array of integer of data
- getData() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a dataset for a chart is specified as an array of numbers.
- getData(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a dataset for a chart is specified as an array of numbers.
- getData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- getData() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the data object with all passed datasets.
- getData() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns a map with all ticks and max lengths in pixel of ticks.
Key is the value of tick in string format, value is the max length in pixels.
- getDataPoints() - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints(boolean) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of tooltip items related to data points.
- getDataset() - Method in class org.pepstock.charba.client.data.Dataset
-
- getDataset() - Method in interface org.pepstock.charba.client.data.HasDataset
-
Gets the dataset instance.
- getDatasetAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the dataset that matches the event and returns that metadata.
- getDatasetAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the event and returns that metadata.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
-
Returns the dataset index of the data inside the dataset.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.labels.RenderItem
-
Returns the dataset index of the data inside the dataset.
- getDatasetLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the dataset label.
- getDatasetMeta(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the dataset that matches the current index and returns that metadata.
- getDatasetMeta(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the current index and returns that metadata.
- getDatasets() - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of datasets.
- getDatasets(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of datasets.
- getDatasets() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns a list of dataset metadata items.
- getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- getDataType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data type of datasets.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getDefaultByType(GradientType) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the default orientation based on gradient type.
- getDefaultChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options created based on chart type.
- getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options created based on chart type.
- getDefaultColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDefaultColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDefaultColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDefaultFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDefaultFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDefaultFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-family options.
- getDefaultFontFamily() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-family options.
- getDefaultFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDefaultFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDefaultFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font size to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontSize() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font size to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDefaultFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDefaultFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font style to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontStyle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-style options (i.e.
- getDefaultFormat() - Method in enum org.pepstock.charba.client.enums.TimeUnit
-
returns the default format for the time unit.
- getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns the default values of tiles configuration.
- getDefaultValue() - Method in class org.pepstock.charba.client.enums.Filler
-
Returns the default value of FILL to use when the property does not exist.
- getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default options instance.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getDevicePixelRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the device pixel ratio
- getDisplay() - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- getDisplay() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the visibility of labels.
- getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
- getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
-
- getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns how showing the axis.
- getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
The display option controls the visibility of axis
- getDisplay() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the display type of data in chart.
- getDisplay() - Method in class org.pepstock.charba.client.options.Scale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- getDisplay() - Method in class org.pepstock.charba.client.options.Scales
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the display callback, if set, otherwise null
.
- getDisplayFontColor() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the font color to apply to the display of value.
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed into strings for the axis tick
marks.
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed into strings for the axis tick
marks.
- getDisplayFormats() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the displayFormats element.
- getDisplayFormats() - Method in class org.pepstock.charba.client.options.Time
-
Returns the displayFormats element.
- getDistribution() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the property controls the data distribution along the scale.
- getDistribution() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getDistribution() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getDistribution() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the property controls the data distribution along the scale.
- getDistribution() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the property controls the data distribution along the scale.
- getDrawer() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns the instance of shape drawer.
- getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
-
- getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the drawing area dimension of scale.
- getDuration() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.options.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the time for the animation of the redraw in milliseconds.
- getEasing() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the animation easing to use.
- getEasing() - Method in class org.pepstock.charba.client.items.DatasetPluginItem
-
Returns the current animation frame number.
- getEasing() - Method in class org.pepstock.charba.client.items.TooltipPluginItem
-
Returns the total number of animation frames.
- getEasing() - Method in class org.pepstock.charba.client.options.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the animation easing function.
- getElementAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
- getElementAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
- getElements() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the elements element.
- getElements() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getElements() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the elements defaults.
- getElements() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Returns the chart elements in scope to "cursorpointer" plugin.
- getElements() - Method in class org.pepstock.charba.client.options.Options
-
Returns the elements element.
- getElementsAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the
same position of that event.
- getElementsAtEvent(ChartNativeEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the
same position of that event.
- getEmptyColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEmptyColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the end value of scale.
- getEndAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the end angle of dataset item.
- getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEvent() - Method in class org.pepstock.charba.client.items.EventPluginItem
-
Returns the native event into the CHART.JS event.
- getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the browser events that the chart should listen to for tooltips and hovering.
- getEvents() - Method in class org.pepstock.charba.client.options.Options
-
Returns the browser events that the chart should listen to for tooltips and hovering.
- getFamily() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the font family, follows CSS font-family options.
- getFill() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getFill() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getFill() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how to fill the area under the line.
- getFill(int) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on absolute dataset index, using the passed index.
- getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on relative dataset index, using the passed index.
If the passed argument is not a relative dataset index, checks if is predefined fill.
- getFill() - Method in class org.pepstock.charba.client.enums.Filler
-
Returns how to fill the area under the line.
- getFill() - Method in interface org.pepstock.charba.client.enums.HasFill
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.options.Line
-
Returns how to fill the area under the line.
- getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill callback, if set, otherwise null
.
- getFiller() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getFiller() - Method in interface org.pepstock.charba.client.enums.HasFill
-
Returns a filler instance to use into default methods of this interface.
- getFiller() - Method in class org.pepstock.charba.client.options.Line
-
- getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user filter callback.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user filter callback.
- getFont() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns the font of scale.
- getFontCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the font callback, if set, otherwise null
.
- getFontColor() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the font color for scale label
- getFontColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color for label
- getFontColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color for tick labels.
- getFontColor() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font color for title
- getFontColor() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the the clear selection label font color.
- getFontColor() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the the font color as color.
- getFontColor() - Method in class org.pepstock.charba.client.options.Fonter
-
Returns the font color
- getFontColor() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color.
- getFontColor() - Method in class org.pepstock.charba.client.options.PointLabels
-
- getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the font color for scale label
- getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color for label
- getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color for tick labels.
- getFontColorAsString() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font color for title
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
-
Returns the font color
- getFontColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the the clear selection label font color.
- getFontColorAsString() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the the font color as string.
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.Fonter
-
Returns the font color
- getFontColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color as string.
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.PointLabels
-
- getFontColorCallback() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the font color callback, if set, otherwise null
.
- getFontColors() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the font colors as list.
- getFontColorsAsString() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the font colors as list.
- getFonter() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns a fonter instance to use into default methods of this interface.
- getFonter() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getFontFamily() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the font family for the scale label, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font family for the label, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font family for the tick labels, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font family for title, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
-
Returns the font family, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the font family to apply to the display of value.
- getFontFamily() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the font family, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the font family.
- getFontFamily() - Method in class org.pepstock.charba.client.options.Fonter
-
Returns the font family, follows CSS font-family options.
- getFontFamily() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font family, follows CSS font-family options.
- getFontSize() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the font size for scale label.
- getFontSize() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font size for label.
- getFontSize() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font size for the tick labels.
- getFontSize() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font size for title.
- getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
-
Returns the font size.
- getFontSize() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the font size.
- getFontSize() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the the font size.
- getFontSize() - Method in class org.pepstock.charba.client.options.Fonter
-
Returns the font size.
- getFontSize() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font size.
- getFontStyle() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the font style for the scale label, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font style for the label, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font style for the tick labels, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the font style for title, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontItem
-
Returns the font style, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the font style to apply to the display of value.
- getFontStyle() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the font style, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the font style.
- getFontStyle() - Method in class org.pepstock.charba.client.options.Fonter
-
Returns the font style, follows CSS font-style options (i.e.
- getFontStyle() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font style, follows CSS font-style options (i.e.
- getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the footer of the tooltip.
- getFooterAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip footer section.
- getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user footer callback.
- getFooterFontColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color.
- getFooterFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip footer section.
- getFooterFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font color.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip footer section.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip footer section.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font.
- getFooterFontSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font size.
- getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font size.
- getFooterFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip footer section.
- getFooterFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font size.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font style.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font style.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip footer section.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font style.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterMarginTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the margin top of the tooltip footer section.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getFooterSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip footer section.
- getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFormat() - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Returns the number format applied to ticks.
- getFormat() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns the number format as string to apply.
- getFormat() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the format to apply to display the value.
- getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the formatter callback, if set, otherwise null
.
- getFrom() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
-
Returns the starting index of of selected datasets items.
If equals to CLEAR_SELECTION
, the event is related to a clear of selection area.
- getGarbageCollect() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns the list of ticks in garbage collect item
- getGlobal() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global options.
- getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the gradient if it has been set, otherwise null
.
- getGreen() - Method in class org.pepstock.charba.client.colors.Color
-
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the green value.
- getGrideLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the grid lines element.
- getGrideLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getGrideLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getGrideLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the grid lines defaults.
- getGrideLines() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the grid lines element.
- getHeight() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the height of dataset item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the height of the chart item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the height of tooltip.
- getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of hit boxes of the legend.
- getHitRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHitRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the hit radius.
- getHitRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hit radius callback, if set, otherwise null
.
- getHover() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the hover element.
- getHover() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getHover() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the hover defaults.
- getHover() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns nothing but throws an exception because not available.
- getHover() - Method in class org.pepstock.charba.client.options.Options
-
Returns the hover element.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill gradients of the arcs in the dataset when hovered.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill gradients of elements when hovered.
- getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill patterns of the arcs in the dataset when hovered.
- getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill patters of elements when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the fill color of the arcs when hovered as string.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the hover background color callback, if set, otherwise null
.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke color of the elements when hovered
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke gradients of the arcs in the dataset when hovered.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke gradients of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke color of the arcs when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the hover border color callback, if set, otherwise null
.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the stroke width of the arcs when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHoverBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.Point
-
Returns the border width of point when hovered.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HovingDataset
-
Returns the hover border width callback, if set, otherwise null
.
- getHoverRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getHoverRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point when hovered.
- getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hover radius callback, if set, otherwise null
.
- getId() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Returns the unique canvas id.
- getId() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the unique id of datasets.
- getId() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
- getId() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
- getId() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
- getId() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
- getId() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the id of scale
- getId() - Method in class org.pepstock.charba.client.options.Scale
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- getId() - Method in interface org.pepstock.charba.client.Plugin
-
Plugins must define a unique id in order to be configurable.
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the unique ID of the options.
- getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Gets all global registered plugins ids.
- getImage() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image to use into pattern if exists.
- getImage() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the clear selection image.
- getImages() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- getIndex() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetPluginItem
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the dataset index of the chart (for POLAR and PIE charts)
- getIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.labels.RenderItem
-
Returns the index of the data inside the dataset.
- getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the initial cursor of the chart.
- getInitialCursor() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the initial cursor of the chart.
- getInner() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the inner radius of arc.
- getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerHeight property returns the inner height of a window's content area.
- getInnerOptions() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
- getInnerOptions() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
-
Returns a collection of inner options of the main one.
Must be override if inner options must be removed from cache.
- getInnerRadius() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the inner radius value.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the inner radius of dataset item in pixel.
- getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerWidth property returns the inner width of a window's content area.
- getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns a color using the gradient as source of colors.
- getItem() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the scale item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Returns the item with dataset metadata related to the click
- getItem() - Method in class org.pepstock.charba.client.events.LegendClickEvent
-
Returns the legend item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
-
Returns the legend item related to the hover
- getItem() - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
-
Returns the legend item related to the leaving.
- getItem() - Method in class org.pepstock.charba.client.events.TitleClickEvent
-
Returns the title related to the click
- getItems() - Method in class org.pepstock.charba.client.events.ChartClickEvent
-
Returns a list of items with dataset metadata related to the click
- getItems() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
-
Returns a list of items with dataset metadata related to the hover
- getItems() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of items of the legend.
- getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns a map with all defined axis.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user item sort callback.
- getKeyByValue(Class<T>, String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key into an enumeration by the value.
- getKeyByValue(Class<T>, String, T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key into an enumeration by the value, or the default key passed as argument.
- getKeyPrefix() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns a unique key prefix for shape to use into cache.
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
-
- getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the label for the dataset which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the label for the dataset which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the label for the dataset which appears in the legend and tooltips.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific key.
- getLabel(Key) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific key.
- getLabel() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the clear selection label.
- getLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the label.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the label of the tick.
- getLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the label for the tooltip.
- getLabel() - Method in class org.pepstock.charba.client.labels.RenderItem
-
Returns the label for the dataset.
- getLabelCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user label callback.
- getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels color of tooltip.
- getLabelKeys() - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the list of all keys related to stored options.
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getLabelOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis,
and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelOffset() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis,
and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the label rotation ratio.
- getLabels() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the array of labels to display.
- getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend labels element.
- getLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels.
- getLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for axes.
- getLabels() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the labels element.
- getLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the labels object defaults.
- getLabels() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend labels element.
- getLabels() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the array of labels to display.
- getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user callback to generate labels.
- getLabelString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the text for the label.
- getLabelString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getLabelString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
-
- getLabelString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
-
Returns the text for the scale string.
- getLabelString() - Method in class org.pepstock.charba.client.options.ScaleLabel
-
Returns the text for the scale string.
- getLayerX() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
-
Returns the layer X property
- getLayerY() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
-
Returns the layer Y property
- getLayout() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the layout element.
- getLayout() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getLayout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the layout defaults.
- getLayout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns nothing but throws an exception because not available.
- getLayout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the layout element.
- getLeaveEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the LEAVE event (the mouse is moved out of a label) handler.
- getLeft() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the left coordinate.
- getLeft() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.datalabels.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the left of chart area.
- getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding left in pixel.
- getLegend() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the legend item.
- getLegend() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the legend element.
- getLegend() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getLegend() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the legend defaults.
- getLegend() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns nothing but throws an exception because not available.
- getLegend() - Method in class org.pepstock.charba.client.options.Options
-
Returns the legend element.
- getLegendCallback() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the legend callback instance
- getLegendColorBackground() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the legend color of tooltips.
- getLegendColorBackgroundAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the legend color of tooltips.
- getLine() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the line element.
- getLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns LINE object defaults.
- getLine() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the line element.
- getLinearAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for values.
- getLineCap() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineCap, to determine the shape used to draw the end points of lines.
- getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how the end points of every box border are drawn.
- getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths
of lines and gaps which describe the pattern.
- getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern offset or "phase".
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTickItem
-
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseTick
-
Returns the height of an individual line of text.
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the height of an individual line of text.
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
-
Returns the height of an individual line of text.
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the height of an individual line of text.
- getLineJoin() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineJoin, to determine the shape used to join two line segments where they meet.
- getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate
segments with zero lengths, whose specified end points and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns all lines of body section.
- getLinesWidth() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the stroke widths of grid lines.
- getLineTension() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns curve tension of the line.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the stroke widths of grid lines.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the stroke widths of grid lines.
- getLineWidth() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the width of line in pixels.
- getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the stroke width of grid lines.
- getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of line widths.
- getListeners() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the listeners element.
- getLongestLabelWidth() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the longest width of label of ticks.
- getLongestTextCache() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the longest text cache item.
- getMajor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMajor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMajor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the major tick defaults.
- getMajor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the major element.
- getMargin() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the margin from canvas border.
- getMargins() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the margin item.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the maximum item to display.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
If defined, this will override the data maximum.
- getMax() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the maximum value of chart.
- getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMax() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMaxAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsDate() - Method in class org.pepstock.charba.client.options.Ticks
-
If defined, this will override the data maximum.
- getMaxAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the maximum bar thickness.
- getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max height in pixel.
- getMaxIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max index of scale.
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMaxRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maximum number of ticks and grid lines to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMaxTicksLimit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum number of ticks and gridlines to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum number of ticks and gridlines to show.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max width in pixel.
- getMeta() - Method in class org.pepstock.charba.client.items.DatasetPluginItem
-
Returns the dataset meta data item.
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the minimum item to display
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
If defined, this will override the data minimum.
- getMin() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMin() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMinAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsDate() - Method in class org.pepstock.charba.client.options.Ticks
-
If defined, this will override the data minimum.
- getMinAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMinBarLength() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns a minimum length in pixels.
- getMinIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum index of scale.
- getMinNotZero() - Method in class org.pepstock.charba.client.items.ScaleItem
-
- getMinor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMinor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMinor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the minor tick defaults.
- getMinor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the minor tick element.
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getMinRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the minimum rotation for tick labels.
- getMinRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the minimum rotation for tick labels.
- getMinSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the min size item.
- getMinUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getMinUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.options.Time
-
The minimum display format to be used for a time unit.
- getMode() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
-
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
-
Returns which elements appear in the tooltip.
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getMode() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the type of filling.
- getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
-
Returns the tooltip model
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getMultiKeyBackgroundAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getName() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
-
- getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getName() - Method in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
-
- getName() - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns the name of tooltip position which must be used in chart options.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the native event instance.
- getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance.
- getNativeOptions() - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
-
Returns the options
property by native object.
- getNode() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the chart node with runtime data.
- getNode() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the chart node with runtime data.
- getNode() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the chart node with runtime data.
- getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the total number of animation frames.
- getObject() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the java script object of this options.
- getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Wraps the protected method to get the java script object in order to consume it.
- getOffset() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the defined offset for stopping gradient color.
- getOffset() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the offset callback, if set, otherwise null
.
- getOffsetX() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the offset X value.
- getOffsetY() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the offset Y value.
- getOpacity() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the opacity of tooltip.
- getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the opacity callback, if set, otherwise null
.
- getOptions() - Method in class org.pepstock.charba.client.BarChart
-
- getOptions() - Method in class org.pepstock.charba.client.BubbleChart
-
- getOptions() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the options item.
- getOptions(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
-
Returns the options, if exist.
- getOptions() - Method in class org.pepstock.charba.client.configuration.BubbleOptions
-
- getOptions() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
- getOptions(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
- getOptions() - Method in class org.pepstock.charba.client.configuration.RadarOptions
-
- getOptions() - Method in class org.pepstock.charba.client.configuration.ScatterOptions
-
- getOptions() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
- getOptions(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin dataset configuration, if exist.
- getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, by defaults of CHART.JS.
- getOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options without scales.
- getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
-
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
-
- getOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the options of chart.
- getOptions() - Method in class org.pepstock.charba.client.LineChart
-
- getOptions(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
- getOptions() - Method in class org.pepstock.charba.client.PieChart
-
- getOptions(NativeObject) - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
-
Returns the cached plugin options instance if there is, otherwise returns null
.
- getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.RadarChart
-
- getOptions() - Method in class org.pepstock.charba.client.ScatterChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
-
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
-
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
-
- getOptionsAsList(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options as list of object containers, if exist.
- getOptionsAsList(String, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options as list of object containers, if exist.
- getOptionsType(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the options type.
- getOptionsType(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the options type.
- getOptionValue(ScriptableContext, Scriptable<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the value of the property as result of callback (the same type).
- getOptionValue(ScriptableContext, Scriptable<T>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the value of the property as result of callback (the same type), passing a default value.
- getOptionValueAsColor(ScriptableContext, Scriptable<?>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the
property in color ones.
By defaults, is able to manage also
Pattern
or
CanvasPattern
.
- getOptionValueAsColor(ScriptableContext, Scriptable<?>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the
property in color ones.
- getOptionValueAsString(ScriptableContext, Scriptable<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
- getOptionValueAsString(ScriptableContext, Scriptable<T>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtils
-
Returns the enumeration value of the property by invoking a callback which is typed to a key, passing a default value.
- getOrder() - Method in class org.pepstock.charba.client.data.Orderer
-
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- getOrderer() - Method in class org.pepstock.charba.client.data.BarDataset
-
- getOrderer() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getOrderer() - Method in class org.pepstock.charba.client.data.LiningDataset
-
- getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient orientation.
- getOuter() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the outer radius if an arc.
- getOuterHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerHeight property returns the outer height of a window, including all interface elements (like
toolbars/scrollbars).
- getOuterRadius() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the outer radius value.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the outer radius of dataset item in pixel.
- getOuterWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerWidth property returns the outer width of a window, including all interface elements (like toolbars/scrollbars).
- getOutsidePadding() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the padding to apply around title.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
-
Returns padding object defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
-
Returns the padding defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the padding of clear selection element.
- getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the padding height used by clear selection element if enabled.
This is very helpful when you have added padding for your purposes and you need to know the amount of space that the
element allocated.
- getPadding() - Method in class org.pepstock.charba.client.options.Layout
-
Returns the padding elements.
- getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.ScaleLabel
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in class org.pepstock.charba.client.options.Title
-
Returns the padding to apply around labels.
- getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding bottom in pixel.
- getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the padding callback, if set, otherwise null
.
- getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding left in pixel.
- getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding right in pixel.
- getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding top in pixel.
- getParser() - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- getParser() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getParser() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getParser() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- getParser() - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- getPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the pattern if it has been set, otherwise null
.
- getPercentage() - Method in class org.pepstock.charba.client.labels.RenderItem
-
Returns the percentage for the dataset.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptionsFactory
-
Returns the plugin id related to this options.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the plugin id related to this options.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Returns the plugin id related to this options.
- getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the plugins element.
- getPlugins() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global plugins manager.
- getPlugins() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.options.Options
-
Returns the plugins element.
- getPoint() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the point element.
- getPoint() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getPoint() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns POINT object defaults.
- getPoint() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the point element.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color callback, if set, otherwise null
.
- getPointBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
- getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border gradient for points.
- getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
- getPointBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color callback, if set, otherwise null
.
- getPointBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the point border in pixels.
- getPointBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border width callback, if set, otherwise null
.
- getPointHitRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getPointHitRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hit radius callback, if set, otherwise null
.
- getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
- getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
- getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
- getPointHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover background color callback, if set, otherwise null
.
- getPointHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
- getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border gradient when hovered.
- getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
- getPointHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border color callback, if set, otherwise null
.
- getPointHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width of point when hovered.
- getPointHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border width callback, if set, otherwise null
.
- getPointHoverRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point when hovered.
- getPointHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover radius callback, if set, otherwise null
.
- getPointLabels() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the point labels element.
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getPointLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the point labels defaults.
- getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of point labels of scale.
- getPointLabels() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the point labels element.
- getPointRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point shape.
- getPointRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point radius callback, if set, otherwise null
.
- getPointRotation() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the rotation of the point in degrees.
- getPointRotationCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point rotation callback, if set, otherwise null
.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the style of the dataset item.
- getPointStyle() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.options.Point
-
Returns the style of the point.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the style (as image) of the legend box (only used if usePointStyle is true)
- getPointStyleAsImages() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the style of the point as image.
- getPointStyleAsImages() - Method in class org.pepstock.charba.client.options.Point
-
Returns the style of the point as image.
- getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the point style callback, if set, otherwise null
.
- getPointStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point style callback, if set, otherwise null
.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the position of the legend.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Position of the axis in the chart.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns the position of title.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the clear selection label position.
- getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the position of node.
- getPosition() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.options.Scale
-
Position of the axis in the chart.
- getPosition() - Method in class org.pepstock.charba.client.options.Title
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the mode for positioning the tooltip.
- getPositionAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the position of node as string.
- getPrecision() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getPrecision() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getPrecision() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the precision for percentage.
- getPrecision() - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Gets the function proxy
implemented into additional java script source.
- getR() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the bubble radius in pixels (not scaled).
- getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the inner and outer radius of arc for RADIAL gradient.
- getRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point when hovered.
- getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point shape.
- getRadius(IsChart, Gradient, int, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point when hovered.
- getRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the radius of dataset item in pixel.
- getRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point when hovered.
- getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius callback, if set, otherwise null
.
- getRadiusLength() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the radius length value.
- getRectangle() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the rectangle element.
- getRectangle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
-
- getRectangle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns RECTANGLE object defaults.
- getRectangle() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the rectangle element.
- getRed() - Method in class org.pepstock.charba.client.colors.Color
-
- getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the red value.
- getReferences() - Method in class org.pepstock.charba.client.plugins.AbstractPluginCachedOptions
-
Returns the list of references of this options.
Called by factory in order to manage correctly the cache and removes this option when it doesn't have any reference.
- getRender() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the clear selection render.
- getRender() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns what data must be showed.
- getRenderCallback() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the render callback, if set, otherwise null
.
- getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the repetition to use into pattern.
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the duration in milliseconds it takes to animate to new size after a resize event.
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getResponsiveAnimationDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the duration in milliseconds it takes to animate to new size after a resize event.
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.options.Options
-
Returns the duration in milliseconds it takes to animate to new size after a resize event.
- getRight() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the right coordinate.
- getRight() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width right in pixel.
- getRight() - Method in class org.pepstock.charba.client.datalabels.Padding
-
Returns the padding right in pixel.
- getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the right of chart area.
- getRotation() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation of the point in degrees.
- getRotation() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the rotation of the point in degrees (only used if usePointStyle is true).
- getRotation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.options.Point
-
Returns the point rotation (in degrees).
- getRotationCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation callback, if set, otherwise null
.
- getRotationCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the rotation callback, if set, otherwise null
.
- getRound() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getRound() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getRound() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- getSampleSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSampleSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSampleSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- getSampleSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- getScale() - Method in class org.pepstock.charba.client.ChartOptions
-
- getScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getScale() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale by axis type.
- getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
-
- getScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
-
Returns the scale/axis defaults.
- getScale() - Method in class org.pepstock.charba.client.options.ScaledOptions
-
- getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options with scales.
- getScaleIsInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns the scale item if the chart event is inside of one of scales, otherwise null
.
- getScaleLabel() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getScaleLabel() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getScaleLabel() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the scale label defaults
- getScaleLabel() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the scale label element.
- getScales() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the scales item.
- getScales() - Method in class org.pepstock.charba.client.ChartOptions
-
- getScales() - Method in class org.pepstock.charba.client.configuration.StackedOptions
-
- getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getScales() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
-
- getScales() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
-
Returns the scale/axis defaults.
- getScales() - Method in class org.pepstock.charba.client.options.ScaledOptions
-
- getScheme() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme.
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
- getSchemeScope() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- getScope() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient scope.
- getShadowBlur() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the text shadow intensity.
- getShadowColor() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the text shadow color as color.
- getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the text shadow color as string.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the text shadow X offset.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the text shadow Y offset.
- getShape() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape of tile.
- getShapeColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getShapeColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getSize() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the size of the tile.
- getSize() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
Returns item with the new size of the chart
- getSource() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSource() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSource() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the property controls the ticks generation.
- getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns the spacing between label and image for clear selection element.
- getStackGroup() - Method in class org.pepstock.charba.client.data.StackedAreaDataset
-
Returns the name of stack group.
- getStackGroup() - Method in class org.pepstock.charba.client.data.StackedBarDataset
-
Returns the name of stack group.
- getStackGroup() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Returns the name of stack group.
- getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the start value of scale.
- getStartAngle() - Method in class org.pepstock.charba.client.configuration.PolarAreaOptions
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the start angle of dataset item.
- getStartAngle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getSteppedLine() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns If the line is shown as a stepped line.
- getStepSize() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.configuration.Time
-
The number of units between grid lines.
- getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The number of units between grid lines.
- getStepSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.options.Time
-
The number of units between grid lines.
- getString(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a label at a specific index.
- getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a multi line label at a specific index.
- getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the stroke style of the legend box
- getStyle() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the adjustment used when calculating the minimum data value.
- getT() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns T value, is the date for time series.
- getTension() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getTension() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- getTension() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- getTension() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getTension() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getTension() - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getText() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.options.Title
-
Returns the title text to display, as a list of strings.
- getTextAlign() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text alignment being used when drawing the label text.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text align callback, if set, otherwise null
.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the text direction of the legend that will force the text direction on the canvas for rendering the legend,
regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip,
regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTextDirection() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectioner
-
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the
canvas.
- getTextDirectioner() - Method in class org.pepstock.charba.client.options.Legend
-
- getTextDirectioner() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getTextLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels text color of tooltip.
- getTextMargin() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text shadow blur.
- getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text shadow blur callback, if set, otherwise null
.
- getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text shadow color.
- getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text shadow color as string.
- getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text shadow color callback, if set, otherwise null
.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text stroke color.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text stroke color as string.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text stroke color callback, if set, otherwise null
.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text stroke width.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the text stroke width callback, if set, otherwise null
.
- getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
-
Creates a new threshold cloning the constant one.
- getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Gets all thresholds by an unmodifiable list.
- getTickItems() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of tick items.
- getTickMarkLength() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the length in pixels that the grid lines will draw into the axis area.
- getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getTickMarkLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the length in pixels that the grid lines will draw into the axis area.
- getTickMarkLength() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the length in pixels that the grid lines will draw into the axis area.
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
- getTicks() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the ticks element.
- getTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the ticks defaults.
- getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks.
- getTicks() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the ticks element.
- getTicksAsNumber() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks as number.
- getTime() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the time element.
- getTime() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the time of time series item.
- getTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the time defaults.
- getTime() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the time element.
- getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for time.
- getTimeSeriesData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items.
- getTimeSeriesData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items
- getTimeTickItems() - Method in class org.pepstock.charba.client.items.ScaleItem
-
- getTitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the title item.
- getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the title of the tooltip.
- getTitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getTitleAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip title section.
- getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title alignment.
- getTitleCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user title callback.
- getTitleFontColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color.
- getTitleFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip title section.
- getTitleFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleFontColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font color.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip title section.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleFontFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip title section.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font.
- getTitleFontSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font size.
- getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleFontSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font size.
- getTitleFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip title section.
- getTitleFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font size.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font style.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleFontStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font style.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip title section.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font style.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleMarginBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the bottom margin of the tooltip title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getTitleSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip title section.
- getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTo() - Method in class org.pepstock.charba.client.impl.plugins.DatasetRangeSelectionEvent
-
Returns the ending index of of selected datasets items.
If equals to CLEAR_SELECTION
, the event is related to a clear of selection area.
- getTooltip() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the tooltip item.
- getTooltip() - Method in class org.pepstock.charba.client.items.TooltipPluginItem
-
Returns the tooltip model.
- getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
-
The moment js format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getTooltipFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The moment js format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- getTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns the tooltip positioner implementation by tooltip position name.
- getTooltips() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the tooltips element.
- getTooltips() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
- getTooltips() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the tooltips defaults.
- getTooltips() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns nothing but throws an exception because not available.
- getTooltips() - Method in class org.pepstock.charba.client.options.Options
-
Returns the tooltips element.
- getTop() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the top coordinate.
- getTop() - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width top in pixel.
- getTop() - Method in class org.pepstock.charba.client.datalabels.Padding
-
Returns the padding top in pixel.
- getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the top of chart area.
- getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding top in pixel.
- getType() - Method in class org.pepstock.charba.client.BarChart
-
- getType() - Method in class org.pepstock.charba.client.BubbleChart
-
- getType() - Method in class org.pepstock.charba.client.ChartOptions
-
Returns the chart type.
- getType() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient type.
- getType() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the supported gradient type.
- getType() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the type of axis.
- getType() - Method in interface org.pepstock.charba.client.Controller
-
Controller must define a unique id in order to be configurable.
Returns the controller id.
- getType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the type of dataset, based on type of chart.
- getType(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the type of a label at specific index.
- getType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.DoughnutChart
-
- getType() - Method in class org.pepstock.charba.client.HorizontalBarChart
-
- getType() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
- getType() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
-
- getType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the type of chart.
- getType() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the type of dataset.
- getType() - Method in class org.pepstock.charba.client.items.EventPluginItem
-
Returns the event type a string.
- getType() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the type of scale
- getType() - Method in class org.pepstock.charba.client.LineChart
-
- getType() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.PieChart
-
- getType() - Method in class org.pepstock.charba.client.PolarAreaChart
-
- getType() - Method in class org.pepstock.charba.client.RadarChart
-
- getType() - Method in class org.pepstock.charba.client.ScatterChart
-
- getType() - Method in class org.pepstock.charba.client.StackedAreaChart
-
- getType() - Method in class org.pepstock.charba.client.StackedBarChart
-
- getType() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
-
- getType() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
-
- getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller type by name as string.
- getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
-
Gets all global registered controllers types.
- getUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- getUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- getUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeArrayDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeBooleanDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeCallbackProxyDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeDateDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeDoubleDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeGradientDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeImageDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
-
Gets the value associated with the property.
- getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (int) into embedded JavaScript object at specific property.
- getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (double) into embedded JavaScript object at specific property.
- getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (boolean) into embedded JavaScript object at specific property.
- getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) into embedded JavaScript object at specific property.
- getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (date) into embedded JavaScript object at specific property.
- getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (JavaScript Object) into embedded JavaScript object at specific property.
- getValue(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (image) into embedded JavaScript object at specific property.
- getValue(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (gradient) into embedded JavaScript object at specific property.
- getValue(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (pattern) into embedded JavaScript object at specific property.
- getValue(Key, Class<T>, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (key) into embedded JavaScript object at specific property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeObjectDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativePatternDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.commons.NativeStringDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the value of time series item.
- getValue() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getValue() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise
UndefinedValues.STRING
.
- getValue() - Method in enum org.pepstock.charba.client.impl.charts.GaugeThreshold
-
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the value of the chart.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
- getValue() - Method in class org.pepstock.charba.client.items.TimeTickItem
-
Returns the date of the tick.
- getValue() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the value for the tooltip.
- getValue() - Method in class org.pepstock.charba.client.labels.RenderItem
-
Returns the value for the dataset.
- getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Fill
-
- getValueAsInt() - Method in interface org.pepstock.charba.client.enums.IsFill
-
- getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- getValueOrArray(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- getValueOrArray(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- getValueOrArray(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key.
- getView() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns all view information about the dataset.
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the amount of datasets which are visible
- getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of datasets which are visible
- getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- getWeight() - Method in class org.pepstock.charba.client.datalabels.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
-
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the weight.
- getWeight() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- getWeight() - Method in class org.pepstock.charba.client.options.Scale
-
The weight used to sort the axis.
- getWidth() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the width of dataset item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the width of the chart item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the width of tooltip.
- getX() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the X coordinate.
- getX() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns X value.
- getX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the X location of dataset item in pixel.
- getX() - Method in class org.pepstock.charba.client.items.EventPluginItem
-
Returns X value of event.
- getX() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the X location of tooltip item.
- getX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of tooltip.
- getX() - Method in class org.pepstock.charba.client.positioner.Point
-
Returns the X coordinate of the point.
- getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X align location.
- getXAxes() - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the list of X axes.
- getXAxes() - Method in class org.pepstock.charba.client.options.Scales
-
Returns a list of X axes.
- getXAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
- getXAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
-
- getXAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
Returns the default configuration for x axis.
- getXAxis() - Method in class org.pepstock.charba.client.options.Scales
-
- getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the X axis ID.
- getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the X center of scale.
- getXLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the padding to add on left and right of tooltip.
- getXPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getXPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getXPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the padding to add on left and right of tooltip.
- getXPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X padding location.
- getXPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding to add on left and right of tooltip.
- getXScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
-
Returns the X scale instance.
- getY() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the Y coordinate.
- getY() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the Y location of dataset item in pixel.
- getY() - Method in class org.pepstock.charba.client.items.EventPluginItem
-
Returns Y value of event.
- getY() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the Y location of tooltip item.
- getY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of tooltip.
- getY() - Method in class org.pepstock.charba.client.positioner.Point
-
Returns the Y coordinate of the point.
- getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y align location.
- getYAxes() - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the list of Y axes.
- getYAxes() - Method in class org.pepstock.charba.client.options.Scales
-
Returns a list of Y axes.
- getYAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
- getYAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
-
- getYAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
Returns the default configuration for y axis.
- getYAxis() - Method in class org.pepstock.charba.client.options.Scales
-
- getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the y axis to plot this dataset on.
- getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the y axis to plot this dataset on.
- getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the Y axis ID.
- getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the Y center of scale.
- getYLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the padding to add on top and bottom of tooltip.
- getYPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- getYPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- getYPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the padding to add on top and bottom of tooltip.
- getYPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y padding location.
- getYPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding to add on top and bottom of tooltip.
- getYScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
-
Returns the Y scale instance.
- getZ() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns z-index of gridline layer.
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns z-index of gridline layer.
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns z-index of tick layer.
- getZ() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns z-index of gridline layer.
- getZ() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns z-index of tick layer.
- getZeroLineBorderDash() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the length and spacing of dashes of the grid line for the first index (index 0).
- getZeroLineBorderDash() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the length and spacing of dashes of the grid line for the first index (index 0).
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the offset for line dashes of the grid line for the first index (index 0).
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getZeroLineBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the offset for line dashes of the grid line for the first index (index 0).
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the offset for line dashes of the grid line for the first index (index 0).
- getZeroLineColor() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColor() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getZeroLineColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the zero line index of scale.
- getZeroLineWidth() - Method in class org.pepstock.charba.client.configuration.GridLines
-
Returns the stroke width of the grid line for the first index (index 0).
- getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- getZeroLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
Returns the stroke width of the grid line for the first index (index 0).
- getZeroLineWidth() - Method in class org.pepstock.charba.client.options.GridLines
-
Returns the stroke width of the grid line for the first index (index 0).
- GlobalOptions - Class in org.pepstock.charba.client
-
Default global options (maps the java script object chart.defaults.global).
- GlobalPlugins - Class in org.pepstock.charba.client.plugins
-
Global configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins
.
- GlobalPlugins(NativePlugins) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
-
Builds the object by the native object which maps chart.plugins
- GlobalScale - Class in org.pepstock.charba.client
-
Default global scale (maps the java script object Chart.defaults.scale
and the result of
Chart.scaleService
).
- Gradient - Class in org.pepstock.charba.client.colors
-
A gradient is an image consisting of a progressive transition between two or more colors.
Could be Linear
or Radial
.
Can be created using the size of CANVAS
or CHART
area.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the
right coordinates and dimension, based on existing items (canvas and chart).
- Gradient() - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a LINEAR gradient, with topDown
orientation and chart
scope.
- Gradient(GradientType) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type, with chart
scope.
- Gradient(GradientType, GradientOrientation) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type and an orientation, with chart
scope.
- Gradient(GradientType, GradientScope) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type and a scope.
- Gradient(GradientType, GradientOrientation, GradientScope) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type, an orientation and a scope.
- Gradient.GradientFactory - Class in org.pepstock.charba.client.colors
-
Inner class to create gradient by a native object.
- GradientColor - Class in org.pepstock.charba.client.colors
-
Contains the color and its offset to set a gradient.
- GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientFactory() - Constructor for class org.pepstock.charba.client.colors.Gradient.GradientFactory
-
- GradientOrientation - Enum in org.pepstock.charba.client.colors
-
Represents the gradient orientation for gradient.
Every orientation contains also on which gradient type can be applied.
- GradientScope - Enum in org.pepstock.charba.client.colors
-
A gradient needs to have coordinates and/or radius to be created.
The dimension to create a gradient are decided by Charba, automatically based on canvas or chart area element.
- GradientType - Enum in org.pepstock.charba.client.colors
-
A gradient must have a type.
The possible types are:
LINEAR
RADIAL
- GridLines - Class in org.pepstock.charba.client.configuration
-
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
- GridLines - Class in org.pepstock.charba.client.options
-
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
- GwtMaterialColor - Enum in org.pepstock.charba.client.colors
-
GWT material color constants.
- GwtMaterialScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the GWT material schemes.
To configure
ColorSchemes.ID
plugin, where category is
"gwtmaterial".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
- Id - Enum in org.pepstock.charba.client.commons
-
Enums the property ID used by CHARBA to identify the chart.
- ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Plugin ID "datalabels".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Plugin ID "backgroundcolor".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Plugin ID "cursorpointer".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Plugin ID "charbacolorschemes".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Plugin ID "datasetsitemsselector".
- ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Plugin ID "labels".
- IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.UndefinedValues
-
Default value for ImageElement instances, null.
- IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
-
Name of shape to draw an image, "image".
- ImageShape - Class in org.pepstock.charba.client.colors.tiles
-
This is a shape which can draw an image on the tile.
This object is also a shape drawer.
The image is scaled to the size of the tile.
- ImageShape(ImageResource) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- ImageShape(Image) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- ImageShape(ImageElement) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the
element.
- initialize(ControllerContext, IsChart, int) - Method in interface org.pepstock.charba.client.Controller
-
Initializes the controller.
- initialize(ControllerContext, IsChart, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
-
- Injector - Class in org.pepstock.charba.client
-
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) into the web page
of GWT.
It enables also to inject other script into web page, necessary when you want to use some Chart.JS plugins.
It tracks the resources which have been injected using as key their name and class name to avoid that however will inject own
resources will use the same name of already injected resources.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
-
Unique instance of no defaults class.
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources
-
Static reference to resources java script source code
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to resources java script source code
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.Extensions
-
Static reference to extensions java script source code
- INTEGER - Static variable in class org.pepstock.charba.client.items.UndefinedValues
-
- InteractionAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- InteractionMode - Enum in org.pepstock.charba.client.enums
-
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which
elements appear via tooltip or hover.
- invoke(IsChart, ScriptableContext) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
-
Returns the value of property at runtime, using the chart instance and the context.
- invoke(IsChart, double, ScriptableContext) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
-
Returns the formatter
property at runtime, using the chart instance and the plugin context.
- invoke(IsChart, double, ScriptableContext) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
- invoke(IsChart, FontColorItem) - Method in interface org.pepstock.charba.client.labels.callbacks.FontColorCallback
-
Called to change font color at runtime, using the arguments.
- invoke(IsChart, RenderItem) - Method in interface org.pepstock.charba.client.labels.callbacks.RenderCallback
-
Called to provide the item to be rendered as string or as image at runtime, using the arguments.
- isActive() - Method in class org.pepstock.charba.client.callbacks.ScriptableContext
-
Returns whether the associated element is hovered.
- isAnimatedDisplay() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns if the display will be shown based on the animation of chart.
- isAnimateRotate() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- isAnimateRotate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
-
If true
, the chart will animate in with a rotation animation.
- isAnimateScale() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
- isAnimateScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
-
If true
, will animate scaling the chart from the center outwards.
- isAnimating() - Method in class org.pepstock.charba.client.ChartNode
-
Returns if the chart is animating or not.
- isArc() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns if draws label in arc.
- isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
-
This method determines whether the passed value is an Array.
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isAutoSkip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isAutoSkip() - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, automatically calculates how many labels that can be shown and hides labels accordingly.
- isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, scale will include 0 if it is not already included.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns true
to keep Bezier control inside the chart, false
for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- isCapBezierPoints() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns true
to keep Bezier control inside the chart, false
for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
-
Returns true
to keep Bezier control inside the chart, false
for no restriction.
- IsChart - Interface in org.pepstock.charba.client
-
Interface which defines a chart.
- isCircular() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, gridlines are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If true, gridlines are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, gridlines are circular (on radar chart only).
- isClamp() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns true
to enforce the anchor position to be calculated based on the visible geometry of the associated
element (i.e.
- isClip() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
When the clip option is true
, the part of the label which is outside the chart area will be masked.
- IsColor - Interface in org.pepstock.charba.client.colors
-
Defines the methods that all colors must have.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the dataset if it's visible or not, selected by index.
- isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset if it's visible or not, selected by index.
- IsDefaultAngleLines - Interface in org.pepstock.charba.client.defaults
-
Interface to define angle lines defaults.
- IsDefaultAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation object defaults.
- IsDefaultArc - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultBaseTick - Interface in org.pepstock.charba.client.defaults
-
Interface to define base tick object defaults.
- IsDefaultElements - Interface in org.pepstock.charba.client.defaults
-
Interface to define elements object defaults.
- IsDefaultFontItem - Interface in org.pepstock.charba.client.defaults
-
Interface for elements object defaults.
- IsDefaultGridLines - Interface in org.pepstock.charba.client.defaults
-
Interface to define grid lines defaults.
- IsDefaultHover - Interface in org.pepstock.charba.client.defaults
-
Interface to define hover object defaults.
- IsDefaultLayout - Interface in org.pepstock.charba.client.defaults
-
Interface to define layout object defaults.
- IsDefaultLegend - Interface in org.pepstock.charba.client.defaults
-
Interface to define legends object defaults.
- IsDefaultLegendLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend labels object defaults.
- IsDefaultLine - Interface in org.pepstock.charba.client.defaults
-
Interface to define line object defaults.
- IsDefaultMajorTick - Interface in org.pepstock.charba.client.defaults
-
Interface to define MAJOR tick object defaults.
- IsDefaultMinorTick - Interface in org.pepstock.charba.client.defaults
-
Interface to define MINOR tick object defaults.
- IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
- IsDefaultOptionsElement - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultPadding - Interface in org.pepstock.charba.client.defaults
-
Interface to define padding object defaults.
- IsDefaultPoint - Interface in org.pepstock.charba.client.defaults
-
Interface to define point object defaults.
- IsDefaultPointLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define point labels object defaults.
- IsDefaultRectangle - Interface in org.pepstock.charba.client.defaults
-
Interface to define rectangle object defaults.
- IsDefaultScale - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale/axis object defaults.
- IsDefaultScaledOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
- IsDefaultScaleLabel - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale label object defaults.
- IsDefaultScales - Interface in org.pepstock.charba.client.defaults
-
Interface to define scales/axes object defaults.
- IsDefaultTextDirectioner - Interface in org.pepstock.charba.client.defaults
-
Interface to define text direction options.
- IsDefaultTicks - Interface in org.pepstock.charba.client.defaults
-
Interface to define ticks object defaults.
- IsDefaultTime - Interface in org.pepstock.charba.client.defaults
-
Interface to define time object defaults.
- IsDefaultTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define title object defaults.
- IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
-
Interface to define tooltips object defaults.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true
if the chart is configured to be destroyed on the attach of DIV element, otherwise
false
.
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true
if the chart is configured to be destroyed on the attach of DIV element, otherwise
false
.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If false, do not display grid lines for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleLabel
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleLabel
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If false, do not display grid lines for this axis.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns true
if the legend is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLabel
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, show tick marks
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns true
if clear of selection label will be applied into chart, otherwise false
.
- isDisplay() - Method in class org.pepstock.charba.client.options.AngleLines
-
If true
, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.options.GridLines
-
If false
, do not display grid lines for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.PointLabels
-
If true
, labels are shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.ScaleLabel
-
If true
, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, show tick marks.
- isDisplay() - Method in class org.pepstock.charba.client.options.Title
-
Returns true
if the title is shown.
- isDisplayColors() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isDisplayColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the display of colors of tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
-
If true
, color boxes are shown in the tooltip.
- isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns if it is in doughnut mode.
- isDrawBorder() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isDrawBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw border at the edge between the axis and the chart area.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true
if the chart is configured to be drawn on the attach of DIV element, otherwise
false
.
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true
if the chart is configured to be drawn on the attach of DIV element, otherwise
false
.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If true, draw lines on the chart area inside the axis lines.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw lines on the chart area inside the axis lines.
- isDrawTicks() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw lines beside the ticks in the axis area beside the chart.
- isEmpty() - Method in class org.pepstock.charba.client.commons.Array
-
Returns true
if this array contains no elements.
- isEmpty() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Returns true if this list contains no elements
- isEnabled() - Method in class org.pepstock.charba.client.configuration.BaseTickMajor
-
If true
, major tick options are used to show major ticks.
- isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a global plugin is enabled or not.
- isEnabled() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns if tooltips are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajorTickItem
-
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajorTick
-
If true
, major tick options are used to show major ticks.
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if tooltips are enabled.
- isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a global plugin is enabled or not.
- isEnabled() - Method in class org.pepstock.charba.client.options.TickMajor
-
If true
, major tick options are used to show major ticks.
- isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns true
if tooltips are enabled.
- isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Returns true
if the plugin is enabled to all charts, otherwise false
.
- isExtended() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns true
if this controller is extending an existing chart.
- IsFill - Interface in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- isFireEventOnClearSelection() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns true
if it will fire event after clear of selection, otherwise false
.
- isFullWidth() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.configuration.Title
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
- isFullWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns true
if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTitle
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the full width in pixel.
- isFullWidth() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.options.Title
-
Returns true
if marks that this box should take the full width of the canvas (pushing down other boxes)
- isHidden() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if the dataset will appear or not.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is hidden.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns if the dataset is hidden.
- isHidden() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if this item represents a hidden dataset.
- isHidden() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns true if this item represents a hidden scale.
- isHorizontal() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns if is an horizontal view.
- isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns true
if CHART.JS chart has been initialized, otherwise false
.
- isInitialized() - Method in class org.pepstock.charba.client.ChartNode
-
Returns if CHART.JS chart instance has been initialized.
- isInitialized() - Method in interface org.pepstock.charba.client.IsChart
-
Returns true
if CHART.JS chart has been initialized, otherwise false
.
- isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Checks if the value passed is into threshold.
- isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns true
if the chart event is inside of this box, otherwise false
.
- isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns true
if the chart event is inside of this box, otherwise false
.
- isInside(ChartNativeEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns true
if the chart event is inside of one of scales, otherwise false
.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultHover
-
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultHover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
-
If true and the unit is set to 'week', then the first day of the week will be Monday.
- isIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
- isIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
-
- isIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If true and the unit is set to 'week', then the first day of the week will be Monday.
- isIsoWeekday() - Method in class org.pepstock.charba.client.options.Time
-
If true
and the unit is set to 'week', then the first day of the week will be Monday.
- isLazy() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the animation can be interrupted by other animations.
- IsLinearTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for linear scale is use to chart numerical data.
Can be used for cartesian and radial axes.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMirror() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isMirror() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isMirror() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isMirror() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
- isOffset() - Method in class org.pepstock.charba.client.options.Scale
-
If true
, extra space is added to the both edges and the axis is scaled to fit into the chart area.
- isOffsetGridLines() - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, grid lines will be shifted to be between labels.
- isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGridLines
-
- isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGridLines
-
- isOffsetGridLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGridLines
-
If true, grid lines will be shifted to be between labels.
- isOffsetGridLines() - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, grid lines will be shifted to be between labels.
- isOnlyYAxis() - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Returns true
if there is only a Y axis, otherwise false
.
- isOverlap() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns if draws label even it's overlap.
- isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns true
if percentage threshold is used, otherwise false
.
- isPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns true
if the point style is defined as image.
- isPredefined(IsFill) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Checks if the fill passed by argument is a predefined fill, the returns true
.
- isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks if the controller is registered by its type.
- isResponsive() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- isResponsive() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isResponsive() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.options.Options
-
Returns the resizing of the chart canvas when its container does.
- isReverse() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the reverses order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to true
, the order of the colors in the selected scheme is reversed.
- isReverse() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the reverses order of tick labels.
- isRtl() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns true
for rendering the legends from right to left.
- isRtl() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns true
for rendering the tooltips from right to left.
- isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
- isRtl() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectioner
-
Returns true
for rendering the object from right to left.
- IsShape - Interface in org.pepstock.charba.client.colors.tiles
-
Defines a shape to draw on the tile.
- isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the
percentages to 100 in total.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
- isShowLabelBackdrop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, draw a background behind the tick labels.
- isShowLine() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is not drawn for this dataset.
- isShowLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- isShowLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isShowLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, the lines between points are not drawn.
- isShowLines() - Method in class org.pepstock.charba.client.options.Options
-
If false
, the lines between points are not drawn.
- isShowZero() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns whether or not labels of value 0 are displayed.
- isSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns true
if skipped.
- isSpanGaps() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns if lines will be drawn between points with no or null data.
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
- isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, NaN data causes a break in the line.
- isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
-
If false
, NaN
data causes a break in the line.
- isStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
- isStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
-
- isStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if the axis are stacked or not.
- isStacked() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns true
if it computes the percentage on stacked datasets.
- isStacked() - Method in class org.pepstock.charba.client.options.Scale
-
Returns if the axis are stacked or not.
- isStepped() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns true
to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
- isStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
-
- isStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns true
to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.options.Line
-
Returns true
to show the line as a stepped line (tension will be ignored).
- isSteppedLine() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns true
if stepped line has been selected.
- isTextShadow() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns if draws text shadows under labels.
- isTimeSeriesItem(DataPoint) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns true
if the data point, passed as argument, has got the properties to be a time series item (time
and Y value).
- IsTooltipPosition - Interface in org.pepstock.charba.client.enums
-
Defines an object which represents the positioning of the tooltip.
- isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this
case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
- isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this
case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this
case).
- isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Returns true
if clear selection element will apply style of selection area, otherwise false
.
- isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns true
if key passed as argument is not null
and its value is not null
as
well.
- isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns true
if fill passed as argument is not null
and its value is not null
and
its mode is not null
as well.
- isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns true
if color scheme passed as argument is not null
and its properties are not null
.
- isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns true
if tooltip positioner passed as argument is not null
and its name is not
null
as well.
- isValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Returns true
if type passed as argument is not null
and its scale type is not null
as well.
- iterator() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Returns an iterator over the elements in this list in proper sequence.
- IteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
Custom iterator over a collection.
- Scale - Class in org.pepstock.charba.client.options
-
Axes are an integral part of a chart.
- Scale(IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider.
- Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and native object.
- ScaleBounds - Enum in org.pepstock.charba.client.enums
-
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
- ScaleDistribution - Enum in org.pepstock.charba.client.enums
-
Controls the data distribution along the scale.
- ScaledOptions - Class in org.pepstock.charba.client.options
-
Base object which maps chart options, with scales elements to set axes configurations.
- ScaledOptions(IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider.
- ScaledOptions(IsDefaultScaledOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider and native object.
- ScaleItem - Class in org.pepstock.charba.client.items
-
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS).
- ScaleItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using a native java script object which contains all properties.
- ScaleLabel - Class in org.pepstock.charba.client.options
-
When creating a chart, you want to tell the viewer what data they are viewing.
- ScaleLabelPadding - Class in org.pepstock.charba.client.options
-
It is applied to all sides of the scale label object of axes (left, top, right, bottom).
- ScaleLongestTextCacheItem - Class in org.pepstock.charba.client.items
-
Legend internal object to get data about ticks and their length in pixels.
This is a wrapper of scale text item of Chart (of CHART.JS).
- Scales - Class in org.pepstock.charba.client.configuration
-
The configuration element which contains all axes definitions.
- Scales - Class in org.pepstock.charba.client.options
-
The configuration element which contains all axes definitions.
- Scales(IsDefaultScales) - Constructor for class org.pepstock.charba.client.options.Scales
-
Creates a scales object by defaults values.
- ScalesNode - Class in org.pepstock.charba.client.items
-
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS).
- ScalesNode(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScalesNode
-
Creates the item using a native java script object which contains all properties.
- ScaleTickItem - Class in org.pepstock.charba.client.items
-
The tick item maps the objects passed a
ScaleItem
.
This is a wrapper of the CHART.JS item with all needed info.
- scaleType() - Method in enum org.pepstock.charba.client.ChartType
-
- scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
- ScaleType - Enum in org.pepstock.charba.client
-
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type.
- scaleType() - Method in interface org.pepstock.charba.client.Type
-
Returns the scale type of the chart.
- ScatterChart - Class in org.pepstock.charba.client
-
SCATTER chart implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties.
- ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the object.
- ScatterDataset - Class in org.pepstock.charba.client.data
-
The scatter chart allows a number of properties to be specified for each dataset.
- ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default.
Builds the object setting fixed properties
- ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for SCATTER chart.
- ScatterOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.ScatterOptions
-
Builds the object storing the chart instance and default values.
- SchemeScope - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumerates the possible values to address coloring of BAR or BUBBLE datasets by a color scheme.
- Scriptable<T> - Interface in org.pepstock.charba.client.callbacks
-
Interface to map all callback of scriptable options available for CHART.JS.
- ScriptableContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options.
The context object contains the following properties:
index(int): index of the associated data
datasetIndex(int): index of the associated dataset
active(boolean): if the data and dataset item is hovered.
- ScriptableContext() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableContext
-
To avoid any instantiation
- ScriptableFunctions - Class in org.pepstock.charba.client.callbacks
-
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
- ScriptableFunctions.ProxyArrayCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide an array property.
- ScriptableFunctions.ProxyBooleanCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a boolean property.
- ScriptableFunctions.ProxyDoubleCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a double property.
- ScriptableFunctions.ProxyIntegerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a integer property.
- ScriptableFunctions.ProxyNativeObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a native object property.
- ScriptableFunctions.ProxyObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a object property.
- ScriptableFunctions.ProxyStringCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a string property.
- ScriptableUtils - Class in org.pepstock.charba.client.callbacks
-
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
- set(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, ImageElement) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Replaces the element at the specified position in this list with the specified element.
- set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Replaces the last element returned by next() or previous() with the specified element .
- set(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Sets the padding size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.datalabels.Padding
-
Sets the padding size to all dimensions.
- setAlign(LegendAlign) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the alignment of the legend.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection align.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection align.
- setAlign(LegendAlign) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the alignment of the legend.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the anchor callback.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the anchor callback.
- setAngle(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc angle to cover.
- setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc angle to cover.
- setAnimatedDisplay(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets if the display will be shown based on the animation of chart.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true
, the chart will animate in with a rotation animation.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true
, will animate scaling the chart from the center outwards.
- setAnimationDuration(int) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets the duration in milliseconds it takes to animate hover style changes.
- setAnimationDuration(int) - Method in class org.pepstock.charba.client.options.Hover
-
Sets the duration in milliseconds it takes to animate hover style changes.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets if draws label in arc.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets if draws label in arc.
- setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a container list) into embedded JavaScript object at specific property.
- setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array) into embedded JavaScript object at specific property.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets a custom field to data point.
- setAutoSkip(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, automatically calculates how many labels that can be shown and hides labels accordingly.
- setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxis(Axis) - Method in class org.pepstock.charba.client.configuration.SingleScaleOptions
-
Sets the single axis of chart.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Hover
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxisBuildTicksCallback(CategoryAxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the user callback that runs before/after ticks are created.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the user callback that runs before/after ticks are created.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Sets the user callback that runs before/after ticks are created.
- setAxisBuildTicksCallback(TimeAxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Sets the user callback that runs before/after ticks are created.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the user callback that runs before/after ticks are created.
- setAxisCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after tick rotation is determined.
- setAxisDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after data limits are determined.
- setAxisDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after dimensions are set.
- setAxisFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after the scale fits to the canvas.
- setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after ticks are converted into strings.
- setAxisUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the update process.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the color of label backdrops.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the horizontal padding of label backdrop.
- setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the horizontal padding of label backdrop.
- setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the vertical padding of label backdrop.
- setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the vertical padding of label backdrop.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile as string.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile as string.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill pattern of the elements.
- setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill gradient of the elements.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern under the line.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient under the line.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the background color.
- setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the background color callback.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the background color.
- setBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the background color callback.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background gradient.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background pattern.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets background color as string
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets background color
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
The transparency value for the background color.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarThickness(int) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the width of each bar in pixels.
- setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, scale will include 0 if it is not already included.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body alignment.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body alignment.
- setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user body callback.
- setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyFontColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyFontFamily(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body line font.
- setBodyFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body line font.
- setBodyFontSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font size.
- setBodyFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font size.
- setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font style.
- setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font style.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.data.BorderAligner
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.data.BorderAligner
-
Sets the border align callback.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square.
- setBorderCapStyle(BorderCapStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how the end points of every line are drawn.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the color of the bar border
- setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the color of the bar border
- setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the gradient of the bar border as gradient.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradient of the line.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border color.
- setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border color callback.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border color.
- setBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border color callback.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color as string
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(BorderDashCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(BorderDashOffsetCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern offset or "phase".
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- setBorderJoinStyle(BorderJoinStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border radius.
- setBorderRadius(RadiusCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border radius callback.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border radius.
- setBorderRadius(RadiusCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border radius callback.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the border.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border width callback.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the line in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border width.
- setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the border width callback.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border width.
- setBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the border width callback.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size of the border.
- setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the the bottom coordinate.
- setBottom(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.datalabels.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the bottom location in pixel
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the bottom margin in pixel
- setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.options.Scale
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the width of colored box.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the width of colored box.
- setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets the function callback
implemented into additional java script source.
- setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Sets the user callback instance.
- setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the user callback instance.
- setCallback(RadialPointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the user callback to change point labels.
- setCallback(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
This method adds new callback function proxy to the element, as property of native java script object.
- setCallback(LegendLabels, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to legend labels element instance.
- setCallback(Tooltips, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to tooltips element instance.
- setCallback(TooltipsCallbacks, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to tooltips callbacks element instance.
- setCallback(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
This method adds new callback function proxy to the element, as property of native java script object.
- setCallback(AbstractTick<?, ?>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a callback proxy function to tick element instance.
- setCallback(PointLabels, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a callback proxy function to point labels element instance.
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets true
to keep Bezier control inside the chart, false
for no restriction.
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets true
to keep Bezier control inside the chart, false
for no restriction.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size, in px, of the tooltip arrow.
- setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size, in pixels, of the tooltip arrow.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Sets the CHARBA id when new chart instance is created.
- setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, gridlines are circular (on radar chart only).
- setCircular(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, gridlines are circular (on radar chart only).
- setCircumference(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the sweep to allow arcs to cover.
- setCircumference(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setCircumference(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the sweep to allow arcs to cover.
- setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets true
to enforce the anchor position to be calculated based on the visible geometry of the associated
element (i.e.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the clamp callback.
- setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets true
to enforce the anchor position to be calculated based on the visible geometry of the associated
element (i.e.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the clamp callback.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClientBundle(Resources<T>) - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Sets the resources type to use to inject java script code.
If the resources type was already set or if is null
an exception will be throw.
- setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
When the clip option is true
, the part of the label which is outside the chart area will be masked.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the clip callback.
- setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
When the clip option is true
, the part of the label which is outside the chart area will be masked.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the clip callback.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.GridLines
-
The color of the grid lines.
- setColor(String...) - Method in class org.pepstock.charba.client.configuration.GridLines
-
The color of the grid lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the color.
- setColor(ColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the color.
- setColor(ColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the color of threshold.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.options.GridLines
-
The color of the grid lines.
- setColor(String...) - Method in class org.pepstock.charba.client.options.GridLines
-
The color of the grid lines.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.options.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCursorPointer(Style.Cursor) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the cursor type when the cursor is over the dataset item.
- setCustomCallback(TooltipCustomCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user custom callback.
- setCutoutPercentage(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the percentage of the chart that is cut out of the middle.
- setCutoutPercentage(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setCutoutPercentage(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the percentage of the chart that is cut out of the middle.
- setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart by the data
property into native object.
- setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a dataset for a chart is specified as an array of numbers.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a dataset for a chart is specified as an array of numbers.
- setData(double...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
- setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the dataset index of the chart
- setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
-
Sets a set of datasets for chart.
- setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
- setDefaultColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontFamily(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-family options.
- setDefaultFontSize(int) - Method in class org.pepstock.charba.client.options.Options
-
Sets the font size to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Options
-
Sets the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-style options (i.e.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets true
if the chart is configured to be destroyed on the attach of DIV element, otherwise
false
.
- setDestroyOnDetach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets true
if the chart is configured to be destroyed on the attach of DIV element, otherwise
false
.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
If set to false the axis is hidden from view.
- setDisplay(Display) - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If false, do not display grid lines for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets if the title is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the visibility of labels.
- setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the display callback.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the visibility of labels.
- setDisplay(DisplayCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the display callback.
- setDisplay(MeterDisplay) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the display type of data in chart.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets true
if clear of selection label will e applied into chart, otherwise false
.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true
if clear of selection label will e applied into chart, otherwise false
.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AngleLines
-
If true
, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If false
, do not display grid lines for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
-
If true
, labels are shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Scale
-
If true
, shows the axis.
- setDisplay(Display) - Method in class org.pepstock.charba.client.options.Scale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleLabel
-
If true
, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Scales
-
If true
, shows the axis.
- setDisplay(Display) - Method in class org.pepstock.charba.client.options.Scales
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, show tick marks.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Title
-
Sets true
if the title is shown.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
If true
, color boxes are shown in the tooltip.
- setDisplayFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the font color to apply to the display of value.
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
- setDistribution(ScaleDistribution) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Sets property controls the data distribution along the scale.
- setDistribution(ScaleDistribution) - Method in class org.pepstock.charba.client.options.Scale
-
Sets property controls the data distribution along the scale.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw border at the edge between the axis and the chart area.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets true
if the chart is configured to be draw on the attach of DIV element, otherwise false
.
- setDrawOnAttach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets true
if the chart is configured to be draw on the attach of DIV element, otherwise false
.
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw lines on the chart area inside the axis lines.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, draw lines beside the ticks in the axis area beside the chart.
- setDuration(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.options.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the time for the animation of the redraw in milliseconds.
- setEasing(Easing) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.options.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the animation easing function.
- setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the chart elements in scope to "cursorpointer" plugin.
- setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.BaseTickMajor
-
If true
, major tick options are used to show major ticks.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if tooltips are enabled.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.TickMajor
-
If true
, major tick options are used to show major ticks.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets true
if tooltips are enabled.
- setEnabledAllCharts(String, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Setting false
for plugin id, the global plugin is disable to all charts and to activate the plugin on a
specific chart, is it enough to enable the plugin by options.
- setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the end value of the axis
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEvent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
This method adds new event function proxy to the element, as property of native java script object.
- setEvent(Animation, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to animation element instance.
- setEvent(Legend, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to legend element instance.
- setEvents(Event...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the browser events that the chart should listen to for tooltips and hovering.
- setEvents(Event...) - Method in class org.pepstock.charba.client.options.Options
-
Sets the browser events that the chart should listen to for tooltips and hovering.
- setFamily(String) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the font family, follows CSS font-family options.
- setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(int) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(boolean) - Method in class org.pepstock.charba.client.enums.Filler
-
Sets how to fill the area under the line.
- setFill(int) - Method in class org.pepstock.charba.client.enums.Filler
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in class org.pepstock.charba.client.enums.Filler
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(IsFill) - Method in class org.pepstock.charba.client.enums.Filler
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in interface org.pepstock.charba.client.enums.HasFill
-
Sets how to fill the area under the line.
- setFill(int) - Method in interface org.pepstock.charba.client.enums.HasFill
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in interface org.pepstock.charba.client.enums.HasFill
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(IsFill) - Method in interface org.pepstock.charba.client.enums.HasFill
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets how to fill the area under the line.
- setFill(IsFill) - Method in class org.pepstock.charba.client.options.Line
-
Sets how to fill the area under the line.
- setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box
- setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user filter callback.
- setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user filter callback.
- setFireEventOnClearSelection(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets true
if it will fire event after clear of selection, otherwise false
.
- setFireEventOnClearSelection(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true
if it will fire event after clear of selection, otherwise false
.
- setFont(FontCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the the font callback.
- setFont(FontCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the the font callback.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the font color for scale label
- setFontColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the font color for scale label
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color for label
- setFontColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color for label
- setFontColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color for tick labels.
- setFontColor(String...) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color for tick labels.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font color for title
- setFontColor(String) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font color for title
- setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Set the clear selection label font color.
- setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Set the clear selection label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font color as color.
- setFontColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font color as string.
- setFontColor(FontColorCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font color callback.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font color as color.
- setFontColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font color as string.
- setFontColor(FontColorCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font color callback.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Fonter
-
Sets the font color
- setFontColor(String) - Method in class org.pepstock.charba.client.options.Fonter
-
Sets the font color
- setFontColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setFontColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color as string.
- setFontColor(IsColor...) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets an array of font colors.
- setFontColor(String...) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets an array of font colors.
- setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the font family for the scale label, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font family for the label, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font family for the tick labels, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font family for title, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the font family, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the font family to apply to the display of value.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the font family, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font family, follows CSS font-family options.getClearSelection().
- setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font family
- setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font family
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.Fonter
-
Sets the font family, follows CSS font-family options.
- setFontFamily(String) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font family, follows CSS font-family options.
- setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the line height.
- setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the line height.
- setFontSize(int) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the font size for scale label.
- setFontSize(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font size for label.
- setFontSize(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font size for the tick labels.
- setFontSize(int) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font size for title.
- setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.Fonter
-
Sets the font size.
- setFontSize(int) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font size.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the font style for the scale label, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font style for the label, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font style for the tick labels, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the font style for title, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the font style to apply to the display of value.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the font style.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the font style.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Fonter
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font style, follows CSS font-style options (i.e.
- setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer alignment.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer alignment.
- setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user footer callback.
- setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterFontColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterFontFamily(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font.
- setFooterFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font.
- setFooterFontSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font size.
- setFooterFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font size.
- setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font style.
- setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font style.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFormat(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Sets the format to apply to display the value.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the formatter callback.
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.configuration.Title
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the full width of axis in pixel
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Title
-
If true
, marks that this box should take the full width of the canvas (pushing down other boxes).
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the height of axis in pixel.
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
-
Sets the minimum height of axis in pixel.
- setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if the dataset will appear or not.
- setHidden(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets if the axis must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetItem
-
Sets if the dataset must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Sets if the dataset must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets true if this item represents a hidden dataset.
- setHitRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHitRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill color of the arcs when hovered
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill color of the arcs when hovered as string
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill pattern of the arcs in the dataset when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the fill gradient of the arcs in the dataset when hovered.
- setHoverBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the stroke gradient of the arcs in the dataset when hovered as gradient.
- setHoverBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the hover border color callback.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the border width of point when hovered.
- setHoverBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.HovingDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HovingFlexDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.Point
-
Sets the border width of point when hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point when hovered.
- setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point when hovered.
- setHoverRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point when hovered.
- setHoverStyle(ControllerContext, IsChart, StyleElement) - Method in interface org.pepstock.charba.client.Controller
-
Add hover styling to the given element.
- setHoverStyle(ControllerContext, IsChart, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
-
- setId(String) - Method in class org.pepstock.charba.client.options.Scale
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- setImage(ImageResource) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection image.
- setImage(Image) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection image.
- setImage(ImageElement) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection image.
- setImage(ImageResource) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection image.
- setImage(Image) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection image.
- setImage(ImageElement) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection image.
- setImages(ImageResource...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- setImages(Image...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- setImages(ImageElement...) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- setImages(ImageResource...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
- setImages(Image...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
- setImages(ImageElement...) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
- setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the dataset index of the chart (for POLAR and PIE charts)
- setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the inner radius of arc.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- setIsoWeekday(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If true and the unit is set to 'week', then the first day of the week will be Monday.
- setIsoWeekday(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If true
and the unit is set to 'week', then the first day of the week will be Monday.
- setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user item sort callback.
- setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the label for the dataset which appears in the legend and tooltips.
- setLabel(String, DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Sets new data labels options with a specific key.
- setLabel(Key, DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Sets new data labels options with a specific key.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection label.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection label.
- setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user label callback.
- setLabelOffset(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and
the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the label rotation value
- setLabels(String...) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets an array of labels to display.
- setLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels of the data.
- setLabels(String...) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets an array of labels to display.
- setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user callback to generate labels.
- setLabelString(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the text for the label.
- setLabelString(String) - Method in class org.pepstock.charba.client.options.ScaleLabel
-
Sets the text for the scale string.
- setLazy(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the animation can be interrupted by other animations.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the left coordinate.
- setLeft(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.datalabels.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the left location in pixel
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the left margin in pixel
- setLegendCallback(LegendCallback) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the legend callback instance
- setLegendCallback(LegendCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Throws an exception because not available.
- setLineCap(Context2d.LineCap) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineCap, to determine the shape used to draw the end points of lines.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how the end points of every box border are drawn.
- setLineDash(Context2d, ArrayInteger) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Sets the line dash pattern used when stroking lines.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- setLineDashOffset(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern offset or "phase".
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the height of an individual line of text.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleLabel
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the height of an individual line of text.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the height of an individual line of text.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the line height.
- setLineJoin(Context2d.LineJoin) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineJoin, to determine the shape used to join two line segments where they meet.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate
segments with zero lengths, whose specified end points and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- setLineTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets curve tension of the line.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the stroke widths of grid lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the width of angled lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the width of box border in pixels.
- setLineWidth(int) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the width of angled lines.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the stroke widths of grid lines.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Adds a event handler instance as listener for all events.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Adds a event handler instance as listener for all events.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the margin from canvas border.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the margin from canvas border.
- setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the maximum item to display.
- setMax(double) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
If defined, this will override the data maximum.
- setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.options.Ticks
-
If defined, this will override the data maximum.
- setMax(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max height of the axis in pixel
- setMaxRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum rotation for tick labels when rotating to condense labels.
- setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maximum number of ticks and grid lines to show.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum number of ticks and gridlines to show.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max width of axis in pixel.
- setMin(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the minimum item to display.
- setMin(double) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
If defined, this will override the data minimum.
- setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.options.Ticks
-
If defined, this will override the data minimum.
- setMin(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.data.BarDataset
-
Set this to ensure that bars have a minimum length in pixels.
- setMinNotZero(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
- setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the minimum rotation for tick labels.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
The minimum display format to be used for a time unit.
- setMirror(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets which elements appear in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setNativeOptions(NativeObject) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
-
Sets the options
property into native object.
- setOffset(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(OffsetCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the offset callback.
- setOffset(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(OffsetCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the offset callback.
- setOffset(boolean) - Method in class org.pepstock.charba.client.options.Scale
-
If true
, extra space is added to the both edges and the axis is scaled to fit into the chart area.
- setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.configuration.GridLines
-
If true, grid lines will be shifted to be between labels.
- setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.options.GridLines
-
If true
, grid lines will be shifted to be between labels.
- setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
Sets true
if there is only a Y axis, otherwise false
.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the opacity.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the opacity callback.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the opacity.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the opacity callback.
- setOptions(T) - Method in class org.pepstock.charba.client.commons.NativeExtendedObject
-
Sets the additional options.
- setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
- setOptions(String, List<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options as array.
- setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of chart by the options
property into native object.
- setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin dataset configuration.
- setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
- setOptions(String, List<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options as array.
- setOrder(int) - Method in class org.pepstock.charba.client.data.Orderer
-
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend.
- setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the outer radius if an arc.
- setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets if draws label even it's overlap.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets if draws label even it's overlap.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the padding to apply around title.
- setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the padding callback.
- setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding callback.
- setPadding(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding size to all dimensions.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the padding of clear selection element.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the padding of clear selection element.
- setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the tick label and the axis.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Title
-
Sets the padding to apply around labels.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding bottom in pixel.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding bottom in pixel
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding left in pixel.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding left in pixel
- setPaddingRight(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding right in pixel.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding right in pixel
- setPaddingTop(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the padding top in pixel.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding top in pixel
- setParser(String) - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- setParser(String) - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets true
if percentage threshold is used, otherwise false
.
- setPlugins(ArrayPlugin) - Method in class org.pepstock.charba.client.Configuration
-
Sets the inline plugins of chart by the plugins
property into native object.
- setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradients for points.
- setPointBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border gradient for points.
- setPointBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the point border in pixels.
- setPointBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointHitRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setPointHitRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color when hovered.
- setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color when hovered.
- setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background gradient when hovered.
- setPointHoverBackgroundColor(BackgroundColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border gradient when hovered.
- setPointHoverBorderColor(BorderColorCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width of point when hovered.
- setPointHoverBorderWidth(BorderWidthCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point when hovered.
- setPointHoverRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point shape.
- setPointRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRotation(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the rotation of the point in degrees.
- setPointRotation(RotationCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point.
- setPointStyle(ImageResource) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image .
- setPointStyle(Image) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image .
- setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image .
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the style of the point.
- setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the point style callback.
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point.
- setPointStyle(ImageResource...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point as image.
- setPointStyle(Image...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point as image.
- setPointStyle(ImageElement...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the style of the point as image.
- setPointStyle(PointStyleCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point style callback.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(ImageResource) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the point as image.
- setPointStyle(Image) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the point as image.
- setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style (as image) of the legend box (only used if usePointStyle is true)
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.Point
-
Sets the style of the point.
- setPointStyle(ImageResource) - Method in class org.pepstock.charba.client.options.Point
-
Sets the style of the point as image.
- setPointStyle(Image) - Method in class org.pepstock.charba.client.options.Point
-
Sets the style of the point as image.
- setPointStyle(ImageElement) - Method in class org.pepstock.charba.client.options.Point
-
Sets the style of the point as image.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the position of title.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the position of axis
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.options.Scale
-
Position of the axis in the chart.
- setPosition(Position) - Method in class org.pepstock.charba.client.options.Title
-
Sets the position of title.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the mode for positioning the tooltip.
- setPrecision(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setPrecision(int) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas.
- setRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point shape.
- setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point shape.
- setRadius(RadiusCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point shape.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the clear selection render.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the clear selection render.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets what data must be showed.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets what data must be showed.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the render callback.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the resizing of the chart canvas when its container does.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the resizing of the chart canvas when its container does.
- setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the duration in milliseconds it takes to animate to new size after a resize event.
- setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.options.Options
-
Sets the duration in milliseconds it takes to animate to new size after a resize event.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to true
, the order of the colors in the selected scheme is reversed.
- setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
If set to true
, the order of the colors in the selected scheme is reversed.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the reverses order of tick labels.
- setRight(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the right coordinate.
- setRight(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.datalabels.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the right location in pixel
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the right margin in pixel
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point rotation (in degrees).
- setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation of the point in degrees.
- setRotation(RotationCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(RotationCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(RotationCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the rotation callback.
- setRotation(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
- setRotation(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the rotation of the point in degrees (only used if usePointStyle is true).
- setRotation(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the point rotation (in degrees).
- setRound(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets true
for rendering the legends from right to left.
- setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets true
for rendering the tooltips from right to left.
- setSampleSize(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length.
- setScale(Scale) - Method in class org.pepstock.charba.client.options.ScaledOptions
-
Sets a scale instance for options.
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme.
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the text shadow intensity.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the text shadow intensity.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the text shadow color as color.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the text shadow color as string.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the text shadow color as color.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the text shadow color as string.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the text shadow X offset.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the text shadow X offset.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets the text shadow Y offset.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets the text shadow Y offset.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape of the tile.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape of the tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages
to 100 in total.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages
to 100 in total.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
If true, draw a background behind the tick labels.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If true
, draw a background behind the tick labels.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is not drawn for this dataset.
- setShowLines(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If false
, the lines between points are not drawn.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets whether or not labels of value 0 are displayed.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets whether or not labels of value 0 are displayed.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the font size.
- setSource(TickSource) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the property controls the ticks generation.
- setSource(TickSource) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the property controls the ticks generation.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets the spacing between label and image for clear selection element.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the spacing between label and image for clear selection element.
- setSpanGaps(boolean) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets if lines will be drawn between points with no or null data.
- setSpanGaps(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If false
, NaN
data causes a break in the line.
- setStacked(boolean) - Method in class org.pepstock.charba.client.options.Scale
-
Sets if the axis are stacked or not.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedAreaDataset
-
Sets the name of stack group.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedBarDataset
-
Sets the name of stack group.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Sets the name of stack group.
- setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the start value of the axis
- setStartAngle(double) - Method in class org.pepstock.charba.client.configuration.PolarAreaOptions
-
Sets the starting angle to draw arcs for the first item in a dataset.
- setStartAngle(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the starting angle to draw arcs for the first item in a dataset.
- setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets true
to show the line as a stepped line (tension will be ignored).
- setStepped(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets true
to show the line as a stepped line (tension will be ignored).
- setSteppedLine(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets If the line is shown as a stepped line.
If the steppedLine value is set to anything other than false, lineTension will be ignored.
- setSteppedLine(SteppedLine) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets If the line is shown as a stepped line.
If the steppedLine value is set to anything other than false, lineTension will be ignored.
- setStepSize(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.configuration.Time
-
The number of units between grid lines.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.Time
-
The number of units between grid lines.
- setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the adjustment used when calculating the minimum data value.
- setT(Date) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets T value, is the date for time series.
- setTension(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- setTension(double) - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- setText(String...) - Method in class org.pepstock.charba.client.configuration.Title
-
Sets the title text to display.
- setText(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the label that will be displayed
- setText(String...) - Method in class org.pepstock.charba.client.options.Title
-
Sets the title text to display.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text alignment being used when drawing the label text.
- setTextAlign(TextAlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text align callback.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text alignment being used when drawing the label text.
- setTextAlign(TextAlignCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text align callback.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the text direction of the legend that will force the text direction on the canvas for rendering the legend,
regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip,
regardless of the CSS specified on the canvas.
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Sets if draws text shadows under labels.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Sets if draws text shadows under labels.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text shadow blur.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text shadow blur callback.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text shadow blur.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text shadow blur callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text shadow color color.
- setTextShadowColor(TextShadowColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text shadow color callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text shadow color color.
- setTextShadowColor(TextShadowColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text shadow color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text stroke color.
- setTextStrokeColor(TextStrokeColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text stroke color.
- setTextStrokeColor(TextStrokeColorCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text stroke color callback.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text stroke width.
- setTextStrokeWidth(TextStrokeWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Sets the text stroke width callback.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text stroke width.
- setTextStrokeWidth(TextStrokeWidthCallback) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Sets the text stroke width callback.
- setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets all thresholds to use for this gauge.
- setTickMarkLength(int) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the length in pixels that the grid lines will draw into the axis area.
- setTickMarkLength(int) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the length in pixels that the grid lines will draw into the axis area.
- setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTicksAsNumbers(double...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTimeSeriesData(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTimeSeriesData(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title alignment.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title alignment.
- setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user title callback.
- setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleFontColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font size.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font size.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font style.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font style.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.configuration.Time
-
The moment js format string to use for the tooltip.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- setTop(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the top coordinate.
- setTop(int) - Method in class org.pepstock.charba.client.configuration.CartesianPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.datalabels.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the top location in pixel
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the top margin in pixel
- setType(Type) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the type of dataset based on type of chart.
- setType(Type) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- setType(AxisType) - Method in class org.pepstock.charba.client.options.Scale
-
Type of scale being employed.
- setUnit(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ClearSelection
-
Sets true
if clear of selection label will e applied into chart, otherwise false
.
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets true
if clear of selection label will e applied into chart, otherwise false
.
- setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (int) into embedded JavaScript object at specific property.
- setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (double) into embedded JavaScript object at specific property.
- setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (boolean) into embedded JavaScript object at specific property.
- setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (string) into embedded JavaScript object at specific property.
- setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (date) into embedded JavaScript object at specific property.
- setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) into embedded JavaScript object at specific property.
- setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) into embedded JavaScript object at specific property by object container.
- setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (callback proxy function) into embedded JavaScript object at specific property.
- setValue(Key, ImageElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (image) into embedded JavaScript object at specific property.
- setValue(Key, CanvasGradient) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (gradient) into embedded JavaScript object at specific property.
- setValue(Key, CanvasPattern) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (pattern) into embedded JavaScript object at specific property.
- setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (EnumValue) into embedded JavaScript object at specific property.
- setValue(double) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Sets the value of time series item.
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the value of threshold.
- setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or integer) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer.
- setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or double) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double.
- setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArray(Key, ImageElement...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or image) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.
- setValueOrArray(Key, CanvasGradient...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or gradient) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient.
- setValueOrArray(Key, CanvasPattern...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or pattern) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern.
- setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by keys) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setValueOrArray(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by colors) into embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
- setWeight(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- setWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the weight of axis
- setWeight(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of
all the dataset weight values.
- setWeight(double) - Method in class org.pepstock.charba.client.options.Scale
-
The weight used to sort the axis.
- setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the width of axis
- setWidth(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
-
Returns the minimum width of axis in pixel.
- setX(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the X coordinate.
- setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets X value.
- setX(int) - Method in class org.pepstock.charba.client.positioner.Point
-
Sets the X coordinate of the point.
- setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
-
Sets an array of X axes.
- setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
- setXAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
- setXAxes(Scale...) - Method in class org.pepstock.charba.client.options.Scales
-
Sets all X axes of chart.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the padding to add on left and right of tooltip.
- setXPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding to add on left and right of tooltip.
- setY(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the Y coordinate.
- setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setY(int) - Method in class org.pepstock.charba.client.positioner.Point
-
Sets the Y coordinate of the point.
- setYAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
-
Sets an array of Y axes.
- setYAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.StackedScales
-
- setYAxes(Scale...) - Method in class org.pepstock.charba.client.options.Scales
-
Sets all Y axes of chart.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this dataset on.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this dataset on.
- setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the padding to add on top and bottom of tooltip.
- setYPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding to add on top and bottom of tooltip.
- setZ(int) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets z-index of gridline layer.
- setZ(int) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets z-index of gridline layer.
- setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets z-index of tick layer.
- setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the length and spacing of dashes of the grid line for the first index (index 0).
- setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the length and spacing of dashes of the grid line for the first index (index 0).
- setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the offset for line dashes of the grid line for the first index (index 0).
- setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the offset for line dashes of the grid line for the first index (index 0).
- setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(String) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(String) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineIndex(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the index of line 0 of axis
- setZeroLineWidth(int) - Method in class org.pepstock.charba.client.configuration.GridLines
-
Sets the stroke width of the grid line for the first index (index 0).
- setZeroLineWidth(int) - Method in class org.pepstock.charba.client.options.GridLines
-
Sets the stroke width of the grid line for the first index (index 0).
- Shape - Enum in org.pepstock.charba.client.colors.tiles
-
Enumerates all available shapes applicable onto a tile.
- ShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
-
Base class for all shape drawer, classes which must designer on canvas the shape.
A tile is always a square and for some shapes is divided in 4 sections and not all sections are designed.
A tile is designed as following:
- ShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
- SingleScaleOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart with only 1 scale.
- SingleScaleOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.SingleScaleOptions
-
Builds the object storing the chart instance and default values.
- size() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Returns the number of elements in this list.
- SizeItem - Class in org.pepstock.charba.client.items
-
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs.
- SizeItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using a native java script object which contains all properties.
- skipNextRefreshFireEvent(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Sets a flag to skip to send event after refresh.
- StackedAreaChart - Class in org.pepstock.charba.client
-
STACKED AREA chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets.
- StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the object.
- StackedAreaDataset - Class in org.pepstock.charba.client.data
-
The stacked area chart allows a number of properties to be specified for each dataset.
- StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates a dataset.
It uses the global options has default.
- StackedAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedBarChart - Class in org.pepstock.charba.client
-
STACKED BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces.
- StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the object.
- StackedBarDataset - Class in org.pepstock.charba.client.data
-
The stacked bar area chart allows a number of properties to be specified for each dataset.
- StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates a dataset.
It uses the global options has default.
- StackedBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
- StackedOptions(IsChart, ChartOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
-
Builds the object storing the chart instance, default values and if only Y axis is scaled.
- StackedOptions(IsChart, ChartOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedOptions
-
Builds the object storing the chart instance and default values.
- StackedScales - Class in org.pepstock.charba.client.configuration
-
Specific scales for stacked charts.
- StandardKey - Class in org.pepstock.charba.client.commons
-
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String.
- SteppedLine - Enum in org.pepstock.charba.client.enums
-
Property to set if the line is shown as a stepped line.
- stop() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to stop any current animation loop.
- stop() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to stop any current animation loop.
- store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options into default global plugins options.
- store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options into chart plugins options.
- STRING - Static variable in class org.pepstock.charba.client.items.UndefinedValues
-
Default value for STRING instances, null.
- stringify(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringify(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringifyNativeObject(NativeObject, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of
CHART.js
- stringifyWithReplacer(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, the space value is set to -1 that no space should be used and
uses a default replacer to avoid TypeError: cyclic object value
.
- stringifyWithReplacer(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a default replacer to avoid
TypeError: cyclic object value
.
- stringifyWithReplacer(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- StyleElement - Class in org.pepstock.charba.client.controllers
-
Element used by controller by removeHoverStyle
and setHoverStyle
methods.
- subList(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Not implemented