Class Line
- java.lang.Object
- 
- org.pepstock.charba.client.configuration.Line
 
- 
 public class Line extends Object Line elements are used to represent the line in a line chart.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IsColorgetBackgroundColor()Returns the background color.StringgetBackgroundColorAsString()Returns the background color.ColorCallback<DatasetContext>getBackgroundColorCallback()Returns the background color callback, if set, otherwisenull.CapStylegetBorderCapStyle()Returns how the end points of every line are drawn.CapStyleCallback<DatasetContext>getBorderCapStyleCallback()Returns the border capstyle callback, if set, otherwisenull.IsColorgetBorderColor()Returns the border color.StringgetBorderColorAsString()Returns the border color.ColorCallback<DatasetContext>getBorderColorCallback()Returns the border color callback, if set, otherwisenull.List<Integer>getBorderDash()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.BorderDashCallback<DatasetContext>getBorderDashCallback()Returns the border dash callback, if set, otherwisenull.doublegetBorderDashOffset()Returns the line dash pattern offset.BorderDashOffsetCallback<DatasetContext>getBorderDashOffsetCallback()Returns the border dash offset callback, if set, otherwisenull.JoinStylegetBorderJoinStyle()Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).JoinStyleCallback<DatasetContext>getBorderJoinStyleCallback()Returns the border join style callback, if set, otherwisenull.intgetBorderWidth()Returns the border width.WidthCallback<DatasetContext>getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.IsChartgetChart()Returns the chart instanceprotected ExtendedOptionsgetConfiguration()Returns the configuration element.CubicInterpolationModegetCubicInterpolationMode()Returns algorithm used to interpolate a smooth curve from the discrete data points.CubicInterpolationModeCallbackgetCubicInterpolationModeCallback()Returns the cubic interpolation mode callback, if set, otherwisenull.protected IsDefaultLinegetDefaultElement()Returns the element instance to be managed.protected AbstractElement<IsDefaultLine>getElement()Returns the element instance to be managed.IsFillgetFill()Returns how to fill the area under the line.FillBaselinegetFillBaseline()Returns the baseline value to use for filling.FillCallbackgetFillCallback()Returns the fill callback, if set, otherwisenull.FillColorsgetFillColors()Returns the above and below color of baseline to use for filling.IsColorgetHoverBackgroundColor()Returns the background color when hovered.StringgetHoverBackgroundColorAsString()Returns the background color when hovered.ColorCallback<DatasetContext>getHoverBackgroundColorCallback()Returns the background color callback, if set, otherwisenull.IsColorgetHoverBorderColor()Returns the border color when hovered.StringgetHoverBorderColorAsString()Returns the border color when hovered.ColorCallback<DatasetContext>getHoverBorderColorCallback()Returns the border color callback, if set, otherwisenull.intgetHoverBorderWidth()Returns the border width when hovered.WidthCallback<DatasetContext>getHoverBorderWidthCallback()Returns the border width callback, if set, otherwisenull.protected ConfigurationOptionsgetOptions()Returns the configuration options.SteppedgetStepped()Returns if the line is shown as a stepped line.SteppedCallbackgetSteppedCallback()Returns the stepped callback, if set, otherwisenull.doublegetTension()Returns the Bézier curve tension (0 for no Bézier curves).booleanisCapBezierPoints()Returnstrueto keep Bézier control inside the chart,falsefor no restriction.voidsetBackgroundColor(String backgroundColor)Sets the background color.voidsetBackgroundColor(ColorCallback<DatasetContext> backgroundColorCallback)Sets the background color callback.voidsetBackgroundColor(NativeCallback backgroundColorCallback)Sets the background color callback.voidsetBackgroundColor(IsColor backgroundColor)Sets the background color.voidsetBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)Sets the border capstyle callback.voidsetBorderCapStyle(NativeCallback borderCapStyleCallback)Sets the border capstyle callback.voidsetBorderCapStyle(CapStyle borderCapStyle)Sets how the end points of every line are drawn.voidsetBorderColor(String borderColor)Sets the border color.voidsetBorderColor(ColorCallback<DatasetContext> borderColorCallback)Sets the border color callback.voidsetBorderColor(NativeCallback borderColorCallback)Sets the border color callback.voidsetBorderColor(IsColor borderColor)Sets the border color.voidsetBorderDash(int... borderDash)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.voidsetBorderDash(BorderDashCallback<DatasetContext> borderDashCallback)Sets the border dash callback.voidsetBorderDash(NativeCallback borderDashCallback)Sets the border dash callback.voidsetBorderDashOffset(double borderDashOffset)Sets the line dash pattern offset.voidsetBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)Sets the border dash offset callback.voidsetBorderDashOffset(NativeCallback borderDashOffsetCallback)Sets the border dash offset callback.voidsetBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidsetBorderJoinStyle(NativeCallback borderJoinStyleCallback)Sets the border join style callback.voidsetBorderJoinStyle(JoinStyle borderJoinStyle)Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).voidsetBorderWidth(int borderWidth)Sets the border width.voidsetBorderWidth(NativeCallback borderWidthCallback)Sets the border width callback.voidsetBorderWidth(WidthCallback<DatasetContext> borderWidthCallback)Sets the border width callback.voidsetCapBezierPoints(boolean capBezierPoints)Setstrueto keep Bézier control inside the chart,falsefor no restriction.voidsetCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback)Sets the cubic interpolation mode callback.voidsetCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback)Sets the cubic interpolation mode callback.voidsetCubicInterpolationMode(CubicInterpolationMode mode)Sets algorithm used to interpolate a smooth curve from the discrete data points.
 The following interpolation modes are supported:
 voidsetFill(boolean fill)Sets how to fill the area under the line.voidsetFill(int index)Sets how to fill the area under the line, by absolute data set index.voidsetFill(String index)Sets how to fill the area under the line, by relative data set index.voidsetFill(FillCallback fillCallback)Sets the fill callback.voidsetFill(NativeCallback fillCallback)Sets the fill callback.voidsetFill(IsFill fill)Sets how to fill the area under the line.voidsetFillBaseline(double baseline)Sets the baseline value to use for filling.voidsetFillBaseline(FillBaseline baseline)Sets the baseline value to use for filling.voidsetFillColors(FillColors colors)Sets the above and below color of baseline to use for filling.voidsetHoverBackgroundColor(String backgroundColor)Sets the background color when hovered.voidsetHoverBackgroundColor(ColorCallback<DatasetContext> hoverBackgroundColorCallback)Sets the background color callback, as hovered.voidsetHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback)Sets the background color callback, as hovered.voidsetHoverBackgroundColor(IsColor backgroundColor)Sets the background color when hovered.voidsetHoverBorderColor(String borderColor)Sets the border color when hovered.voidsetHoverBorderColor(ColorCallback<DatasetContext> hoverBorderColorCallback)Sets the border color callback, as hovered.voidsetHoverBorderColor(NativeCallback hoverBorderColorCallback)Sets the border color callback, as hovered.voidsetHoverBorderColor(IsColor borderColor)Sets the border color when hovered.voidsetHoverBorderWidth(int borderWidth)Sets the border width when hovered.voidsetHoverBorderWidth(NativeCallback hoverBorderWidthCallback)Sets the border width callback, as hovered.voidsetHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback)Sets the border width callback, as hovered.voidsetStepped(boolean stepped)Sets if the line is shown as a stepped line.
 If the stepped value is set to anything other than false, tension will be ignored.voidsetStepped(NativeCallback steppedCallback)Sets the stepped callback.voidsetStepped(SteppedCallback steppedCallback)Sets the stepped callback.voidsetStepped(Stepped stepped)Sets if the line is shown as a stepped line.
 If the stepped value is set to anything other than false, tension will be ignored.voidsetTension(double tension)Returns the Bézier curve tension (0 for no Bézier curves).
 
- 
- 
- 
Method Detail- 
getElementprotected AbstractElement<IsDefaultLine> getElement() Returns the element instance to be managed.- Returns:
- the element instance to be managed
 
 - 
getDefaultElementprotected IsDefaultLine getDefaultElement() Returns the element instance to be managed.- Returns:
- the element instance to be managed
 
 - 
setTensionpublic void setTension(double tension) Returns the Bézier curve tension (0 for no Bézier curves).- Parameters:
- tension- the Bézier curve tension (0 for no Bézier curves).
 
 - 
getTensionpublic double getTension() Returns the Bézier curve tension (0 for no Bézier curves).- Returns:
- the Bézier curve tension (0 for no Bézier curves).
 
 - 
setBorderCapStylepublic void setBorderCapStyle(CapStyle borderCapStyle) Sets how the end points of every line are drawn.- Parameters:
- borderCapStyle- how the end points of every line are drawn.
 
 - 
getBorderCapStylepublic CapStyle getBorderCapStyle() Returns how the end points of every line are drawn.- Returns:
- how the end points of every line are drawn.
 
 - 
setBorderDashpublic void setBorderDash(int... borderDash) 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.- Parameters:
- borderDash- 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.
 
 - 
getBorderDashpublic List<Integer> getBorderDash() 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.- 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.
 
 - 
