| 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 extends org.jhotdraw.draw.Figure>).
|
|
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>).
|
|
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>).
|
|