Uses of Interface
com.jrefinery.chart.annotations.Annotation

Packages that use Annotation
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.annotations Classes for adding annotations to charts. 
 

Uses of Annotation in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type Annotation
 void XYPlot.addAnnotation(Annotation annotation)
          Adds an annotation to the plot.
 

Uses of Annotation in com.jrefinery.chart.annotations
 

Subinterfaces of Annotation in com.jrefinery.chart.annotations
 interface XYAnnotation
          A plot annotation that works with XYPlots.
 

Classes in com.jrefinery.chart.annotations that implement Annotation
 class XYTextAnnotation
          A text annotation that can be placed on any XYPlot.