public final class Point extends Arc
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDefaultBackgroundColor()
Returns the default background color.
|
protected java.lang.String |
getDefaultBorderColor()
Returns the default border color.
|
protected int |
getDefaultBorderWidth()
Returns the default border width.
|
int |
getHitRadius()
Returns the pixel size of the non-displayed point that reacts to mouse events.
|
int |
getHoverBorderWidth()
Returns the border width of point when hovered.
|
int |
getHoverRadius()
Returns the radius of the point when hovered.
|
PointStyle |
getPointStyle()
Returns the style of the point.
|
int |
getRadius()
Returns the radius of the point when hovered.
|
void |
setHitRadius(int hitRadius)
Sets the pixel size of the non-displayed point that reacts to mouse events.
|
void |
setHoverBorderWidth(int hoverBorderWidth)
Sets the border width of point when hovered.
|
void |
setHoverRadius(int hoverRadius)
Sets the radius of the point when hovered.
|
void |
setPointStyle(PointStyle pointStyle)
Sets the style of the point.
|
void |
setRadius(int radius)
Sets the radius of the point shape.
|
getBackgroundColor, getBackgroundColorAsString, getBorderColor, getBorderColorAsString, getBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidthcheckAndAddToParent, hasPropertycheckAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typeprotected java.lang.String getDefaultBackgroundColor()
ArcgetDefaultBackgroundColor in class Arcprotected int getDefaultBorderWidth()
ArcgetDefaultBorderWidth in class Arcprotected java.lang.String getDefaultBorderColor()
ArcgetDefaultBorderColor in class Arcpublic void setRadius(int radius)
radius - array of the radius of the point shape.public int getRadius()
public void setPointStyle(PointStyle pointStyle)
pointStyle - array of the style of the point.PointStylepublic PointStyle getPointStyle()
PointStyle.circle.PointStylepublic void setHitRadius(int hitRadius)
hitRadius - the pixel size of the non-displayed point.public int getHitRadius()
public void setHoverRadius(int hoverRadius)
hoverRadius - the radius of the point when hovered.public int getHoverRadius()
public void setHoverBorderWidth(int hoverBorderWidth)
hoverBorderWidth - the border width of point when hovered.public int getHoverBorderWidth()