edu.wisc.ssec.mcidasv.control.cyclone
Class StormDisplayState.PointEditCommand

java.lang.Object
  extended by ucar.unidata.ui.Command
      extended by edu.wisc.ssec.mcidasv.control.cyclone.StormDisplayState.PointEditCommand
Enclosing class:
StormDisplayState

private class StormDisplayState.PointEditCommand
extends Command

Class PointEditCommand _more_

Author:
IDV Development Team

Field Summary
(package private)  List<ucar.unidata.data.storm.StormTrackPoint> newPoints
          _more_
(package private)  List<ucar.unidata.data.storm.StormTrackPoint> originalPoints
          _more_
(package private)  ucar.unidata.data.storm.StormTrack stormTrack
          _more_
 
Constructor Summary
StormDisplayState.PointEditCommand(ucar.unidata.data.storm.StormTrack stormTrack, List<ucar.unidata.data.storm.StormTrackPoint> originalPoints, List<ucar.unidata.data.storm.StormTrackPoint> newPoints)
          _more_
 
Method Summary
 void redoCommand()
          _more_
 void undoCommand()
          Undo
 
Methods inherited from class ucar.unidata.ui.Command
doCommand, isUndoable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stormTrack

ucar.unidata.data.storm.StormTrack stormTrack
_more_


originalPoints

List<ucar.unidata.data.storm.StormTrackPoint> originalPoints
_more_


newPoints

List<ucar.unidata.data.storm.StormTrackPoint> newPoints
_more_

Constructor Detail

StormDisplayState.PointEditCommand

public StormDisplayState.PointEditCommand(ucar.unidata.data.storm.StormTrack stormTrack,
                                          List<ucar.unidata.data.storm.StormTrackPoint> originalPoints,
                                          List<ucar.unidata.data.storm.StormTrackPoint> newPoints)
_more_

Parameters:
stormTrack - _more_
originalPoints - _more_
newPoints - _more_
Method Detail

redoCommand

public void redoCommand()
_more_

Overrides:
redoCommand in class Command

undoCommand

public void undoCommand()
Undo

Overrides:
undoCommand in class Command