Package com.partnersoft.maps.ephemera

Interface Summary
Ephemeron An object drawn as part of the map view's ephemera - selections, rubber bands, marching ants, etc.
 

Class Summary
AbstractCollectionEphemeron This class stores lines, points, and text so they all can be drawn in a single ephemera draw.
AbstractSnapshotEphemeron Abstract SnapshotEphemeron handles drawing a snapshot.
AbstractUpdatingTextEphemeron Copyright 2008 Partner Software, Inc.
AngleDistanceTextEphemeron Ephemeron that combines rotation and distance from a mouse position.
CentroidMoveEphemeron Copyright 2008 Partner Software, Inc.
CentroidPixelMoveEphemeron Similar to CentroidMoveEphemeron, this class handles moving the passed polyline in it's entirety.
CentroidRotateEphemeron  
CollectionMoveEphemeron This class is to be used to draw lines, points, and text that are moved or added together.
CollectionRotateRevolveEphemeron This class is to be used to draw lines, points, and text that are rotated/revolved together.
CollectionScaleEphemeron Handles Ephemeron for scaling a stationary collection of lines,points,and texts.
CompoundEphemeron Ephemeron to hold multiple ephemera and stack drawing.
ConnectPoint Rotational ephemeron, spinning an angle display as you move the mouse around an anchor point.
EphemeraLib Any helpful methods used by Ephemera.
MoveSnapshotEphemeron Handles moving ephemera for a snapshot
PointStyleEphemeron Ephemeron for displaying a point style at the mouse location.
PointStyleRotation Handles rotating a point style.
PolylineEphemeron Draws passed polyline.
RelativePointStyleEphemeron Draws a Point Style at a relative XyPoint to the XyPoint passed to the draw method.
RelativePolylineEphemeron Draws a XyPolyline with coordinates relative to the XyPoint passed to draw().
RotatePoint Rotational ephemeron, spinning an angle display as you move the mouse around an anchor point.
RotatePointWithAngle Rotational ephemeron, spinning an angle display as you move the mouse around an anchor point.
RotateSnapshotEphemeron Handles rotating ephemera for a snapshot
RotateTextEphemeron Rotates text around anchor point.
ScalePolylineEphemeron Ephemera for scaling a polyline.
ScaleSnapshotEphemeron Handles scaling ephemera for a snapshot
SnapWithDistance Rubber-banding ephemeron, draws a line stretching between some anchor point and the current mouse position, or snaps to a nearby object matching passed parameters.
StetchFromSelected Rubber-banding ephemeron, draws a line stretching between the currently selected MapDataItem and the current mouse position.
StretchFromPoint Rubber-banding ephemeron, draws a line stretching between some anchor point and the current mouse position.
StretchFromPoints Rubber-banding ephemeron, draws lines stretching between one or more anchor points and the current mouse position.
StretchFromPointsWithDistance Rubber-banding ephemeron, draws lines stretching between one or more anchor points and the current mouse position.
StretchFromPointWithDistance Rubber-banding ephemeron, draws a line stretching between some anchor point and the current mouse position.
TextEphemeron Draws passed text using passed text style.