public class CentroidPixelMoveEphemeron extends PolylineEphemeron
Copyright 2008 Partner Software, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected XyPolyline |
originalLine |
app, lineStyle, mapset, polyline| Constructor and Description |
|---|
CentroidPixelMoveEphemeron(MapApp app,
MapSet mapset,
XyPolyline polyline,
java.lang.String lineStyle)
Creates a new CentroidPixelMoveEphemeron.
|
| 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.
|
getPolyline, setPolylineprotected XyPolyline originalLine
public CentroidPixelMoveEphemeron(MapApp app, MapSet mapset, XyPolyline polyline, java.lang.String lineStyle)
app - - Valid app.mapset - - Mapset containing styles to draw.polyline - - Polyline in pixel coordinates.lineStyle - - Style name to use.public void draw(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
Ephemerondraw in interface Ephemerondraw in class PolylineEphemeron