graphlab.gui.plugins.main.core.actions.vertex
Class MoveVertex
java.lang.Object
graphlab.main.core.action.AbstractAction
graphlab.gui.plugins.main.core.actions.vertex.MoveVertex
- All Implemented Interfaces:
- Undoable, Action, Notifiable
public class MoveVertex
- extends AbstractAction
- implements Undoable
- Author:
- Ruzbeh
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveVertex
public MoveVertex(BlackBoard bb)
performJob
public void performJob(java.lang.String name)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performJob in class AbstractAction
doJob
public static void doJob(Vertex v,
int newX,
int newY)
undo
public void undo(UndoableActionOccuredData uaod)
- Specified by:
undo in interface Undoable
redo
public void redo(UndoableActionOccuredData uaod)
- Specified by:
redo in interface Undoable