| Changed Methods |
void basicAddAll(int, Collection<Figure>)
|
Change in signature from (int, java.util.Collection) to (int, java.util.Collection extends org.jhotdraw.draw.Figure>).
|
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 extends org.jhotdraw.draw.Figure>).
|
Removes the specified figures temporarily from the drawing. |
void removeAll(Collection<Figure>)
|
Change in signature from java.util.Collection to (java.util.Collection extends org.jhotdraw.draw.Figure>).
|
Removes the specified figures from the drawing. |
List<Figure> sort(Collection<Figure>)
|
Change in signature from java.util.Collection to (java.util.Collection extends org.jhotdraw.draw.Figure>).
|
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 extends org.jhotdraw.draw.Figure>).
|
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 extends org.jhotdraw.draw.Figure>).
|
Finds a top level Figure. |