| Constructor and Description |
|---|
RotatePoint(XyPoint anchor)
Create a new RotatePoint object with the given anchor point.
|
RotatePoint(XyPoint anchor,
java.lang.String lineStyleName)
Create a new RotatePoint object with the given anchor point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)
Draw appropriate graphics on the given surface with the given frame,
mouse position, and any implementation-specific internal state.
|
public RotatePoint(XyPoint anchor, java.lang.String lineStyleName)
public RotatePoint(XyPoint anchor)
public void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemeron