org.vectomatic.client.rep.command
Class MoveVertexCommand
java.lang.Object
org.vectomatic.client.rep.command.CommandBase
org.vectomatic.client.rep.command.MoveVertexCommand
- All Implemented Interfaces:
- ICommand
public class MoveVertexCommand
- extends CommandBase
Command to move a vertex in a polyline
Fields inherited from class org.vectomatic.client.rep.command.CommandBase |
_app |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveVertexCommand
public MoveVertexCommand(RepApplication app,
EditPolylineController editPolylineController,
Polyline polyline,
Polyline clone,
Set<Integer> vertexIndices)
getDescription
public String getDescription()
- Description copied from interface:
ICommand
- Get the description of the command
execute
public void execute()
- Description copied from interface:
ICommand
- Execute the command
unexecute
public void unexecute()
- Description copied from interface:
ICommand
- Undo the command
Copyright © 2010. All Rights Reserved.