public class RotateSnapshotEphemeron extends AbstractSnapshotEphemeron
Copyright 2007 Partner Software, Inc.
snapshot| Constructor and Description |
|---|
RotateSnapshotEphemeron(MapViewFrame snapshot)
Creates a new RotateSnapshotEphemeron 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 RotateSnapshotEphemeron(MapViewFrame snapshot)
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