public abstract class HovingDataset extends HovingFlexDataset
Dataset.CanvasObjectProperty, Dataset.CommonPropertyDEFAULT_HIDDEN| Modifier and Type | Method and Description |
|---|---|
WidthCallback<DatasetContext> |
getBorderWidthCallback()
Returns the border width callback, if set, otherwise
null. |
List<Gradient> |
getHoverBackgroundColorAsGradient()
Returns the fill gradients of the arcs in the data set when hovered.
If property is missing or not a gradient, returns an empty list. |
List<Pattern> |
getHoverBackgroundColorAsPatterns()
Returns the fill patterns of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. |
List<String> |
getHoverBackgroundColorAsString()
Returns the fill color of the arcs when hovered as string.
If property is missing or not a color, returns an empty list. |
List<Gradient> |
getHoverBorderColorAsGradient()
Returns the stroke gradients of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. |
List<String> |
getHoverBorderColorAsString()
Returns the stroke color of the arcs when hovered.
|
List<Integer> |
getHoverBorderWidth()
Returns the stroke width of the arcs when hovered.
|
WidthCallback<DatasetContext> |
getHoverBorderWidthCallback()
Returns the hover border width callback, if set, otherwise
null. |
void |
setBorderWidth(NativeCallback borderWidthCallback)
Sets the border width callback.
|
void |
setBorderWidth(WidthCallback<DatasetContext> borderWidthCallback)
Sets the border width callback.
|
void |
setHoverBackgroundColor(Gradient... colors)
Sets the fill gradient of the arcs in the data set when hovered.
|
void |
setHoverBackgroundColor(IsColor... colors)
Sets the fill color of the arcs when hovered.
|
void |
setHoverBackgroundColor(Pattern... colors)
Sets the fill pattern of the arcs in the data set when hovered.
|
void |
setHoverBackgroundColor(String... colors)
Sets the fill color of the arcs when hovered as string.
|
void |
setHoverBorderColor(Gradient... colors)
Sets the stroke gradient of the arcs in the data set when hovered as gradient.
|
void |
setHoverBorderColor(IsColor... colors)
Sets the stroke color of the arcs when hovered as string.
|
void |
setHoverBorderColor(String... colors)
Sets the stroke color of the arcs when hovered as string.
|
void |
setHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback)
Sets the hover border width callback.
|
getBackgroundColor, getBackgroundColorAsGradient, getBackgroundColorAsPatterns, getBackgroundColorAsString, getBorderColor, getBorderColorAsGradient, getBorderColorAsString, getBorderWidth, getHoverBackgroundColor, getHoverBorderColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderColor, setBorderWidth, setHoverBorderWidthgetAnimationContainer, getBackgroundColorCallback, getBorderColorCallback, getClip, getClipAsObject, getData, getData, getDataCount, getDataset, getDataType, getDefaultBackgroundColorAsString, getDefaultBorderColorAsString, getDefaultBorderWidth, getDefaultHoverBackgroundColorAsString, getDefaultHoverBorderColorAsString, getDefaultHoverBorderWidth, getDefaultValues, getHoverBackgroundColorCallback, getHoverBorderColorCallback, getId, getLabel, getOptions, getOptions, getScope, getType, getTypedDataset, hasOptions, invokeColorCallback, isHidden, removeOptions, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setClip, setClip, setData, setData, setHidden, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setLabel, setOptions, setOptionscheckAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParentcheckDefaultValuesArgument, empty, getArrayValue, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnimation, getAnimations, getTransitions, isAnimationEnabled, setAnimationEnabledextractScopepublic WidthCallback<DatasetContext> getBorderWidthCallback()
null.nullpublic void setBorderWidth(WidthCallback<DatasetContext> borderWidthCallback)
borderWidthCallback - the border width callback to setpublic void setBorderWidth(NativeCallback borderWidthCallback)
borderWidthCallback - the border width callback to setpublic void setHoverBackgroundColor(IsColor... colors)
setHoverBackgroundColor in class HovingFlexDatasetcolors - the fill color of the arcs when hoveredpublic void setHoverBackgroundColor(String... colors)
setHoverBackgroundColor in class HovingFlexDatasetcolors - the fill color of the arcs when hovered as stringpublic void setHoverBackgroundColor(Pattern... colors)
setHoverBackgroundColor in class HovingFlexDatasetcolors - the fill pattern of the arcs in the data set when hovered.public void setHoverBackgroundColor(Gradient... colors)
setHoverBackgroundColor in class HovingFlexDatasetcolors - the fill gradient of the arcs in the data set when hovered.public List<String> getHoverBackgroundColorAsString()
getHoverBackgroundColorAsString in class HovingFlexDatasetpublic List<Pattern> getHoverBackgroundColorAsPatterns()
getHoverBackgroundColorAsPatterns in class HovingFlexDatasetpublic List<Gradient> getHoverBackgroundColorAsGradient()
getHoverBackgroundColorAsGradient in class HovingFlexDatasetpublic void setHoverBorderColor(IsColor... colors)
setHoverBorderColor in class HovingFlexDatasetcolors - the stroke color of the arcs when hovered as stringpublic void setHoverBorderColor(String... colors)
setHoverBorderColor in class HovingFlexDatasetcolors - the stroke color of the arcs when hovered as stringpublic void setHoverBorderColor(Gradient... colors)
setHoverBorderColor in class HovingFlexDatasetcolors - the stroke gradient of the arcs in the data set when hovered as gradient.public List<String> getHoverBorderColorAsString()
getHoverBorderColorAsString in class HovingFlexDatasetpublic List<Gradient> getHoverBorderColorAsGradient()
getHoverBorderColorAsGradient in class HovingFlexDatasetpublic List<Integer> getHoverBorderWidth()
getHoverBorderWidth in class HovingFlexDatasetpublic WidthCallback<DatasetContext> getHoverBorderWidthCallback()
null.null.public void setHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback)
hoverBorderWidthCallback - the hover border width callback to set