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()
IsDefaultArcgetBackgroundColorAsString in interface IsDefaultArcgetBackgroundColorAsString in class DefaultArcpublic int getBorderWidth()
IsDefaultArcgetBorderWidth in interface IsDefaultArcgetBorderWidth in class DefaultArcpublic String getBorderColorAsString()
IsDefaultArcgetBorderColorAsString in interface IsDefaultArcgetBorderColorAsString in class DefaultArcpublic double getRadius()
IsDefaultPointgetRadius in interface IsDefaultPointpublic PointStyle getPointStyle()
IsDefaultPointgetPointStyle in interface IsDefaultPointpublic double getHitRadius()
IsDefaultPointgetHitRadius in interface IsDefaultPointpublic double getHoverRadius()
IsDefaultPointgetHoverRadius in interface IsDefaultPointpublic int getHoverBorderWidth()
IsDefaultPointgetHoverBorderWidth in interface IsDefaultPointpublic double getRotation()
IsDefaultPointgetRotation in interface IsDefaultPoint