Generated by
JDiff

Class org.jhotdraw.draw.AbstractCompositeFigure

Documentation changed from old to new.

Removed Methods
void addAll(Collection<Figure>)  
void addAll(int, Collection<Figure>)  
void sendToFront(Figure) Sends a figure to the front of the drawing.
 

Added Methods
void addAll(Collection<Figure>)  
void addAll(int, Collection<Figure>)  
void bringToFront(Figure) Sends a figure to the front of the drawing.
 

Changed Methods
void basicAddAll(int, Collection<Figure>) Change in signature from (int, java.util.Collection) to (int, java.util.Collection).
 
int basicRemove(Figure) Change from final to non-final.
 
void basicRemoveAll(Collection<Figure>) Change in signature from java.util.Collection to (java.util.Collection).
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).
Removes all specified children.
void setAttribute(AttributeKey<T>, 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.