| Changed Methods |
Collection<Handle> createHandles(int)
|
Documentation changed from old to new. |
Creates handles used to manipulate the figure. |
T getAttribute(AttributeKey<T>)
|
Change in return type from Object to T.
Change in signature from AttributeKey to AttributeKey<T>.
Documentation changed from old to new. |
Gets an attribute from the Figure. |
void remap(Map<Figure, Figure>, boolean)
|
Change in signature from (Map<Figure, Figure>) to (Map<Figure, Figure>, boolean).
|
After cloning a collection of figures, the ConnectionFigures contained
in this collection still connect to the original figures instead of
to the clones. |
void setAttribute(AttributeKey<T>, T)
|
Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
Documentation changed from old to new. |
Sets an attribute of the figure and calls attributeChanged on all
registered FigureListener's. |