| Removed Methods |
void basicSet(Figure, T)
|
Sets a value on the specified figure without invoking {@code willChange}
and {@code changed} on the figure. |
void basicSetClone(Figure, T)
|
Sets a clone of a value on the specified figure, without invoking
{@code willChange} and {@code changed} on the figure. |
void set(Map<AttributeKey, Object>, T)
|
Use this method to perform a typeface put operation of an attribute
into a Map. |
void setClone(Map<AttributeKey, Object>, T)
|
Sets a clone of the value to the Figure without firing events. |