setBorderDashOffsetpublic void setBorderDashOffset(double borderDashOffset) Sets the line dash pattern offset.- Parameters:
- borderDashOffset- the line dash pattern offset.
 
 - 
getBorderDashOffsetpublic double getBorderDashOffset() Returns the line dash pattern offset.- Returns:
- the line dash pattern offset
 
 - 
setBorderJoinStylepublic void setBorderJoinStyle(JoinStyle borderJoinStyle) Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).- Parameters:
- borderJoinStyle- how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
 
 - 
getBorderJoinStylepublic JoinStyle getBorderJoinStyle() Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).- Returns:
- how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together
 
 - 
setCapBezierPointspublic void setCapBezierPoints(boolean capBezierPoints) Setstrueto keep Bézier control inside the chart,falsefor no restriction.- Parameters:
- capBezierPoints-- trueto keep Bézier control inside the chart,- falsefor no restriction.
 
 - 
isCapBezierPointspublic boolean isCapBezierPoints() Returnstrueto keep Bézier control inside the chart,falsefor no restriction.- Returns:
- trueto keep Bézier control inside the chart,- falsefor no restriction.
 
 - 
setCubicInterpolationModepublic void setCubicInterpolationMode(CubicInterpolationMode mode) Sets algorithm used to interpolate a smooth curve from the discrete data points.
 The following interpolation modes are supported:
 
 'default' 'monotone' 
 The 'default' algorithm uses a custom weighted cubic interpolation, which produces pleasant curves for all types of data sets.
 The 'monotone' algorithm is more suited to y = f(x) data sets : it preserves monotonicity (or piecewise monotonicity) of the data set being interpolated, and ensures local extremums (if any) stay at input data points.- Parameters:
- mode- algorithm used to interpolate a smooth curve from the discrete data points
 
 - 
getCubicInterpolationModepublic CubicInterpolationMode getCubicInterpolationMode() Returns algorithm used to interpolate a smooth curve from the discrete data points.- Returns:
- algorithm used to interpolate a smooth curve from the discrete data points.
 
 - 
setFillpublic void setFill(boolean fill) Sets how to fill the area under the line.- Parameters:
- fill-- trueto fill, otherwise- false.
 
 - 
setFillpublic void setFill(int index) Sets how to fill the area under the line, by absolute data set index.- Parameters:
- index- absolute data set index of the chart.
 
 - 
setFillpublic void setFill(String index) Sets how to fill the area under the line, by relative data set index.- Parameters:
- index- relative data set index of the chart.
 
 - 
setFillpublic void setFill(IsFill fill) Sets how to fill the area under the line.- Parameters:
- fill- how to fill the area under the line.
 
 - 
getFillpublic IsFill getFill() Returns how to fill the area under the line.- Returns:
- how to fill the area under the line.
 
 - 
setFillBaselinepublic void setFillBaseline(double baseline) Sets the baseline value to use for filling.- Parameters:
- baseline- the baseline value to use for filling
 
 - 
setFillBaselinepublic void setFillBaseline(FillBaseline baseline) Sets the baseline value to use for filling.- Parameters:
- baseline- the baseline value to use for filling
 
 - 
getFillBaselinepublic FillBaseline getFillBaseline() Returns the baseline value to use for filling.- Returns:
- the baseline value to use for filling
 
 - 
setFillColorspublic void setFillColors(FillColors colors) Sets the above and below color of baseline to use for filling.- Parameters:
- colors- the above and below color of baseline to use for filling.
 
 - 
getFillColorspublic FillColors getFillColors() Returns the above and below color of baseline to use for filling.- Returns:
- the above and below color of baseline to use for filling.
 
 - 
setSteppedpublic void setStepped(boolean stepped) Sets if the line is shown as a stepped line.
 If the stepped value is set to anything other than false, tension will be ignored.- Parameters:
- stepped- if the line is shown as a stepped line.- falseis no step interpolation
 
 - 
setSteppedpublic void setStepped(Stepped stepped) Sets if the line is shown as a stepped line.
 If the stepped value is set to anything other than false, tension will be ignored.- Parameters:
- stepped- if the line is shown as a stepped line.
 
 - 
getSteppedpublic Stepped getStepped() Returns if the line is shown as a stepped line.- Returns:
- If the line is shown as a stepped line.
 
 - 
getBorderCapStyleCallbackpublic CapStyleCallback<DatasetContext> getBorderCapStyleCallback() Returns the border capstyle callback, if set, otherwisenull.- Returns:
- the border capstyle callback, if set, otherwise null.
 
 - 
setBorderCapStylepublic void setBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback) Sets the border capstyle callback.- Parameters:
- borderCapStyleCallback- the border capstyle callback.
 
 - 
setBorderCapStylepublic void setBorderCapStyle(NativeCallback borderCapStyleCallback) Sets the border capstyle callback.- Parameters:
- borderCapStyleCallback- the border capstyle callback.
 
 - 
getBorderDashCallbackpublic BorderDashCallback<DatasetContext> getBorderDashCallback() Returns the border dash callback, if set, otherwisenull.- Returns:
- the border dash callback, if set, otherwise null.
 
 - 
setBorderDashpublic void setBorderDash(BorderDashCallback<DatasetContext> borderDashCallback) Sets the border dash callback.- Parameters:
- borderDashCallback- the border dash callback.
 
 - 
setBorderDashpublic void setBorderDash(NativeCallback borderDashCallback) Sets the border dash callback.- Parameters:
- borderDashCallback- the border dash callback.
 
 - 
getBorderDashOffsetCallbackpublic BorderDashOffsetCallback<DatasetContext> getBorderDashOffsetCallback() Returns the border dash offset callback, if set, otherwisenull.- Returns:
- the border dash offset callback, if set, otherwise null.
 
 - 
setBorderDashOffsetpublic void setBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback) Sets the border dash offset callback.- Parameters:
- borderDashOffsetCallback- the border dash offset callback.
 
 - 
setBorderDashOffsetpublic void setBorderDashOffset(NativeCallback borderDashOffsetCallback) Sets the border dash offset callback.- Parameters:
- borderDashOffsetCallback- the border dash offset callback.
 
 - 
getBorderJoinStyleCallbackpublic JoinStyleCallback<DatasetContext> getBorderJoinStyleCallback() Returns the border join style callback, if set, otherwisenull.- Returns:
- the border join style callback, if set, otherwise null.
 
 - 
setBorderJoinStylepublic void setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback) Sets the border join style callback.- Parameters:
- borderJoinStyleCallback- the border join style callback.
 
 - 
setBorderJoinStylepublic void setBorderJoinStyle(NativeCallback borderJoinStyleCallback) Sets the border join style callback.- Parameters:
- borderJoinStyleCallback- the border join style callback.
 
 - 
getCubicInterpolationModeCallbackpublic CubicInterpolationModeCallback getCubicInterpolationModeCallback() Returns the cubic interpolation mode callback, if set, otherwisenull.- Returns:
- the cubic interpolation mode callback, if set, otherwise null.
 
 - 
setCubicInterpolationModepublic void setCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback) Sets the cubic interpolation mode callback.- Parameters:
- cubicInterpolationModeCallback- the cubic interpolation mode callback.
 
 - 
setCubicInterpolationModepublic void setCubicInterpolationMode(NativeCallback cubicInterpolationModeCallback) Sets the cubic interpolation mode callback.- Parameters:
- cubicInterpolationModeCallback- the cubic interpolation mode callback.
 
 - 
