public class RotatePointWithAngle extends java.lang.Object implements Ephemeron
Copyright 2007 Paul Reavis
| Constructor and Description |
|---|
RotatePointWithAngle(XyPoint anchor)
Create a new RotatePointWithAngle object with the given anchor point.
|
RotatePointWithAngle(XyPoint anchor,
java.lang.String lineStyle,
java.lang.String textStyle)
Create a new RotatePointWithAngle 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 RotatePointWithAngle(XyPoint anchor, java.lang.String lineStyle, java.lang.String textStyle)
anchor - -
vertex pointlineStyle - -
line style to draw withtextStyle - -
text style to write withpublic RotatePointWithAngle(XyPoint anchor)
anchor - -
vertex pointpublic void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemeron