public class StretchFromPoints extends java.lang.Object implements Ephemeron
Copyright 2007 Paul Reavis
| Constructor and Description |
|---|
StretchFromPoints(java.util.Collection<XyPoint> anchors)
Create a new StretchFromPoint object with the given anchor points.
|
StretchFromPoints(XyPoint... anchors)
Create a new StretchFromPoint object with the given anchor points.
|
| 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 StretchFromPoints(XyPoint... anchors)
public StretchFromPoints(java.util.Collection<XyPoint> anchors)
public void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemeron