public final class BubbleMapPoint extends Point
BubbleMapPoint
is based on Point
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.
|
getHitRadius, getHoverRadius, getPointStyleHandler, getRadius, getRotation, setHitRadius, setHoverRadius, setRadius, setRotation
getBackgroundColor, getBackgroundColorAsString, getBorderColor, getBorderColorAsString, getBorderWidth, getHoverBackgroundColor, getHoverBackgroundColorAsString, getHoverBorderColor, getHoverBorderColorAsString, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidth
getDefaultValues, getParent, loadPadding, setCallbackToModel, setCallbackToModel, setEventToModel
checkAndAddToParent, 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, setValueOrArrayAndAddToParent
checkDefaultValuesArgument, 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, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackgroundColorAsString, getBorderColorAsString, getBorderWidth, getHoverBackgroundColorAsString, getHoverBorderColorAsString, getHoverBorderWidth
public 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 IsDefaultPointStyleHandler
null
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 IsDefaultPointStyleHandler
public Img getPointStyleAsImage()
null
.getPointStyleAsImage
in interface IsDefaultPointStyleHandler
null
.public void setPointStyle(Canvas pointStyle)
pointStyle
- canvas element of the style of the point as canvas.public Canvas getPointStyleAsCanvas()
null
.getPointStyleAsCanvas
in interface IsDefaultPointStyleHandler
null
.