AddAnnotationCommand
, AxisPanOrZoomCommand
, MovingAnnotationCommand
, MovingAnnotationLabelCommand
, RemoveAnnotationCommand
, SaveStateCommand
, XYGraphConfigCommand
, ZoomCommand
public interface IUndoableCommand
Modifier and Type | Method | Description |
---|---|---|
void |
redo() |
Restore the state of the target to the state after this command has been
executed.
|
void |
undo() |
Restore the state of the target to the state before this command has been
executed.
|