| |
|
| java.lang.Object org.jfree.report.style.StyleChangeSupport
StyleChangeSupport | public class StyleChangeSupport (Code) | | A utility class for managing a collection of
StyleChangeListener objects.
author: Thomas Morgner. |
StyleChangeSupport | public StyleChangeSupport(ElementStyleSheet source)(Code) | | Creates a new support object.
Parameters: source - the source of change events. |
fireStyleChanged | public void fireStyleChanged(StyleKey key, Object value)(Code) | | Notifies all listeners that a style has changed.
Parameters: key - the style key. Parameters: value - the new style value. |
fireStyleRemoved | public void fireStyleRemoved(StyleKey key)(Code) | | Notifies all listeners that a style has been removed.
Parameters: key - the style key. |
|
|
|