ucar.unidata.idv
Class ViewManager.MatrixCommand
java.lang.Object
ucar.unidata.ui.Command
ucar.unidata.idv.ViewManager.MatrixCommand
- Enclosing class:
- ViewManager
public static class ViewManager.MatrixCommand
- extends Command
Class MatrixCommand manages changes to the viewpoint matrix
- Version:
- $Revision: 1.401 $
- Author:
- IDV Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewManager.MatrixCommand
public ViewManager.MatrixCommand(ViewManager viewManager,
double[] oldMatrix,
double[] newMatrix)
- ctor
- Parameters:
viewManager - The vmoldMatrix - The old matrixnewMatrix - The new matrix
redoCommand
public void redoCommand()
- Redo
- Overrides:
redoCommand in class Command
undoCommand
public void undoCommand()
- Undo
- Overrides:
undoCommand in class Command