public class MoveSnapshotEphemeron extends AbstractSnapshotEphemeron
Copyright 2007 Partner Software, Inc.
snapshot| Constructor and Description |
|---|
MoveSnapshotEphemeron(MapViewFrame snapshot)
Creates a new MoveSnapshotEphemeron for a snapshot represented by the
passed MapViewFrame
|
MoveSnapshotEphemeron(MapViewFrame snapshot,
XyPoint handle)
Creates a new MoveSnapshotEphemeron for a snapshot represented by the
passed MapViewFrame
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
mangleSnapshot(DrawingSurface surface,
MapViewFrame frame,
XyPoint mousePosition)
Changes internal snapshot before each draw.
|
drawpublic MoveSnapshotEphemeron(MapViewFrame snapshot)
snapshot - -
MapViewFrame representing snapshotpublic MoveSnapshotEphemeron(MapViewFrame snapshot, XyPoint handle)
snapshot - -
MapViewFrame representing snapshotprotected void mangleSnapshot(DrawingSurface surface, MapViewFrame frame, XyPoint mousePosition)
AbstractSnapshotEphemeronHandles specific ephemera changes. Allows rotating,scaling, and moving ephemera to share draw code. Does not need to reset the MapViewFrame's transform.
mangleSnapshot in class AbstractSnapshotEphemeron