- GaugeChart - Class in org.pepstock.charba.client
-
GAUGE chart implementation.
- GaugeChart() - Constructor for class org.pepstock.charba.client.GaugeChart
-
Builds the object.
- GaugeDataset - Class in org.pepstock.charba.client.data
-
The Gauge chart allows a number of properties to be specified for each dataset.
- GaugeDataset(double) - Constructor for class org.pepstock.charba.client.data.GaugeDataset
-
- GaugeOptions - Class in org.pepstock.charba.client.options
-
Specific options for GAUGE chart.
- GaugeOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.GaugeOptions
-
Builds the object storing the chart instance.
- GaugeThreshold - Enum in org.pepstock.charba.client.enums
-
Default gauge thresholds.
- generateLegend() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns an HTML string of a legend for that chart.
- generateLegend(AbstractChart<?, ?>, SafeHtmlBuilder) - Method in interface org.pepstock.charba.client.callbacks.LegendCallback
-
Creates HTML representation of legend.
- generateLegend() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Called to generate an HTML legend.
- generateLegendLabels(AbstractChart<?, ?>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Generates legend items for each thing in the legend.
- generateLegendLabels() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Called to generate legend items for each thing in the legend.
- GenericJavaScriptObject - Class in org.pepstock.charba.client.commons
-
A wrapper to a native GWT JavaScript object.
A JavaScriptObject cannot be created directly.
JavaScriptObject should be declared as the return type of a JSNI method that returns native (non-Java) objects.
A JavaScriptObject passed back into JSNI from Java becomes the original object, and can be accessed in JavaScript as expected.
- GenericJavaScriptObject() - Constructor for class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Needed for GWT injection
- get(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the chart instance by its id.
- get(String) - Static method in enum org.pepstock.charba.client.ChartType
-
Gets the chart type by a string.
- get(int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Returns the element at the specified position in this list.
- getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render after the body section
- getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines after body section.
- getAlpha() - Method in class org.pepstock.charba.client.colors.Color
-
- getAlpha() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getAlpha() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
-
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
- getAngleLines() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
-
- getAnimation() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getAnimation() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getAnimationDuration() - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Returns the duration in milliseconds it takes to animate hover style changes.
- getAnimationDuration() - Method in class org.pepstock.charba.client.options.Hover
-
Returns the duration in milliseconds it takes to animate hover style changes.
- getArc() - Method in class org.pepstock.charba.client.defaults.global.Elements
-
- getArc() - Method in class org.pepstock.charba.client.options.Elements
-
- getArrayList() - Method in class org.pepstock.charba.client.plugins.Plugins
-
Creates a java script array (mapped into a list) with all plugins added to the chart.
- getAspectRatio() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the aspect ratio.
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendClickEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
-
- getAssociatedType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
-
- getAttribute(String) - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns a custom field value from data point.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAxis() - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxis(Key) - Method in class org.pepstock.charba.client.defaults.scale.Scales.InternalJavaScriptObject
-
Returns the axes configuration.
- getAxis() - Method in class org.pepstock.charba.client.options.Hover
-
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
- getAxisMargins() - Method in class org.pepstock.charba.client.items.AxisItem
-
Returns the margins of axis
- getAxisMinSize() - Method in class org.pepstock.charba.client.items.AxisItem
-
Returns the minimum size of axis
- getBackdropColor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the color of label backdrops.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the color of label backdrops.
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the horizontal padding of label backdrop.
- getBackdropPaddingX() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the horizontal padding of label backdrop.
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the vertical padding of label backdrop.
- getBackdropPaddingY() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the vertical padding of label backdrop.
- getBackgroundColor() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Returns the background color
- getBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the fill color of the dataset item.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the background color of tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Returns the background color as string
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the fill color of the dataset item.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the background color of tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
-
Returns the background color.
- getBarPercentage() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarThickness() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns the width of each bar in pixels.
- getBarThickness() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Returns the width of each bar in pixels.
- getBase() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the base value of dataset.
- getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render before the body section.
- getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines before body section.
- getBlue() - Method in class org.pepstock.charba.client.colors.Color
-
- getBlue() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getBlue() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
-
- getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of items which belong to the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getBodyCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- getBodyFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body font color.
- getBodyFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip body section.
- getBodyFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body font color.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip body section.
- getBodyFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body line font.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip body section.
- getBodyFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body line font.
- getBodyFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body font size.
- getBodyFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip body section.
- getBodyFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font size.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body font style.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip body section.
- getBodyFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font style.
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip body section.
- getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBoolean(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the element (boolean) stored in this object at specific key.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns how the end points of every line are drawn.
- getBorderColor() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Returns the border color
- getBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the color of the dataset item border
- getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Returns the border color as string
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the color of the dataset item border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns the line dash pattern offset or "phase".
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the line dash pattern offset or "phase".
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.options.elements.Rectangle
-
Returns the edge to skip drawing the border for.
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the border width value.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the stroke width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size of the border.
- getBottom() - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the bottom of chart area.
- getBottom() - Method in class org.pepstock.charba.client.options.layout.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.options.scales.Padding
-
Returns the padding bottom in pixel.
- getBounds() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Returns the width of coloured box.
- getBoxWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the width of coloured box.
- getBuildTicksCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getCalculateTickRotationCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getCallback() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
- getCallback() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
- getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
-
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the size, in px, of the tooltip arrow of footer section.
- getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of the tooltip arrow.
- getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of the tooltip arrow.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getChart() - Method in class org.pepstock.charba.client.commons.ChartContainer
-
- getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the chart instance, stored in the event as source.
- getChartArea() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the chart area item.
- getChartGlobal(Type) - Static method in class org.pepstock.charba.client.Defaults
-
Returns the global options by chart type.
- getChartNode() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the chart node with runtime data.
- getChartNode() - Method in class org.pepstock.charba.client.controllers.Context
-
Returns all view information about the chart instance.
- getChartNode() - Method in class org.pepstock.charba.client.controllers.StyleElement
-
Returns the chart node instance.
- getChartType() - Method in interface org.pepstock.charba.client.Controller
-
Controller must define the extended chart to use.
If the controller does not extend any existing chart, returns null
- getCircumference() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the circumference of dataset item.
- getColor() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
The color of the grid lines.
- getColor() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
-
- getColor() - Method in interface org.pepstock.charba.client.enums.IsThreshold
-
Returns the color of threshold.
- getColor() - Method in class org.pepstock.charba.client.enums.Threshold
-
- getColor() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
The color of the grid lines.
- getColor() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
-
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
The color of the grid lines.
- getColorAsString() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
The color of the grid lines.
- getColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
-
- getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns widths.
- getContainer() - Method in class org.pepstock.charba.client.AbstractChart
-
- getControllers() - Static method in class org.pepstock.charba.client.Defaults
-
Returns the controllers managers.
- getControlPointNextX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the next X control point of dataset item in pixel.
- getControlPointNextY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the next Y control point of dataset item in pixel.
- getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the previous X control point of dataset item in pixel.
- getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the previous Y control point of dataset item in pixel.
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the radius of tooltip corner curves of footer section.
- getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCurrent() - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the current device pixel ratio.
- getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the current Animation frame number.
- getCustomCallback() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the the percentage of the chart that is cut out of the middle.
- getData() - Method in class org.pepstock.charba.client.AbstractChart
-
- getData() - Method in class org.pepstock.charba.client.controllers.Context
-
Returns an array of integer of data
- getData() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- getData() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a dataset for a chart is specified as an array of numbers.
- getData() - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- getData() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns a map with all ticks and max lengths in pixel of ticks.
Key is the value of tick in string format, value is the max length in pixels.
- getDataLimitsCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getDataPoints() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of tooltip items related to data points.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset index of the chart
- getDatasetLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the dataset label.
- getDatasetMeta(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the dataset that matches the current index and returns that metadata.
- getDatasets() - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of datasets
- getDatasets() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns a list of dataset metadata items.
- getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the default background color.
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Line
-
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Point
-
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
-
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Line
-
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Point
-
- getDefaultBackgroundColor() - Method in class org.pepstock.charba.client.options.elements.Rectangle
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the default border color.
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Line
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Point
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Line
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Point
-
- getDefaultBorderColor() - Method in class org.pepstock.charba.client.options.elements.Rectangle
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Returns the default border width.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Line
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Point
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Rectangle
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Line
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Point
-
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Rectangle
-
- getDefaultColor() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontColor() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the default font color to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-family options.
- getDefaultFontSize() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the font size to use in the chart, on all objects, if not override by the specific configuration.
- getDefaultFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
- getDefaultFormat() - Method in enum org.pepstock.charba.client.enums.TimeUnit
-
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.global.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.BaseOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDimensionsCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getDisplay() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getDisplayColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the display of colors of tooltip.
- getDisplayFontColor() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed into strings for the axis tick marks.
- getDisplayFormats() - Method in class org.pepstock.charba.client.options.scales.Time
-
- getDistribution() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
-
Returns the property controls the data distribution along the scale.
- getDouble(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the element (double) stored in this object at specific key.
- getDoubleArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns an array list (doubles) from the JavaScript object.
- getDoubleArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (double array list) into embedded JavaScript object at specific property.
- getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the drawing area dimension of scale.
- getDuration() - Method in class org.pepstock.charba.client.defaults.global.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.options.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the time for the animation of the redraw in milliseconds.
- getEasing() - Method in class org.pepstock.charba.client.defaults.global.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the animation easing to use.
- getEasing() - Method in class org.pepstock.charba.client.options.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the animation easing function.
- getElementAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned.
- getElements() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getElements() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getElementsAtEvent(ChartNativeEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the
same position of that event.
- getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the end value of scale.
- getEndAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the end angle of dataset item.
- getEvents() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the browser events that the chart should listen to for tooltips and hovering.
- getEvents() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Returns the browser events that the chart should listen to for tooltips and hovering.
- getFill() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns how to fill the area under the line.
- getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box
- getFilterHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getFilterHandler() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getFitCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getFont() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns the font of scale.
- getFontColor() - Method in class org.pepstock.charba.client.defaults.FontItem
-
Returns the font color
- getFontColor() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the font color for label
- getFontColor() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Returns the font color for tick
- getFontColor() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the font color for scale title
- getFontColor() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Returns the font color for tick labels.
- getFontColor() - Method in class org.pepstock.charba.client.options.Title
-
Returns the font color for title
- getFontColorAsString() - Method in class org.pepstock.charba.client.defaults.FontItem
-
Returns the font color
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the font color for label
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Returns the font color for tick
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the font color for scale title
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Returns the font color for tick labels.
- getFontColorAsString() - Method in class org.pepstock.charba.client.options.Title
-
Returns the font color for title
- getFontFamily() - Method in class org.pepstock.charba.client.defaults.FontItem
-
Returns the font family, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the font family for the label, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getFontFamily() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Returns the font family for the tick, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the font family for the scale title, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Returns the font family for the tick labels, follows CSS font-family options.
- getFontFamily() - Method in class org.pepstock.charba.client.options.Title
-
Returns the font family for title, follows CSS font-family options.
- getFontSize() - Method in class org.pepstock.charba.client.defaults.FontItem
-
Returns the font size.
- getFontSize() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the font size for label.
- getFontSize() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Returns the font size for tick.
- getFontSize() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the font size for scale title.
- getFontSize() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Returns the font size for the tick labels.
- getFontSize() - Method in class org.pepstock.charba.client.options.Title
-
Returns the font size for title.
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.FontItem
-
Returns the font style, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Title
-
- getFontStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the font style for the label, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getFontStyle() - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Returns the font style for the tick, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the font style for the scale title, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Returns the font style for the tick labels, follows CSS font-style options (i.e.
- getFontStyle() - Method in class org.pepstock.charba.client.options.Title
-
Returns the font style for title, follows CSS font-style options (i.e.
- getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the footer of the tooltip.
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the body alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip footer section.
- getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer alignment.
- getFooterCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- getFooterFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the footer font color.
- getFooterFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip footer section.
- getFooterFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the footer font color.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip footer section.
- getFooterFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the footer font.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip footer section.
- getFooterFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font.
- getFooterFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the footer font size.
- getFooterFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip footer section.
- getFooterFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font size.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the footer font style.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip footer section.
- getFooterFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font style.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the margin top of the tooltip footer section.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip footer section.
- getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFormat() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getGarbageCollect() - Method in class org.pepstock.charba.client.items.ScaleLongestTextCacheItem
-
Returns the list of ticks in garbage collect item
- getGlobal() - Method in class org.pepstock.charba.client.AbstractChart
-
- getGlobal() - Static method in class org.pepstock.charba.client.Defaults
-
Returns the global options.
It maps the CHART.JS object of default, chart.defaults.global
.
- getGreen() - Method in class org.pepstock.charba.client.colors.Color
-
- getGreen() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getGreen() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
-
- getGrideLines() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
- getGrideLines() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
- getGrideLines() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
-
- getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the height of dataset item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the height of the chart item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the height of tooltip.
- getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of hit boxes of the legend.
- getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the hit radius.
- getHitRadius() - Method in class org.pepstock.charba.client.options.elements.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHover() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getHover() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getHover() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.global.Point
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.elements.Point
-
Returns the border width of point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.options.elements.Point
-
Returns the radius of the point when hovered.
- getId() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the ID of chart.
It could be considered as chart unique ID.
- getId() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- getId() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the id of scale
- getId() - Method in interface org.pepstock.charba.client.Plugin
-
Plugins must define a unique id in order to be configurable.
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
-
- getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Gets all global registered plugins ids.
- getIndex() - Method in class org.pepstock.charba.client.controllers.Context
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the dataset index of the chart (for POLAR and PIE charts)
- getIndex() - Method in class org.pepstock.charba.client.items.TickItem
-
Returns the index of the tick.
- getIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the index of the data inside the dataset.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the inner radius value.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the inner radius of dataset item in pixel.
- getInt(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the element (int) stored in this object at specific key.
- getIntegerArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns an array list (integers) from the JavaScript object.
- getIntegerArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (integer array list) into embedded JavaScript object at specific property.
- getItem() - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Returns the item with dataset metadata related to the click
- getItem() - Method in class org.pepstock.charba.client.events.LegendClickEvent
-
Returns the legend item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.LegendHoverEvent
-
Returns the legend item related to the hover
- getItems() - Method in class org.pepstock.charba.client.events.ChartClickEvent
-
Returns a list of items with dataset metadata related to the click
- getItems() - Method in class org.pepstock.charba.client.events.ChartHoverEvent
-
Returns a list of items with dataset metadata related to the hover
- getItems() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of items of the legend.
- getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns a map with all defined axis.
- getItems() - Method in class org.pepstock.charba.client.items.TooltipItemArray
-
Returns a list of tooltip items.
- getItemSortHandler() - Method in class org.pepstock.charba.client.options.Tooltips
-
- getJavaScriptObject(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the element (javaScript object instance) stored in this object at specific key.
- getJavaScriptObject() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns the JavaScript object instance
- getLabel() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the label for the dataset which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the label.
- getLabelCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels color of tooltip.
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the distance in pixels to offset the label from the centre point of the tick (in the y direction for the x axis,
and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the label rotation ratio.
- getLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels
- getLabels() - Method in class org.pepstock.charba.client.defaults.global.Legend
-
- getLabels() - Method in class org.pepstock.charba.client.options.Legend
-
- getLabels() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Returns the array of labels to display.
- getLabelsCallBack() - Method in class org.pepstock.charba.client.options.LegendLabels
-
- getLabelString() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
Returns the text for the scale string.
- getLabelString() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the text for the title.
- getLayerX() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
-
Returns the layer X property
- getLayerY() - Method in class org.pepstock.charba.client.events.ChartNativeEvent
-
Returns the layer Y property
- getLayout() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getLayout() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getLayout() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getLeft() - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the left of chart area.
- getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.layout.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.scales.Padding
-
Returns the padding left in pixel.
- getLegend() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getLegend() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the legend item.
- getLegend() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getLegend() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getLegendCallBack() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getLegendColorBackground() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the legend color of tooltips.
- getLegendColorBackgroundAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the legend color of tooltips.
- getLine() - Method in class org.pepstock.charba.client.defaults.global.Elements
-
- getLine() - Method in class org.pepstock.charba.client.options.Elements
-
- getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how the end points of every box border are drawn.
- getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths
of lines and gaps which describe the pattern.
- getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern offset or "phase".
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.global.Title
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.options.Title
-
Returns the height of an individual line of text.
- getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate
segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns all lines of body section.
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the stroke widths of grid lines.
- getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the width of line in pixels.
- getLineWidth() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the stroke widths of grid lines.
- getLineWidth() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Returns the width of angled lines.
- getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of line widths.
- getLongestLabelWidth() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the longest width of label of ticks.
- getLongestTextCache() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the longest text cache item.
- getMajor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
- getMargins() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the margin item.
- getMax() - Method in class org.pepstock.charba.client.data.MeterDataset
-
- getMax() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Returns the maximum item to display.
- getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, this will override the data maximum.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Returns the maximum bar thickness.
- getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max height in pixel.
- getMaxIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max index of scale.
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the maximum number of ticks and gridlines to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the maximum number of ticks and gridlines to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the maximum number of ticks and gridlines to show.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max width in pixel.
- getMin() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the min value of scale.
- getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Returns the minimum item to display
- getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, this will override the data minimum.
- getMinIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the min index of scale.
- getMinor() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the minimum rotation for tick labels.
- getMinSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the min size item.
- getMinUnit() - Method in class org.pepstock.charba.client.options.scales.Time
-
The minimum display format to be used for a time unit.
- getMode() - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.options.Hover
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns which elements appear in the tooltip.
- getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
-
Returns the tooltip model
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getName() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
-
- getName() - Method in interface org.pepstock.charba.client.enums.IsThreshold
-
Returns the name of threshold.
- getName() - Method in class org.pepstock.charba.client.enums.Threshold
-
- getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the native event instance.
- getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the total number of animation frames.
- getObject() - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Returns the JavaScript object with properties
- getObject() - Method in class org.pepstock.charba.client.data.Data
-
- getObject() - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
-
Returns the java script object of this options.
- getObjectArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns an array list (generic JavaScript objects) from the JavaScript object.
- getObjectArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (generic java script object array list) into embedded JavaScript object at specific property.
- getOffsetX() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the offset X value.
- getOffsetY() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the offset Y value.
- getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the opacity of tooltip.
- getOptions() - Method in class org.pepstock.charba.client.BarChart
-
- getOptions() - Method in class org.pepstock.charba.client.BubbleChart
-
- getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
-
- getOptions() - Method in class org.pepstock.charba.client.GaugeChart
-
- getOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the options of chart.
- getOptions() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the options item.
- getOptions() - Method in class org.pepstock.charba.client.LineChart
-
- getOptions() - Method in class org.pepstock.charba.client.MeterChart
-
- getOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
- getOptions() - Method in class org.pepstock.charba.client.PieChart
-
- getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.RadarChart
-
- getOptions() - Method in class org.pepstock.charba.client.ScatterChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
-
- getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
-
- getOuterRadius() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the outer radius value.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the outer radius of dataset item in pixel.
- getPadding() - Method in class org.pepstock.charba.client.defaults.global.Layout
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.defaults.global.Title
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
- getPadding() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in class org.pepstock.charba.client.options.Layout
-
- getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
- getPadding() - Method in class org.pepstock.charba.client.options.Title
-
Returns the padding to apply around title.
- getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding bottom in pixel.
- getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding left in pixel.
- getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding right in pixel.
- getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding top in pixel.
- getParent() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
- getParser() - Method in class org.pepstock.charba.client.options.scales.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
-
- getPlugins() - Static method in class org.pepstock.charba.client.Defaults
-
Returns the global plugins wrapper.
- getPlugins() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getPoint() - Method in class org.pepstock.charba.client.defaults.global.Elements
-
- getPoint() - Method in class org.pepstock.charba.client.options.Elements
-
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
- getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of point labels of scale.
- getPointLabels() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
-
- getPointStyle() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.global.Point
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.options.elements.Point
-
Returns the style of the point.
- getPosition() - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.defaults.global.Title
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Position of the axis in the chart.
- getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the position of node.
- getPosition() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.options.Title
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the mode for positioning the tooltip.
- getR() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the bubble radius in pixels (not scaled).
- getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point shape.
- getRadius() - Method in class org.pepstock.charba.client.defaults.global.Point
-
Returns the radius of the point when hovered.
- getRadius() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the radius of dataset item in pixel.
- getRadius() - Method in class org.pepstock.charba.client.options.elements.Point
-
Returns the radius of the point when hovered.
- getRadiusLength() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the radius length value.
- getRectangle() - Method in class org.pepstock.charba.client.defaults.global.Elements
-
- getRectangle() - Method in class org.pepstock.charba.client.options.Elements
-
- getRed() - Method in class org.pepstock.charba.client.colors.Color
-
- getRed() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
- getRed() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
- getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
-
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the duration in milliseconds it takes to animate to new size after a resize event.
- getResponsiveAnimationDuration() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Returns the duration in milliseconds it takes to animate to new size after a resize event.
- getRight() - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the right of chart area.
- getRight() - Method in class org.pepstock.charba.client.options.layout.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.options.scales.Padding
-
Returns the padding right in pixel.
- getRotation() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the starting angle to draw arcs from.
- getRound() - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, dates will be rounded to the start of this unit.
- getScale() - Static method in class org.pepstock.charba.client.Defaults
-
Returns the global scale options.
It maps the CHART.JS object of default, chart.defaults.scale
.
- getScale() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getScale() - Method in class org.pepstock.charba.client.options.scales.Axis
-
Returns the global options for this chart.
- getScaleLabel() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
- getScales() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getScales() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the scales item.
- getScales() - Method in class org.pepstock.charba.client.options.MultiScalesOptions
-
- getScales() - Method in class org.pepstock.charba.client.options.StackedOptions
-
- getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
Returns item with the new size of the chart
- getSource() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeTick
-
Returns the property controls the ticks generation.
- getStackGroup() - Method in class org.pepstock.charba.client.data.StackedAreaDataset
-
Returns the name of stack group.
- getStackGroup() - Method in class org.pepstock.charba.client.data.StackedBarDataset
-
Returns the name of stack group.
- getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the start value of scale.
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the start angle of dataset item.
- getStartAngle() - Method in class org.pepstock.charba.client.options.PolarAreaOptions
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getSteppedLine() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns If the line is shown as a stepped line.
- getStepSize() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the user defined fixed step size for the scale.
- getString(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the element (string) stored in this object at specific key.
- getString(int) - Method in class org.pepstock.charba.client.data.Labels
-
Gets the String at a given index.
- getStringArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns an array list (strings) from the JavaScript object.
- getStringArray(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (string array list) into embedded JavaScript object at specific property.
- getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a multi line label at a specific index.
- getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Returns the adjustment used when calculating the minimum data value.
- getT() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns T value, is the date for time series.
- getTension() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getTension() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getTension() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- getText() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.options.Title
-
Returns the title text to display, as a list of strings.
- getThreshold() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
-
Creates a new threshold cloning the constant one.
- getThresholds() - Method in class org.pepstock.charba.client.data.GaugeDataset
-
Gets all thresholds.
- getTickMarkLength() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the length in pixels that the grid lines will draw into the axis area.
- getTickMarkLength() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the length in pixels that the grid lines will draw into the axis area.
- getTicks() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
- getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks.
- getTicks() - Method in class org.pepstock.charba.client.options.scales.RadialAxis
-
- getTicksAsNumber() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks as number.
- getTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getTime() - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
-
- getTitle() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getTitle() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the title item.
- getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the title of the tooltip.
- getTitle() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip title section.
- getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title alignment.
- getTitleCallback() - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- getTitleFontColor() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title font color.
- getTitleFontColor() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip title section.
- getTitleFontColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title font color.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the color of the tooltip title section.
- getTitleFontColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title font.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font family of the tooltip title section.
- getTitleFontFamily() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font.
- getTitleFontSize() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title font size.
- getTitleFontSize() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font size of the tooltip title section.
- getTitleFontSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font size.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the title font style.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the font style of the tooltip title section.
- getTitleFontStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font style.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the bottom margin of the tooltip title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the spacing of the tooltip title section.
- getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTooltip() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the tooltip item.
- getTooltipFormat() - Method in class org.pepstock.charba.client.options.scales.Time
-
The moment js format string to use for the tooltip.
- getTooltips() - Method in class org.pepstock.charba.client.defaults.global.Options
-
- getTooltips() - Method in class org.pepstock.charba.client.options.BaseOptions
-
- getTooltips() - Method in class org.pepstock.charba.client.options.MeterOptions
-
- getTop() - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the top of chart area.
- getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.layout.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.scales.Padding
-
Returns the padding top in pixel.
- getType() - Method in class org.pepstock.charba.client.BarChart
-
- getType() - Method in class org.pepstock.charba.client.BubbleChart
-
- getType() - Method in interface org.pepstock.charba.client.Controller
-
Controller must define a unique id in order to be configurable.
Returns the controller id.
- getType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the type of dataset, based on type of chart.
- getType(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the type of a label at specific index.
- getType() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.DoughnutChart
-
- getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
-
Returns the type of new handler.
- getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
-
Returns the type of removed handler.
- getType() - Method in class org.pepstock.charba.client.GaugeChart
-
- getType() - Method in class org.pepstock.charba.client.HorizontalBarChart
-
- getType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the type of chart.
- getType() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the type of dataset.
- getType() - Method in class org.pepstock.charba.client.LineChart
-
- getType() - Method in class org.pepstock.charba.client.MeterChart
-
- getType() - Method in class org.pepstock.charba.client.options.scales.Axis
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.PieChart
-
- getType() - Method in class org.pepstock.charba.client.PolarAreaChart
-
- getType() - Method in class org.pepstock.charba.client.RadarChart
-
- getType() - Method in class org.pepstock.charba.client.ScatterChart
-
- getType() - Method in class org.pepstock.charba.client.StackedAreaChart
-
- getType() - Method in class org.pepstock.charba.client.StackedBarChart
-
- getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
-
Gets all global registered controllers ids.
- getUnit() - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, will force the unit to be a certain type.
- getUpdateCallback() - Method in class org.pepstock.charba.client.options.scales.Axis
-
- getValue(Key, int) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (int) into embedded JavaScript object at specific property.
- getValue(Key, double) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (double) into embedded JavaScript object at specific property.
- getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (boolean) into embedded JavaScript object at specific property.
- getValue(Key, String) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (string) into embedded JavaScript object at specific property.
- getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (date) into embedded JavaScript object at specific property.
- getValue(Key) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (JavaScript Object) into embedded JavaScript object at specific property.
- getValue(Key, Class<T>, T) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns a value (key) into embedded JavaScript object at specific property.
- getValue() - Method in class org.pepstock.charba.client.data.MeterDataset
-
- getValue() - Method in enum org.pepstock.charba.client.enums.GaugeThreshold
-
- getValue() - Method in interface org.pepstock.charba.client.enums.IsThreshold
-
Returns the value of threshold.
- getValue() - Method in class org.pepstock.charba.client.enums.Threshold
-
- getValue() - Method in class org.pepstock.charba.client.items.TickItem
-
Returns the value of the tick.
- getValues() - Method in class org.pepstock.charba.client.items.TickItem
-
Returns the complete list of ticks.
- getView() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns all view information about the dataset.
- getWeight() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the weight.
- getWeight() - Method in class org.pepstock.charba.client.options.scales.Axis
-
The weight used to sort the axis.
- getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the width of dataset item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the width of the chart item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the width of tooltip.
- getX() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns X value.
- getX() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the X location of dataset item in pixel.
- getX() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the X location of tooltip item.
- getX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of tooltip.
- getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X align location.
- getXAxes() - Method in class org.pepstock.charba.client.defaults.scale.Scales
-
- getXAxes() - Method in class org.pepstock.charba.client.options.Scales
-
- getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the X axis ID.
- getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the X center of scale.
- getXLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the X location of label.
- getXLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes
- getXPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the padding to add on left and right of tooltip.
- getXPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X padding location.
- getXPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding to add on left and right of tooltip.
- getXScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
-
Returns the X scale instance.
- getY() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns the Y location of dataset item in pixel.
- getY() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the Y location of tooltip item.
- getY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of tooltip.
- getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y align location.
- getYAxes() - Method in class org.pepstock.charba.client.defaults.scale.Scales
-
- getYAxes() - Method in class org.pepstock.charba.client.options.Scales
-
- getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the y axis to plot this dataset on.
- getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the y axis to plot this dataset on.
- getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns the Y axis ID.
- getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the Y center of scale.
- getYLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the Y location of label.
- getYLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes
- getYPadding() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns the padding to add on top and bottom of tooltip.
- getYPadding() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y padding location.
- getYPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding to add on top and bottom of tooltip.
- getYScale() - Method in class org.pepstock.charba.client.controllers.StyleElement
-
Returns the Y scale instance.
- getZeroLineBorderDash() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the length and spacing of dashes of the grid line for the first index (index 0).
- getZeroLineBorderDash() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the length and spacing of dashes of the grid line for the first index (index 0).
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the offset for line dashes of the grid line for the first index (index 0).
- getZeroLineBorderDashOffset() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the offset for line dashes of the grid line for the first index (index 0).
- getZeroLineColor() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColor() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineColorAsString() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the stroke color of the grid line for the first index (index 0).
- getZeroLineIndex() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the zero line index of scale.
- getZeroLineWidth() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Returns the stroke width of the grid line for the first index (index 0).
- getZeroLineWidth() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Returns the stroke width of the grid line for the first index (index 0).
- GlobalOptions - Class in org.pepstock.charba.client
-
Contains the GLOBAL options for a specific chart instance.
Loaded when a new chart instance is created.
It's the result of merging of different global options.
- GlobalPlugins - Class in org.pepstock.charba.client.plugins
-
Glabal configuration to set plugins at global level.
It maps the CHART.JS object of default, chart.plugins
.
- GlobalPlugins() - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
-
- GridLines - Class in org.pepstock.charba.client.defaults.scale
-
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
- GridLines - Class in org.pepstock.charba.client.options.scales
-
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
- GwtMaterialColor - Enum in org.pepstock.charba.client.colors
-
GWT material color constants.
- ID - Static variable in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColor
-
Plugin ID
- indexOf(double) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
-
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
- indexOf(int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
-
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
-
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
- indexOf(String) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
-
Returns the index of the first occurrence of the specified element in this object, or -1 if this object does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- initialize(Context, AbstractChart<?, ?>, int) - Method in interface org.pepstock.charba.client.Controller
-
Initializes the controller.
- initialize(Context, AbstractChart<?, ?>, int) - Method in class org.pepstock.charba.client.controllers.AbstractController
-
- Injector - Class in org.pepstock.charba.client
-
This utility injects ChartJS javascript into the web page of GWT.
If ChartJS is already injected, it does nothing.
It enables also to inject other script into web page, necessary when you want to use some Chart.JS plugins.
- Injector() - Constructor for class org.pepstock.charba.client.Injector
-
- insertAt(int, double) - Method in class org.pepstock.charba.client.commons.JsArrayDoubleImpl
-
Inserts the specified element at the specified position in this object.
- insertAt(int, int) - Method in class org.pepstock.charba.client.commons.JsArrayIntegerImpl
-
Inserts the specified element at the specified position in this object.
- insertAt(int, GenericJavaScriptObject) - Method in class org.pepstock.charba.client.commons.JsArrayObjectImpl
-
Inserts the specified element at the specified position in this object.
- insertAt(int, String) - Method in class org.pepstock.charba.client.commons.JsArrayStringImpl
-
Inserts the specified element at the specified position in this object.
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.Resources
-
- INTEGER - Static variable in class org.pepstock.charba.client.items.UndefinedValues
-
Default value for INTEGER instances
- InteractionAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- InteractionMode - Enum in org.pepstock.charba.client.enums
-
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which
elements appear via tooltip or hover.
- InternalJavaScriptObject() - Constructor for class org.pepstock.charba.client.defaults.scale.Scales.InternalJavaScriptObject
-
Needed for GWt injection
- InternalScaleItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.controllers.StyleElement.InternalScaleItem
-
Wraps the CHART.JS java script object.
- InvalidControllerTypeException - Exception in org.pepstock.charba.client.controllers
-
Exception created when the controller type is not valid.
A controller type
can not start with a dot or an underscore
can not contain any non-URL-safe characters
- InvalidControllerTypeException(String) - Constructor for exception org.pepstock.charba.client.controllers.InvalidControllerTypeException
-
Builds the exception using the message explaining why the type is not valid.
- InvalidPluginIdException - Exception in org.pepstock.charba.client.plugins
-
Exception created when the plugin ID is not valid.
A plugin id
can not start with a dot or an underscore
can not contain any non-URL-safe characters
cannot contain uppercase letters
should be something short, but also reasonably descriptive
- InvalidPluginIdException(String) - Constructor for exception org.pepstock.charba.client.plugins.InvalidPluginIdException
-
Builds the exception using the message explaining why the id is not valid.
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.global.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.global.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimating() - Method in class org.pepstock.charba.client.items.ChartNode
-
Returns if the chart is animating or not.
- isAnimationEnable() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns if should chart be animated or not.
- isAnimationEnable() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Returns if should chart be animated or not Default value is true
.
- isArray(String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns true if this object is an array.
For further information, refer to this JavaScript documentation: https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
If true, scale will include 0 if it is not already included.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns true
to keep Bezier control inside the chart, false
for no restriction.
- isCapBezierPoints() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns true
to keep Bezier control inside the chart, false
for no restriction.
- IsChart<O extends BaseOptions,D extends Dataset> - Interface in org.pepstock.charba.client
-
Interface which defines a chart.
- IsColor - Interface in org.pepstock.charba.client.colors
-
Defines the color methods.
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
-
- isDisplay() - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.global.Title
-
Returns if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If false, do not display grid lines for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.PointLabels
-
If true, labels are shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
If true, shows the axis.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Scales
-
Returns if the scales are shown.
- isDisplay() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.options.scales.Axis
-
Returns if axis is hidden.
- isDisplay() - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
f true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If false, do not display grid lines for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
If true, labels are shown
- isDisplay() - Method in class org.pepstock.charba.client.options.Title
-
Returns if the title is shown.
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns if it is in doughnut mode.
- isDrawBorder() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- isDrawBorder() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
-
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isEmpty() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns true if this object contains no elements.
- isEmpty() - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Returns true if the embedded JavaScript object contains no elements.
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Returns true if this list contains no elements
- isEnabled() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Returns if tooltips are enabled.
- isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a global plugin is enabled or not.
- isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns if tooltips are enabled.
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.defaults.global.Title
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the full width in pixel.
- isFullWidth() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isFullWidth() - Method in class org.pepstock.charba.client.options.Title
-
Returns if marks that this box should take the full width of the canvas (pushing down other boxes)
- isHidden() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if the dataset will appear or not.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is hidden.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Returns if the dataset is hidden.
- isHidden() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns true if this item represents a hidden dataset.
- isHidden() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns true if this item represents a hidden scale.
- isHorizontal() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns if is an horizontal view.
- isInRange(double, double) - Method in class org.pepstock.charba.client.enums.Threshold
-
Checks if the value passed is into threshold.
- isIntersect() - Method in class org.pepstock.charba.client.defaults.global.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.options.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.options.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIsoWeekday() - Method in class org.pepstock.charba.client.options.scales.Time
-
If true and the unit is set to 'week', then the first day of the week will be Monday.
- isLazy() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the animation can be interrupted by other animations
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Returns the the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMirror() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isOffset() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
- isOffsetGridLines() - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, grid lines will be shifted to be between labels.
- isOffsetGridLines() - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, grid lines will be shifted to be between labels.
- isOnlyYAxis() - Method in class org.pepstock.charba.client.options.scales.StackedScales
-
- isPercentageThreshold() - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- isResponsive() - Method in class org.pepstock.charba.client.defaults.global.Options
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.options.BaseOptions
-
Returns the resizing of the chart canvas when its container does.
- isReverse() - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Returns the reverses order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend will show datasets in reverse order.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
If true, draw a background behind the tick labels.
- isShowLines() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is not drawn for this dataset.
- isShowLines() - Method in class org.pepstock.charba.client.defaults.global.Options
-
If false, the lines between points are not drawn.
- isSkipped() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns true
if skipped.
- isSpanGaps() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if lines will be drawn between points with no or null data.
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.global.Options
-
If false, NaN data causes a break in the line.
- isStacked() - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Returns if the axis are stacked or not.
- isStepped() - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns true
to show the line as a stepped line (tension will be ignored).
- isStepped() - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns true
to show the line as a stepped line (tension will be ignored).
- isSteppedLine() - Method in class org.pepstock.charba.client.items.DatasetViewItem
-
Returns true
if stepped line has been selected.
- isStepSize() - Method in class org.pepstock.charba.client.options.scales.Time
-
The number of units between grid lines.
- IsThreshold - Interface in org.pepstock.charba.client.enums
-
Interface tomap a threshold.
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- iterator() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- IteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
Custom iterator over a collection.
- Scale - Class in org.pepstock.charba.client.defaults.scale
-
Axes are an integral part of a chart.
- Scale(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.defaults.scale.Scale
-
Creates the object using the java script object with the defaults provided by CHART.JS.
It's a root element.
- Scale(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.scale.Scale
-
Builds the object with parent item and child.
- ScaleBounds - Enum in org.pepstock.charba.client.enums
-
Controls the scale boundary strategy (bypassed by min/max time options).
- ScaleDistribution - Enum in org.pepstock.charba.client.enums
-
Controls the data distribution along the scale.
- ScaleItem - Class in org.pepstock.charba.client.items
-
Wraps the scale item of CHART JS chart.
- ScaleItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Wraps the CHART.JS java script object.
- ScaleItem.Property - Enum in org.pepstock.charba.client.items
-
Name of fields of JavaScript object.
- ScaleLabel - Class in org.pepstock.charba.client.defaults.scale
-
When creating a chart, you want to tell the viewer what data they are viewing.
- ScaleLongestTextCacheItem - Class in org.pepstock.charba.client.items
-
Legend internal object to get data about ticks and their length in pixels.
- Scales - Class in org.pepstock.charba.client.defaults.scale
-
The configuration element which contains all axes definitions.
It maps the CHART.JS object of default, chart.defaults.[chart_type].scales
.
- Scales(AbstractItem, Key) - Constructor for class org.pepstock.charba.client.defaults.scale.Scales
-
Builds the object with parent item and child.
- Scales - Class in org.pepstock.charba.client.options
-
The configuration element which contains all axes definitions.
- Scales(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.Scales
-
Builds the object storing the chart instance.
- Scales.InternalJavaScriptObject - Class in org.pepstock.charba.client.defaults.scale
-
Is a generic java script object which enables the protected methods.
- ScalesNode - Class in org.pepstock.charba.client.items
-
Wrapper of scales node of CHART.JS.
- ScatterChart - Class in org.pepstock.charba.client
-
SCATTER chart implementation.
- ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the object.
- ScatterDataset - Class in org.pepstock.charba.client.data
-
The scatter chart allows a number of properties to be specified for each dataset.
- ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Builds the object setting fixed properties
- ScatterOptions - Class in org.pepstock.charba.client.options
-
Specific options for SCATTER chart.
- ScatterOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.ScatterOptions
-
Builds the object storing the chart instance.
- set(int, Double) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Integer) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, String) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Replaces the last element returned by next() or previous() with the specified element .
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.defaults.global.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.defaults.global.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimationDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Sets the duration in milliseconds it takes to animate hover style changes.
- setAnimationDuration(int) - Method in class org.pepstock.charba.client.options.Hover
-
Sets the duration in milliseconds it takes to animate hover style changes.
- setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
-
Specify should chart be animated or not Default value is true
.
- setAttribute(String, double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets a custom field to data point.
- setAutoSkip(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Hover
-
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes.
- setAxis(Axis) - Method in class org.pepstock.charba.client.options.SingleScaleOptions
-
Sets the single axis of chart.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the color of label backdrops.
- setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the horizontal padding of label backdrop.
- setBackdropPaddingX(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the horizontal padding of label backdrop.
- setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the vertical padding of label backdrop.
- setBackdropPaddingY(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the vertical padding of label backdrop.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Sets background color as string
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Sets background color
- setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.plugins.impl.ChartBackgroundColorOptions
-
Sets the background color.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarThickness(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Sets the width of each bar in pixels.
- setBarThickness(int) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Sets the width of each bar in pixels.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
If true, scale will include 0 if it is not already included.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body alignment.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body alignment.
- setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body font color.
- setBodyFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body font color.
- setBodyFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body line font.
- setBodyFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body line font.
- setBodyFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body font size.
- setBodyFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font size.
- setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the body font style.
- setBodyFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font style.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBoolean(String, boolean) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Sets an element (boolean) in this object by key.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets how the end points of every line are drawn.
- setBorderColor(String) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Sets border color as string
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.callbacks.TooltipLabelColor
-
Sets border color
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines
and gaps which describe the pattern.
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets the line dash pattern offset or "phase".
- setBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the line dash pattern offset or "phase".
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
(degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position,
are skipped).
There are three possible values for this property: round, bevel and miter.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- setBorderSkipped(Position) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(Position) - Method in class org.pepstock.charba.client.defaults.global.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(Position) - Method in class org.pepstock.charba.client.options.elements.Rectangle
-
Sets the edge to skip drawing the border for.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.MeterDataset
-
- setBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Arc
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the size of the border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size of the border.
- setBottom(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the bottom location in pixel
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the bottom margin in pixel
- setBottom(int) - Method in class org.pepstock.charba.client.options.layout.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.scales.Padding
-
Sets the padding bottom in pixel.
- setBounds(ScaleBounds) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBoxWidth(int) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Sets the width of coloured box.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the width of coloured box.
- setBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setCalculateTickRotationCallback(AxisCalculateTickRotationCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
- setCallback(RadialPointLabelCallback) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets true
to keep Bezier control inside the chart, false
for no restriction.
- setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets true
to keep Bezier control inside the chart, false
for no restriction.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the size, in px, of the tooltip arrow.
- setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size, in px, of the tooltip arrow.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCircumference(double) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the sweep to allow arcs to cover.
- setColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Sets the color of angled lines.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
The color of the grid lines.
- setColor(String...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
The color of the grid lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.enums.Threshold
-
- setColor(IsColor...) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
The color of the grid lines.
- setColor(String...) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
The color of the grid lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Sets the color of angled lines.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCubicInterpolationMode(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCustomCallback(TooltipCustomCallback) - Method in class org.pepstock.charba.client.options.Tooltips
-
- setCutoutPercentage(double) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the percentage of the chart that is cut out of the middle.
- setCutoutPercentage(double) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setData(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
- setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a dataset for a chart is specified as an array of numbers.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a dataset for a chart is specified as an array of numbers.
- setData(double...) - Method in class org.pepstock.charba.client.data.MeterDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.MeterDataset
-
- setData(double...) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the dataset index of the chart
- setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
-
Sets a set of datasets for chart
- setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDefaultColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultColor(String) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the default font color to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the font family to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-family options.
- setDefaultFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the font size to use in the chart, on all objects, if not override by the specific configuration.
- setDefaultFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.defaults.global.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.BaseOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.global.Title
-
Sets if the title is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If false, do not display grid lines for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.PointLabels
-
If true, labels are shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
If true, shows the axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scales
-
Sets if the scales are shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, show tick marks.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets if the legend is shown.
- setDisplay(MeterDisplay) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.Axis
-
If set to false the axis is hidden from view.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
f true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If false, do not display grid lines for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
If true, labels are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Title
-
Sets if the title is shown.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayFontColor(IsColor) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.scales.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
- setDistribution(ScaleDistribution) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeAxis
-
Sets property controls the data distribution along the scale.
- setDouble(String, double) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Sets an element (double) in this object by key.
- setDoubleArray(String, JsDoubleArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Stores an array list (doubles) into the JavaScript object.
- setDoubleArray(Key, JsDoubleArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (double array list) into embedded JavaScript object at specific property.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- setDrawBorder(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw border at the edge between the axis and the chart area.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw lines on the chart area inside the axis lines.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.options.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the time for the animation of the redraw in milliseconds.
- setEasing(Easing) - Method in class org.pepstock.charba.client.defaults.global.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.options.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the animation easing function.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets if tooltips are enabled.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets if tooltips are enabled.
- setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the end value of the axis
- setEnumValueArray(Key, JsEnumValueArrayList<T>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (EnumValue array list) into embedded JavaScript object at specific property.
- setEvents(Event...) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the browser events that the chart should listen to for tooltips and hovering.
- setEvents(Event...) - Method in class org.pepstock.charba.client.options.BaseOptions
-
Sets the browser events that the chart should listen to for tooltips and hovering.
- setFill(Fill) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setFill(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets how to fill the area under the line.
- setFill(Fill) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets how to fill the area under the line.
- setFill(Fill) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets how to fill the area under the line.
- setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box
- setFilterHandler(TooltipFilterHandler) - Method in class org.pepstock.charba.client.options.Tooltips
-
- setFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.FontItem
-
Sets the font color
- setFontColor(String) - Method in class org.pepstock.charba.client.defaults.FontItem
-
Sets the font color
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the font color for label
- setFontColor(String) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the font color for label
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Sets the font color for tick
- setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Sets the font color for tick
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the font color for scale title
- setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the font color for scale title
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Sets the font color for tick labels.
- setFontColor(String) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Sets the font color for tick labels.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Title
-
Sets the font color for title
- setFontColor(String) - Method in class org.pepstock.charba.client.options.Title
-
Sets the font color for title
- setFontFamily(String) - Method in class org.pepstock.charba.client.defaults.FontItem
-
Sets the font family, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the font family for the label, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Sets the font family for the tick, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the font family for the scale title, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Sets the font family for the tick labels, follows CSS font-family options.
- setFontFamily(String) - Method in class org.pepstock.charba.client.options.Title
-
Sets the font family for title, follows CSS font-family options.
- setFontSize(int) - Method in class org.pepstock.charba.client.defaults.FontItem
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the font size for label.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Sets the font size for tick.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the font size for scale title.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Sets the font size for the tick labels.
- setFontSize(int) - Method in class org.pepstock.charba.client.options.Title
-
Sets the font size for title.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.FontItem
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the font style for the label, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.BaseTick
-
Sets the font style for the tick, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the font style for the scale title, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.scales.RadialPointLabels
-
Sets the font style for the tick labels, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Title
-
Sets the font style for title, follows CSS font-style options (i.e.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer alignment.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer alignment.
- setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer font color.
- setFooterFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer font color.
- setFooterFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer font.
- setFooterFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font.
- setFooterFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer font size.
- setFooterFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font size.
- setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the footer font style.
- setFooterFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font style.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFormat(String) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.defaults.global.Title
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the full width of axis in pixel
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setFullWidth(boolean) - Method in class org.pepstock.charba.client.options.Title
-
Marks that this box should take the full width of the canvas (pushing down other boxes).
- setHeight(String) - Method in class org.pepstock.charba.client.AbstractChart
-
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the height of axis in pixel.
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
-
Sets the minimum height of axis in pixel.
- setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if the dataset will appear or not.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets if the axis must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetItem
-
Sets if the dataset must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.DatasetMetaItem
-
Sets if the dataset must be hidden.
- setHidden(boolean) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets true if this item represents a hidden dataset.
- setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.MeterDataset
-
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.defaults.global.Point
-
Sets the border width of point when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.elements.Point
-
Sets the border width of point when hovered.
- setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point when hovered.
- setHoverRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
-
Sets the radius of the point when hovered.
- setHoverRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
-
Sets the radius of the point when hovered.
- setHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in interface org.pepstock.charba.client.Controller
-
Add hover styling to the given element.
- setHoverStyle(Context, AbstractChart<?, ?>, StyleElement) - Method in class org.pepstock.charba.client.controllers.AbstractController
-
- setId(String) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used.
- setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the dataset index of the chart (for POLAR and PIE charts)
- setInt(String, int) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Sets an element (int) in this object by key.
- setIntegerArray(String, JsIntegerArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Stores an array list (integers) into the JavaScript object.
- setIntegerArray(Key, JsIntegerArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (int array list) into embedded JavaScript object at specific property.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.defaults.global.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.options.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- setIsoWeekday(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
-
If true and the unit is set to 'week', then the first day of the week will be Monday.
- setItemSortHandler(TooltipItemSortHandler) - Method in class org.pepstock.charba.client.options.Tooltips
-
- setJavaScriptObject(String, JavaScriptObject) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Sets an element (javaScript object instance) in this object by key.
- setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the label for the dataset which appears in the legend and tooltips.
- setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- setLabelOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the distance in pixels to offset the label from the centre point of the tick (in the y direction for the x axis, and
the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas.
- setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the label rotation value
- setLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels of the data
- setLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels of the data
- setLabels(String...) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Sets an array of labels to display.
- setLabelsCallBack(LegendLabelsCallback) - Method in class org.pepstock.charba.client.options.LegendLabels
-
- setLabelString(String) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
Sets the text for the scale string.
- setLabelString(String) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the text for the title.
- setLazy(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If true, the animation can be interrupted by other animations.
- setLeft(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the left location in pixel
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the left margin in pixel
- setLeft(int) - Method in class org.pepstock.charba.client.options.layout.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.scales.Padding
-
Sets the padding left in pixel.
- setLegendCallBack(LegendCallback) - Method in class org.pepstock.charba.client.options.BaseOptions
-
- setLegendCallBack(LegendCallback) - Method in class org.pepstock.charba.client.options.MeterOptions
-
- setLegendFilterHandler(LegendFilterHandler) - Method in class org.pepstock.charba.client.options.LegendLabels
-
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how the end points of every box border are drawn.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of
lines and gaps which describe the pattern.
- setLineDashOffset(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern offset or "phase".
- setLineHeight(double) - Method in class org.pepstock.charba.client.defaults.global.Title
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.defaults.scale.ScaleLabel
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.scales.CartesianScaleLabel
-
Sets the height of an individual line of text.
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.Title
-
Sets the height of an individual line of text.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate
segments with zero lengths, whose specified endpoints and control points are exactly at the same position, are
skipped).
There are three possible values for this property: round, bevel and miter.
- setLineWidth(int) - Method in class org.pepstock.charba.client.defaults.scale.AngleLines
-
Sets the width of angled lines.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the stroke widths of grid lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the width of box border in pixels.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the stroke widths of grid lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.options.scales.RadialAngleLines
-
Sets the width of angled lines.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMax(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(String) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Sets the maximum item to display.
- setMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, this will override the data maximum.
- setMaxAsNumber(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.options.scales.BarCategoryAxis
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max height of the axis in pixel
- setMaxRotation(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the maximum rotation for tick labels when rotating to condense labels.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the maximum number of ticks and gridlines to show.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the maximum number of ticks and gridlines to show.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the maximum number of ticks and gridlines to show.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max width of axis in pixel.
- setMin(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(String) - Method in class org.pepstock.charba.client.options.scales.CartesianCategoryTick
-
Sets the minimum item to display.
- setMin(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(int) - Method in class org.pepstock.charba.client.options.scales.CartesianLogarithmicTick
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, this will override the data minimum.
- setMinAsNumber(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMinRotation(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the minimum rotation for tick labels.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
-
The minimum display format to be used for a time unit.
- setMirror(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.defaults.global.Hover
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.Hover
-
Sets which elements appear in the tooltip.
- setMode(InteractionMode) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets which elements appear in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setObjectArray(String, JsObjectArrayList<T>) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Stores an array list (generic JavaScript objects) into the JavaScript object.
- setObjectArray(Key, JsObjectArrayList<T>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (JavaScript array list) into embedded JavaScript object at specific property.
- setOffset(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
- setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
If true, grid lines will be shifted to be between labels.
- setOffsetGridLines(boolean) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
If true, grid lines will be shifted to be between labels.
- setOnlyYAxis(boolean) - Method in class org.pepstock.charba.client.options.scales.StackedScales
-
- setOptions(String, JavaScriptObject) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
- setPadding(int) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Title
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the padding between the tick label and the axis.
- setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Title
-
Sets the padding to apply around title.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding bottom in pixel
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding left in pixel
- setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding right in pixel
- setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding top in pixel
- setParser(String) - Method in class org.pepstock.charba.client.options.scales.Time
-
Defined as a string, it is interpreted as a custom format to be used by moment to parse the date.
- setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.defaults.global.Point
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.elements.Point
-
Sets the style of the point.
- setPosition(Position) - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.defaults.global.Title
-
Sets the position of title.
- setPosition(TooltipPosition) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(Position) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Position of the axis in the chart.
- setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the position of axis
- setPosition(Position) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.options.Title
-
Sets the position of title.
- setPosition(TooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the mode for positioning the tooltip.
- setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas.
- setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point shape.
- setRadius(int) - Method in class org.pepstock.charba.client.defaults.global.Point
-
Sets the radius of the point shape.
- setRadius(int) - Method in class org.pepstock.charba.client.options.elements.Point
-
Sets the radius of the point shape.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the resizing of the chart canvas when its container does.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.options.BaseOptions
-
Sets the resizing of the chart canvas when its container does.
- setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the duration in milliseconds it takes to animate to new size after a resize event.
- setResponsiveAnimationDuration(int) - Method in class org.pepstock.charba.client.options.BaseOptions
-
Sets the duration in milliseconds it takes to animate to new size after a resize event.
- setReverse(boolean) - Method in class org.pepstock.charba.client.defaults.global.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the reverses order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the legend will show datasets in reverse order.
- setRight(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the right location in pixel
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the right margin in pixel
- setRight(int) - Method in class org.pepstock.charba.client.options.layout.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.scales.Padding
-
Sets the padding right in pixel.
- setRotation(double) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the starting angle to draw arcs from.
- setRound(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, dates will be rounded to the start of this unit.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
If true, draw a background behind the tick labels.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
If true, draw a background behind the tick labels.
- setShowLines(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is not drawn for this dataset.
- setShowLines(boolean) - Method in class org.pepstock.charba.client.data.ScatterDataset
-
- setShowLines(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
-
If false, the lines between points are not drawn.
- setSource(TickSource) - Method in class org.pepstock.charba.client.options.scales.CartesianTimeTick
-
Sets the property controls the ticks generation.
- setSpanGaps(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if lines will be drawn between points with no or null data.
- setSpanGaps(boolean) - Method in class org.pepstock.charba.client.defaults.global.Options
-
If false, NaN data causes a break in the line.
- setStacked(boolean) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Sets if the axis are stacked or not.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedAreaDataset
-
Sets the name of stack group.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.StackedBarDataset
-
Sets the name of stack group.
- setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the start value of the axis
- setStartAngle(double) - Method in class org.pepstock.charba.client.defaults.global.Options
-
Sets the starting angle to draw arcs for the first item in a dataset.
- setStartAngle(double) - Method in class org.pepstock.charba.client.options.PolarAreaOptions
-
Sets the starting angle to draw arcs for the first item in a dataset.
- setStepped(boolean) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Sets true
to show the line as a stepped line (tension will be ignored).
- setStepped(boolean) - Method in class org.pepstock.charba.client.options.elements.Line
-
Sets true
to show the line as a stepped line (tension will be ignored).
- setSteppedLine(SteppedLine) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets If the line is shown as a stepped line.
If the steppedLine value is set to anything other than false, lineTension will be ignored.
- setStepSize(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(int) - Method in class org.pepstock.charba.client.options.scales.Time
-
The number of units between grid lines.
- setString(String, String) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Sets an element (string) in this object by key.
- setStringArray(String, JsStringArrayList) - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Stores an array list (strings) into the JavaScript object.
- setStringArray(Key, JsStringArrayList) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (string array list) into embedded JavaScript object at specific property.
- setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.defaults.scale.Ticks
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.scales.CartesianLinearTick
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.scales.RadialLinearTick
-
Sets the adjustment used when calculating the minimum data value.
- setT(Date) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets T value, is the date for time series.
- setTension(double) - Method in class org.pepstock.charba.client.defaults.global.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- setTension(double) - Method in class org.pepstock.charba.client.options.elements.Line
-
Returns the Bezier curve tension (0 for no Bezier curves).
- setText(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the label that will be displayed
- setText(String...) - Method in class org.pepstock.charba.client.options.Title
-
Sets the title text to display.
- setThresholds(Threshold...) - Method in class org.pepstock.charba.client.data.GaugeDataset
-
Sets all thresholds to use for this gauge.
- setTickMarkLength(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the length in pixels that the grid lines will draw into the axis area.
- setTickMarkLength(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the length in pixels that the grid lines will draw into the axis area.
- setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTicksAsNumbers(double...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTicksAsNumbers(List<Double>) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the list of ticks
- setTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title alignment.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title alignment.
- setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.options.TooltipsCallbacks
-
- setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title font color.
- setTitleFontColor(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title font color.
- setTitleFontColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleFontColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title font.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title font size.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font size.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the title font style.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font style.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.scales.Time
-
The moment js format string to use for the tooltip.
- setTop(int) - Method in class org.pepstock.charba.client.defaults.global.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.defaults.scale.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the top location in pixel
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisMarginsItem
-
Sets the top margin in pixel
- setTop(int) - Method in class org.pepstock.charba.client.options.layout.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.scales.Padding
-
Sets the padding top in pixel.
- setType(Type) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the type of dataset based on type of chart.
- setType(AxisType) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
Type of scale being employed.
- setType(AxisType) - Method in class org.pepstock.charba.client.options.scales.Axis
-
Type of scale being employed.
- setUnit(boolean) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.scales.Time
-
If defined, will force the unit to be a certain type.
- setUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.options.scales.Axis
-
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.defaults.global.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setValue(Key, int) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (int) into embedded JavaScript object at specific property.
- setValue(Key, double) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (double) into embedded JavaScript object at specific property.
- setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (boolean) into embedded JavaScript object at specific property.
- setValue(Key, String) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (string) into embedded JavaScript object at specific property.
- setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (date) into embedded JavaScript object at specific property.
- setValue(Key, JavaScriptObject) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (JavaScript Object) into embedded JavaScript object at specific property.
- setValue(Key, T) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (EnumValue) into embedded JavaScript object at specific property.
- setValue(Key, JavaScriptObjectContainer) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (JavaScript object container) into embedded JavaScript object at specific property.
- setValue(Key, AbstractList<E>) - Method in class org.pepstock.charba.client.commons.JavaScriptObjectContainer
-
Sets a value (JavaScript object container array list) into embedded JavaScript object at specific property.
- setValue(double) - Method in class org.pepstock.charba.client.data.GaugeDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.data.MeterDataset
-
- setValue(double) - Method in class org.pepstock.charba.client.enums.Threshold
-
- setWeight(int) - Method in class org.pepstock.charba.client.defaults.scale.Scale
-
The weight used to sort the axis.
- setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the weight of axis
- setWeight(int) - Method in class org.pepstock.charba.client.options.scales.Axis
-
The weight used to sort the axis.
- setWidth(String) - Method in class org.pepstock.charba.client.AbstractChart
-
- setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the width of axis
- setWidth(int) - Method in class org.pepstock.charba.client.items.AxisMinSizeItem
-
Returns the minimum width of axis in pixel.
- setX(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets X value.
- setXAxes(Axis...) - Method in class org.pepstock.charba.client.options.Scales
-
Sets an array of X axes.
- setXAxes(Axis...) - Method in class org.pepstock.charba.client.options.scales.StackedScales
-
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data
- setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data
- setXPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the padding to add on left and right of tooltip.
- setXPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding to add on left and right of tooltip.
- setY(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setYAxes(Axis...) - Method in class org.pepstock.charba.client.options.Scales
-
Sets an array of Y axes.
- setYAxes(Axis...) - Method in class org.pepstock.charba.client.options.scales.StackedScales
-
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this dataset on.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this dataset on.
- setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data
- setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data
- setYPadding(int) - Method in class org.pepstock.charba.client.defaults.global.Tooltips
-
Sets the padding to add on top and bottom of tooltip.
- setYPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding to add on top and bottom of tooltip.
- setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the length and spacing of dashes of the grid line for the first index (index 0).
- setZeroLineBorderDash(int...) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the length and spacing of dashes of the grid line for the first index (index 0).
- setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the offset for line dashes of the grid line for the first index (index 0).
- setZeroLineBorderDashOffset(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the offset for line dashes of the grid line for the first index (index 0).
- setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(String) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(IsColor) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineColor(String) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the stroke color of the grid line for the first index (index 0).
- setZeroLineIndex(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the index of line 0 of axis
- setZeroLineWidth(int) - Method in class org.pepstock.charba.client.defaults.scale.GridLines
-
Sets the stroke width of the grid line for the first index (index 0).
- setZeroLineWidth(int) - Method in class org.pepstock.charba.client.options.scales.GridLines
-
Sets the stroke width of the grid line for the first index (index 0).
- SingleScaleOptions - Class in org.pepstock.charba.client.options
-
Configuration of chart with only 1 scale.
- SingleScaleOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.SingleScaleOptions
-
Builds the object storing the chart instance.
- size() - Method in class org.pepstock.charba.client.commons.GenericJavaScriptObject
-
Returns the number of elements in this object.
- size() - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Returns the number of elements in this list.
- SizeItem - Class in org.pepstock.charba.client.items
-
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs.
- SizeItem(GenericJavaScriptObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Wraps the CHART.JS java script object.
- SizeItem.Property - Enum in org.pepstock.charba.client.items
-
Name of fields of JavaScript object.
- StackedAreaChart - Class in org.pepstock.charba.client
-
STACKED AREA chart implementation.
- StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the object.
- StackedAreaDataset - Class in org.pepstock.charba.client.data
-
The stacked area chart allows a number of properties to be specified for each dataset.
- StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
- StackedBarChart - Class in org.pepstock.charba.client
-
STACKED BAR chart implementation.
- StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the object.
- StackedBarDataset - Class in org.pepstock.charba.client.data
-
The stacked bar area chart allows a number of properties to be specified for each dataset.
- StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
- StackedOptions - Class in org.pepstock.charba.client.options
-
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis.
- StackedOptions(AbstractChart<?, ?>, boolean) - Constructor for class org.pepstock.charba.client.options.StackedOptions
-
Builds the object storing the chart instance and if only Y axis is scaled.
- StackedOptions(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.StackedOptions
-
Builds the object storing the chart instance.
- StackedScales - Class in org.pepstock.charba.client.options.scales
-
Specific scales for stacked charts.
- StackedScales(AbstractChart<?, ?>) - Constructor for class org.pepstock.charba.client.options.scales.StackedScales
-
Builds the object storing the chart instance.
- StandardKey - Class in org.pepstock.charba.client.commons
-
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String.
- StandardKey(String) - Constructor for class org.pepstock.charba.client.commons.StandardKey
-
Builds the object with the key id as string
- SteppedLine - Enum in org.pepstock.charba.client.enums
-
Property to set if the line is shown as a stepped line.
- stop() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to stop any current animation loop.
- STRING - Static variable in class org.pepstock.charba.client.items.UndefinedValues
-
Default value for STRING instances
- StyleElement - Class in org.pepstock.charba.client.controllers
-
Element used by controller by removeHoverStyle
and setHoverStyle
methods.
- StyleElement.InternalScaleItem - Class in org.pepstock.charba.client.controllers
-
Internal class to extend scale items.
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsDoubleArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsEnumValueArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsIntegerArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsObjectArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsObjectContainerArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.JsStringArrayList
-
Not implemented