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