| Changed Methods |
List<Figure> sort(Collection<Figure>)
|
Change in signature from java.util.Collection to (java.util.Collection extends org.jhotdraw.draw.Figure>).
|
Implementation note: Sorting can not be done for orphaned children. |
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 (Double, Collection) to (Double, Collection<Figure>).
|
|