Package ucar.unidata.idv
Class ViewManager.MatrixCommand
java.lang.Object
ucar.unidata.ui.Command
ucar.unidata.idv.ViewManager.MatrixCommand
- Enclosing class:
ViewManager
Class MatrixCommand manages changes to the viewpoint matrix
- Version:
- $Revision: 1.401 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionMatrixCommand(ViewManager viewManager, double[] oldMatrix, double[] newMatrix) ctor -
Method Summary
Methods inherited from class ucar.unidata.ui.Command
doCommand, isUndoable
-
Constructor Details
-
MatrixCommand
ctor- Parameters:
viewManager- The vmoldMatrix- The old matrixnewMatrix- The new matrix
-
-
Method Details
-
redoCommand
public void redoCommand()Redo- Overrides:
redoCommandin classCommand
-
undoCommand
public void undoCommand()Undo- Overrides:
undoCommandin classCommand
-