Generated by
JDiff

Interface org.jhotdraw.draw.Figure

Removed Methods
T getAttribute(AttributeKey<T>) Gets an attribute from the Figure.
void setAttribute(AttributeKey<T>, T) Sets an attribute of the figure and calls attributeChanged on all registered FigureListener's.
 

Added Methods
T get(AttributeKey<T>) Gets an attribute from the Figure.
void set(AttributeKey<T>, T) Sets an attribute on the figure and calls {@code attributeChanged} on all registered {@code FigureListener}s if the attribute value has changed.