Generated by
JDiff

Interface org.jhotdraw.draw.Drawing

Documentation changed from old to new.

Removed Methods
void addAll(int, Collection<Figure>) Adds a collection of figures to the drawing.
void addAll(Collection<Figure>) Adds a collection of figures to the drawing.
Dimension2DDouble getCanvasSize() Gets the canvas size of this drawing.
void setCanvasSize(Dimension2DDouble) Sets the canvas size for this drawing.
 

Added Methods
void addAll(int, Collection<Figure>) Adds a collection of figures to the drawing.
void addAll(Collection<Figure>) Adds a collection of figures to the drawing.
 

Changed Methods
void basicAddAll(int, Collection<Figure>) Change in signature from (int, java.util.Collection) to (int, java.util.Collection).
Reinserts the specified figures which were temporarily removed from the drawing.
void basicRemoveAll(Collection<Figure>) Change in signature from java.util.Collection to (java.util.Collection).
Removes the specified figures temporarily from the drawing.
void removeAll(Collection<Figure>) Change in signature from java.util.Collection to (java.util.Collection).
Removes the specified figures from the drawing.
List<Figure> sort(Collection<Figure>) Change in signature from java.util.Collection to (java.util.Collection).
Returns a copy of the provided collection which is sorted in z order from back to front.
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).
Finds a top level Figure which is behind the specified Figures.
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).
Finds a top level Figure.
 

Added Fields
String CANVAS_SIZE_PROPERTY