getFillCallbackpublic FillCallback getFillCallback() Returns the fill callback, if set, otherwisenull.- Returns:
- the fill callback, if set, otherwise null.
 
 - 
setFillpublic void setFill(FillCallback fillCallback) Sets the fill callback.- Parameters:
- fillCallback- the fill callback.
 
 - 
setFillpublic void setFill(NativeCallback fillCallback) Sets the fill callback.- Parameters:
- fillCallback- the fill callback.
 
 - 
getSteppedCallbackpublic SteppedCallback getSteppedCallback() Returns the stepped callback, if set, otherwisenull.- Returns:
- the stepped callback, if set, otherwise null.
 
 - 
setSteppedpublic void setStepped(SteppedCallback steppedCallback) Sets the stepped callback.- Parameters:
- steppedCallback- the stepped callback.
 
 - 
setSteppedpublic void setStepped(NativeCallback steppedCallback) Sets the stepped callback.- Parameters:
- steppedCallback- the stepped callback.
 
 - 
setBackgroundColorpublic void setBackgroundColor(IsColor backgroundColor) Sets the background color.- Parameters:
- backgroundColor- the background color.
 
 - 
setBackgroundColorpublic void setBackgroundColor(String backgroundColor) Sets the background color.- Parameters:
- backgroundColor- the background color.
 
 - 
getBackgroundColorAsStringpublic String getBackgroundColorAsString() Returns the background color.- Returns:
- the background color.
 
 - 
getBackgroundColorpublic IsColor getBackgroundColor() Returns the background color.- Returns:
- the background color.
 
 - 
setBorderWidthpublic void setBorderWidth(int borderWidth) Sets the border width.- Parameters:
- borderWidth- the border width.
 
 - 
getBorderWidthpublic int getBorderWidth() Returns the border width.- Returns:
- the border width.
 
 - 
setBorderColorpublic void setBorderColor(IsColor borderColor) Sets the border color.- Parameters:
- borderColor- the border color.
 
 - 
setBorderColorpublic void setBorderColor(String borderColor) Sets the border color.- Parameters:
- borderColor- the border color.
 
 - 
getBorderColorAsStringpublic String getBorderColorAsString() Returns the border color.- Returns:
- the border color.
 
 - 
getBorderColorpublic IsColor getBorderColor() Returns the border color.- Returns:
- the border color.
 
 - 
setHoverBackgroundColorpublic void setHoverBackgroundColor(IsColor backgroundColor) Sets the background color when hovered.- Parameters:
- backgroundColor- the background color when hovered.
 
 - 
setHoverBackgroundColorpublic void setHoverBackgroundColor(String backgroundColor) Sets the background color when hovered.- Parameters:
- backgroundColor- the background color when hovered.
 
 - 
getHoverBackgroundColorAsStringpublic String getHoverBackgroundColorAsString() Returns the background color when hovered.- Returns:
- the background color when hovered.
 
 - 
getHoverBackgroundColorpublic IsColor getHoverBackgroundColor() Returns the background color when hovered.- Returns:
- the background color when hovered.
 
 - 
setHoverBorderWidthpublic void setHoverBorderWidth(int borderWidth) Sets the border width when hovered.- Parameters:
- borderWidth- the border width when hovered.
 
 - 
getHoverBorderWidthpublic int getHoverBorderWidth() Returns the border width when hovered.- Returns:
- the border width when hovered.
 
 - 
setHoverBorderColorpublic void setHoverBorderColor(IsColor borderColor) Sets the border color when hovered.- Parameters:
- borderColor- the border color when hovered.
 
 - 
setHoverBorderColorpublic void setHoverBorderColor(String borderColor) Sets the border color when hovered.- Parameters:
- borderColor- the border color when hovered.
 
 - 
getHoverBorderColorAsStringpublic String getHoverBorderColorAsString() Returns the border color when hovered.- Returns:
- the border color when hovered.
 
 - 
getHoverBorderColorpublic IsColor getHoverBorderColor() Returns the border color when hovered.- Returns:
- the border color when hovered.
 
 - 
getBackgroundColorCallbackpublic ColorCallback<DatasetContext> getBackgroundColorCallback() Returns the background color callback, if set, otherwisenull.- Returns:
- the background color callback, if set, otherwise null.
 
 - 
setBackgroundColorpublic void setBackgroundColor(ColorCallback<DatasetContext> backgroundColorCallback) Sets the background color callback.- Parameters:
- backgroundColorCallback- the background color callback.
 
 - 
setBackgroundColorpublic void setBackgroundColor(NativeCallback backgroundColorCallback) Sets the background color callback.- Parameters:
- backgroundColorCallback- the background color callback.
 
 - 
getBorderColorCallbackpublic ColorCallback<DatasetContext> getBorderColorCallback() Returns the border color callback, if set, otherwisenull.- Returns:
- the border color callback, if set, otherwise null.
 
 - 
setBorderColorpublic void setBorderColor(ColorCallback<DatasetContext> borderColorCallback) Sets the border color callback.- Parameters:
- borderColorCallback- the border color callback.
 
 - 
setBorderColorpublic void setBorderColor(NativeCallback borderColorCallback) Sets the border color callback.- Parameters:
- borderColorCallback- the border color callback.
 
 - 
getBorderWidthCallbackpublic WidthCallback<DatasetContext> getBorderWidthCallback() Returns the border width callback, if set, otherwisenull.- Returns:
- the border width callback, if set, otherwise null.
 
 - 
setBorderWidthpublic void setBorderWidth(WidthCallback<DatasetContext> borderWidthCallback) Sets the border width callback.- Parameters:
- borderWidthCallback- the border width callback.
 
 - 
setBorderWidthpublic void setBorderWidth(NativeCallback borderWidthCallback) Sets the border width callback.- Parameters:
- borderWidthCallback- the border width callback.
 
 - 
getHoverBackgroundColorCallbackpublic ColorCallback<DatasetContext> getHoverBackgroundColorCallback() Returns the background color callback, if set, otherwisenull.- Returns:
- the background color callback, if set, otherwise null.
 
 - 
setHoverBackgroundColorpublic void setHoverBackgroundColor(ColorCallback<DatasetContext> hoverBackgroundColorCallback) Sets the background color callback, as hovered.- Parameters:
- hoverBackgroundColorCallback- the background color callback, as hovered
 
 - 
setHoverBackgroundColorpublic void setHoverBackgroundColor(NativeCallback hoverBackgroundColorCallback) Sets the background color callback, as hovered.- Parameters:
- hoverBackgroundColorCallback- the background color callback, as hovered
 
 - 
getHoverBorderColorCallbackpublic ColorCallback<DatasetContext> getHoverBorderColorCallback() Returns the border color callback, if set, otherwisenull.- Returns:
- the border color callback, if set, otherwise null.
 
 - 
setHoverBorderColorpublic void setHoverBorderColor(ColorCallback<DatasetContext> hoverBorderColorCallback) Sets the border color callback, as hovered.- Parameters:
- hoverBorderColorCallback- the border color callback, as hovered
 
 - 
setHoverBorderColorpublic void setHoverBorderColor(NativeCallback hoverBorderColorCallback) Sets the border color callback, as hovered.- Parameters:
- hoverBorderColorCallback- the border color callback, as hovered
 
 - 
getHoverBorderWidthCallbackpublic WidthCallback<DatasetContext> getHoverBorderWidthCallback() Returns the border width callback, if set, otherwisenull.- Returns:
- the border width callback, if set, otherwise null.
 
 - 
setHoverBorderWidthpublic void setHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback) Sets the border width callback, as hovered.- Parameters:
- hoverBorderWidthCallback- the border width callback, as hovered
 
 - 
setHoverBorderWidthpublic void setHoverBorderWidth(NativeCallback hoverBorderWidthCallback) Sets the border width callback, as hovered.- Parameters:
- hoverBorderWidthCallback- the border width callback, as hovered
 
 - 
getOptionsprotected final ConfigurationOptions getOptions() Returns the configuration options.- Returns:
- the configuration options.
 
 - 
getConfigurationprotected final ExtendedOptions getConfiguration() Returns the configuration element.- Returns:
- the configuration element.
 
 - 
getChartpublic final IsChart getChart() Returns the chart instance- Returns:
- the chart
 
 
- 
 
-