Interface CategoryAnnotation

All Superinterfaces:
Annotation
All Known Implementing Classes:
CategoryLineAnnotation, CategoryPointerAnnotation, CategoryTextAnnotation

public interface CategoryAnnotation
extends Annotation
The interface that must be supported by annotations that are to be added to a CategoryPlot. Note that, in JFreeChart 1.0.14, a non-compatible change has been made to this interface (it now extends the Annotation interface to support change notifications).
  • Method Details