public final class ChoroplethBar extends Bar
ChoroplethBar is based on Bar element with some additional options for the outline and graticule.| Modifier and Type | Method and Description |
|---|---|
org.pepstock.charba.client.geo.CommonOptionsElementHandler |
getCommonElementHandler()
Returns the element options handler.
|
default IsColor |
getGraticuleBorderColor()
Returns the graticule border color.
|
default String |
getGraticuleBorderColorAsString()
Returns the graticule border color.
|
default int |
getGraticuleBorderWidth()
Returns the graticule border width.
|
default IsColor |
getOutlineBackgroundColor()
Returns the outline background color.
|
default String |
getOutlineBackgroundColorAsString()
Returns the outline background color.
|
default IsColor |
getOutlineBorderColor()
Returns the outline border color.
|
default String |
getOutlineBorderColorAsString()
Returns the outline border color.
|
default int |
getOutlineBorderWidth()
Returns the outline border width.
|
default PointStyle |
getPointStyle()
Returns the style of the point.
|
default Canvas |
getPointStyleAsCanvas()
Returns the style of the point as canvas.
If property is missing or not an canvas, returns null. |
default Img |
getPointStyleAsImage()
Returns the style of the point as image.
If property is missing or not an image, returns null. |
default PointStyleType |
getPointStyleType()
Returns the type of point style.
|
default void |
setGraticuleBorderColor(IsColor borderColor)
Sets the graticule border color.
|
default void |
setGraticuleBorderColor(String borderColor)
Sets the graticule border color.
|
default void |
setGraticuleBorderWidth(int borderWidth)
Sets the graticule border width.
|
default void |
setOutlineBackgroundColor(IsColor backgroundColor)
Sets the outline background color.
|
default void |
setOutlineBackgroundColor(String backgroundColor)
Sets the outline background color.
|
default void |
setOutlineBorderColor(IsColor borderColor)
Sets the outline border color.
|
default void |
setOutlineBorderColor(String borderColor)
Sets the outline border color.
|
default void |
setOutlineBorderWidth(int borderWidth)
Sets the outline border width.
|
default void |
setPointStyle(Canvas pointStyle)
Sets the style of the point as canvas.
|
default void |
setPointStyle(Img pointStyle)
Sets the style of the point as image.
|
default void |
setPointStyle(PointStyle pointStyle)
Sets the style of the point.
|
getBorderRadius, getBorderSkipped, getHoverBorderRadius, getPointStyleHandler, isEnableBorderRadius, setBorderRadius, setBorderSkipped, setBorderSkipped, setEnableBorderRadius, setHoverBorderRadiusgetBackgroundColor, getBackgroundColorAsString, getBorderColor, getBorderColorAsString, getBorderWidth, getHoverBackgroundColor, getHoverBackgroundColorAsString, getHoverBorderColor, getHoverBorderColorAsString, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidthgetDefaultValues, getParent, loadPadding, setCallbackToModel, setCallbackToModel, setEventToModelcheckAndAddToParent, getChildKey, getParentNode, getRootNode, retrieveRoot, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setArrayValueAndAddToParent, setElementAndAddToParent, setInternalCallbackToModel, setInternalCallbackToModel, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParent, setValueOrArrayAndAddToParentcheckDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, 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, setValueOrArray, toJSON, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackgroundColorAsString, getBorderColorAsString, getBorderWidth, getHoverBackgroundColorAsString, getHoverBorderColorAsString, getHoverBorderWidthpublic org.pepstock.charba.client.geo.CommonOptionsElementHandler getCommonElementHandler()
public void setOutlineBackgroundColor(IsColor backgroundColor)
backgroundColor - the outline background color.public void setOutlineBackgroundColor(String backgroundColor)
backgroundColor - the outline background color.public String getOutlineBackgroundColorAsString()
public IsColor getOutlineBackgroundColor()
public void setOutlineBorderWidth(int borderWidth)
borderWidth - the outline border width.public int getOutlineBorderWidth()
public void setOutlineBorderColor(IsColor borderColor)
borderColor - the outline border color.public void setOutlineBorderColor(String borderColor)
borderColor - the outline border color.public String getOutlineBorderColorAsString()
public IsColor getOutlineBorderColor()
public void setGraticuleBorderWidth(int borderWidth)
borderWidth - the graticule border width.public int getGraticuleBorderWidth()
public void setGraticuleBorderColor(IsColor borderColor)
borderColor - the graticule border color.public void setGraticuleBorderColor(String borderColor)
borderColor - the graticule border color.public String getGraticuleBorderColorAsString()
public IsColor getGraticuleBorderColor()
public void setPointStyle(PointStyle pointStyle)
pointStyle - array of the style of the point.public PointStyle getPointStyle()
getPointStyle in interface IsDefaultPointStyleHandlernull if point style is set as imagepublic void setPointStyle(Img pointStyle)
pointStyle - image element of the style of the point as image.public PointStyleType getPointStyleType()
getPointStyleType in interface IsDefaultPointStyleHandlerpublic Img getPointStyleAsImage()
null.getPointStyleAsImage in interface IsDefaultPointStyleHandlernull.public void setPointStyle(Canvas pointStyle)
pointStyle - canvas element of the style of the point as canvas.public Canvas getPointStyleAsCanvas()
null.getPointStyleAsCanvas in interface IsDefaultPointStyleHandlernull.