public class StretchFromPointsWithDistance extends java.lang.Object implements Ephemeron
Copyright 2007 Paul Reavis
| Constructor and Description |
|---|
StretchFromPointsWithDistance(java.lang.String lineStyle,
java.lang.String textStyle,
java.util.Collection<XyPoint> anchors) |
StretchFromPointsWithDistance(java.lang.String lineStyle,
java.lang.String textStyle,
XyPoint... anchors) |
| 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 StretchFromPointsWithDistance(java.lang.String lineStyle,
java.lang.String textStyle,
XyPoint... anchors)
public StretchFromPointsWithDistance(java.lang.String lineStyle,
java.lang.String textStyle,
java.util.Collection<XyPoint> anchors)
public void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemeron