Class AbstractAnnotation

java.lang.Object
org.jfree.chart.annotations.AbstractAnnotation
All Implemented Interfaces:
Serializable, Cloneable, Annotation
Direct Known Subclasses:
AbstractXYAnnotation, CategoryLineAnnotation, TextAnnotation

public abstract class AbstractAnnotation extends Object implements Annotation, Cloneable, Serializable
An abstract implementation of the Annotation interface, containing a mechanism for registering change listeners.
See Also: