public class MovingAnnotationLabelCommand extends java.lang.Object implements IUndoableCommand
| Constructor and Description |
|---|
MovingAnnotationLabelCommand(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
redo()
Restore the state of the target to the state after this command has been
executed.
|
void |
setAfterMovingDxDy(double dx,
double dy) |
void |
setBeforeMovingDxDy(double dx,
double dy) |
java.lang.String |
toString() |
void |
undo()
Restore the state of the target to the state before this command has been
executed.
|
public MovingAnnotationLabelCommand(Annotation annotation)
public void redo()
IUndoableCommandredo in interface IUndoableCommandpublic void undo()
IUndoableCommandundo in interface IUndoableCommandpublic void setBeforeMovingDxDy(double dx,
double dy)
public void setAfterMovingDxDy(double dx,
double dy)
public java.lang.String toString()
toString in class java.lang.Object