|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Redliner.RedlinePointCommands
public class RedlinePointCommands
A factory for RedlinePointCommands. Encapsulates the interactive logic of manipulation of Redliner MapPoints.
| Constructor Summary | |
|---|---|
RedlinePointCommands()
|
|
| Method Summary | |
|---|---|
static Command |
createDeletePointCommand(java.util.Set redlineBag,
MapPoint victim)
Returns a command object that, when invoked, deletes the indicated MapPoint from a set. |
static Command |
createMovePointCommand(MapPoint victim,
Coord3D newCoord)
Returns a command object that, when invoked, moves the indicated MapPoint to a new coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RedlinePointCommands()
| Method Detail |
|---|
public static Command createDeletePointCommand(java.util.Set redlineBag,
MapPoint victim)
public static Command createMovePointCommand(MapPoint victim,
Coord3D newCoord)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||