com.partnersoft.staker.ephemera
Class SnapshotEphemeron
java.lang.Object
com.partnersoft.staker.ephemera.SnapshotEphemeron
- Direct Known Subclasses:
- MoveSnapshotEphemeron, RotateSnapshotEphemeron, ScaleSnapshotEphemeron
public abstract class SnapshotEphemeron
- extends java.lang.Object
Abstract SnapshotEphemeron handles drawing a snapshot. Allows extending
classes to over-ride mangleSnapshot for any specific case.
Copyright 2007 Partner Software, Inc.
|
Constructor Summary |
SnapshotEphemeron(MapViewFrame snapshot)
Creates a new SnapshotEphemeron (only called to create extending
classes). |
|
Method Summary |
void |
draw(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotEphemeron
public SnapshotEphemeron(MapViewFrame snapshot)
- Creates a new SnapshotEphemeron (only called to create extending
classes).
draw
public void draw(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)