| 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 removeAttribute(AttributeKey<T>)
|
Change in signature from AttributeKey to AttributeKey<T>.
|
|
void setAttribute(AttributeKey<T>, T)
|
Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
|
Sets an attribute of the figure. |
void setAttributeOnChildren(AttributeKey<T>, T)
|
Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
|
|