Generated by
JDiff

Class org.jhotdraw.draw.DefaultDrawing

Documentation changed from old to new.

Added Methods
void basicAdd(int, Figure)  
 

Changed Methods
void bringToFront(Figure) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractCompositeFigure.
Sends a figure to the front of the drawing.
void sendToBack(Figure) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractCompositeFigure.
Sends a figure to the back of the composite figure.
List<Figure> sort(Collection<Figure>) Change in signature from java.util.Collection to (java.util.Collection).
 
Figure findFigureBehind(Double, Collection<Figure>) Change in signature from (java.awt.geom.Point2D.Double, java.util.Collection) to (java.awt.geom.Point2D.Double, java.util.Collection).
 
Figure findFigureExcept(Double, Collection<Figure>) Change in signature from (java.awt.geom.Point2D.Double, java.util.Collection) to (java.awt.geom.Point2D.Double, java.util.Collection).