org.jfree.chart.annotations
Interface Annotation

All Known Subinterfaces:
CategoryAnnotation, XYAnnotation
All Known Implementing Classes:
CategoryTextAnnotation, XYLineAnnotation, XYTextAnnotation

public interface Annotation

Base interface for plot annotations. A plot annotation is an item of text (or, in the future, an arrow or some other shape) that you can place at arbitrary positions on a chart.

This interface contains no methods, it simply serves as the root interface for a hierarchy of related interfaces.

Author:
David Gilbert