|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Removed Methods | |
void addAll(Collection<Figure>) |
|
void addAll(int, |
|
void sendToFront(Figure) |
Sends a figure to the front of the drawing. |
| Added Methods | |
void addAll(Collection<Figure>) |
|
void addAll(int, |
|
void bringToFront(Figure) |
Sends a figure to the front of the drawing. |
| Changed Methods | ||
void basicAddAll(int, |
Change in signature from (int, java.util.Collection) to (int, java.util.Collection extends org.jhotdraw.draw.Figure>). |
|
int basicRemove(Figure) |
Change from final to non-final. |
|
void basicRemoveAll(Collection<Figure>) |
Change in signature from java.util.Collection to (java.util.Collection extends org.jhotdraw.draw.Figure>). |
Removes all children. |
T getAttribute(AttributeKey<T>) |
Change in return type from Object to T.Change in signature from AttributeKey to AttributeKey<T>. |
|
void removeAll(Collection<Figure>) |
Change in signature from java.util.Collection to (java.util.Collection extends org.jhotdraw.draw.Figure>). |
Removes all specified children. |
void setAttribute(AttributeKey<T>, |
Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T). |
|
| Changed Fields | ||
Double cachedBounds |
Changed from non-transient to transient. | Cached layout cachedBounds. |
Double cachedDrawingArea |
Changed from non-transient to transient. | Cached draw cachedBounds. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||