Generated by
JDiff

Class org.jhotdraw.draw.AttributeKey

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.
 

Added Methods
void putClone(Map<AttributeKey, Object>, T) Convenience method for putting a clone of a value on a map.