public class StretchFromPointWithDistance extends java.lang.Object implements Ephemeron
Copyright 2007 Paul Reavis
| Constructor and Description |
|---|
StretchFromPointWithDistance(java.lang.String label,
XyPoint anchor,
java.lang.String lineStyle,
java.lang.String textStyle) |
StretchFromPointWithDistance(XyPoint anchor,
java.lang.String lineStyle,
java.lang.String textStyle)
Create a new StretchFromPointWithDistance object with the given anchor
point and text/line styles.
|
| 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 StretchFromPointWithDistance(XyPoint anchor, java.lang.String lineStyle, java.lang.String textStyle)
public StretchFromPointWithDistance(java.lang.String label,
XyPoint anchor,
java.lang.String lineStyle,
java.lang.String textStyle)
public void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemeron