org.jhotdraw.contrib
Class PolygonHandle.UndoActivity

java.lang.Object
  extended by org.jhotdraw.util.UndoableAdapter
      extended by org.jhotdraw.figures.PolyLineHandle.UndoActivity
          extended by org.jhotdraw.contrib.PolygonHandle.UndoActivity
All Implemented Interfaces:
Undoable
Enclosing class:
PolygonHandle

public static class PolygonHandle.UndoActivity
extends PolyLineHandle.UndoActivity


Constructor Summary
PolygonHandle.UndoActivity(DrawingView newView, int newPointIndex)
           
 
Method Summary
 
Methods inherited from class org.jhotdraw.figures.PolyLineHandle.UndoActivity
getOldPoint, getPointIndex, redo, setOldPoint, setPointIndex, undo
 
Methods inherited from class org.jhotdraw.util.UndoableAdapter
getAffectedFigures, getAffectedFiguresCount, getAffectedFiguresReversed, getDrawingView, isRedoable, isUndoable, release, setAffectedFigures, setRedoable, setUndoable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonHandle.UndoActivity

public PolygonHandle.UndoActivity(DrawingView newView,
                                  int newPointIndex)