Generated by
JDiff

Class org.jhotdraw.draw.GraphicalCompositeFigure

Changed Methods
T getAttribute(AttributeKey<T>) Change in return type from Object to T.
Change in signature from AttributeKey to AttributeKey<T>.
Gets an attribute from the figure.
void setAttribute(AttributeKey<T>, T) Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
Sets an attribute of the figure.
void remap(HashMap<Figure, Figure>, boolean) Change in signature from (HashMap<Figure, Figure>) to (HashMap<Figure, Figure>, boolean).