public final class DefaultPoint extends DefaultArc implements IsDefaultPoint
Constructor and Description |
---|
DefaultPoint() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColorAsString()
Returns the background color.
|
String |
getBorderColorAsString()
Returns the border color.
|
int |
getBorderWidth()
Returns the border width.
|
double |
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.
|
double |
getHoverRadius()
Returns the radius of the point when hovered.
|
PointStyle |
getPointStyle()
Returns the style of the point.
|
double |
getRadius()
Returns the radius of the point when hovered.
|
double |
getRotation()
Returns the point rotation (in degrees).
|
public String getBackgroundColorAsString()
IsDefaultArc
getBackgroundColorAsString
in interface IsDefaultArc
getBackgroundColorAsString
in class DefaultArc
public int getBorderWidth()
IsDefaultArc
getBorderWidth
in interface IsDefaultArc
getBorderWidth
in class DefaultArc
public String getBorderColorAsString()
IsDefaultArc
getBorderColorAsString
in interface IsDefaultArc
getBorderColorAsString
in class DefaultArc
public double getRadius()
IsDefaultPoint
getRadius
in interface IsDefaultPoint
public PointStyle getPointStyle()
IsDefaultPoint
getPointStyle
in interface IsDefaultPoint
public double getHitRadius()
IsDefaultPoint
getHitRadius
in interface IsDefaultPoint
public double getHoverRadius()
IsDefaultPoint
getHoverRadius
in interface IsDefaultPoint
public int getHoverBorderWidth()
IsDefaultPoint
getHoverBorderWidth
in interface IsDefaultPoint
public double getRotation()
IsDefaultPoint
getRotation
in interface IsDefaultPoint