Uses of Package
org.jfree.chart.annotations

Packages that use org.jfree.chart.annotations
org.jfree.chart.annotations A framework for addings annotations to charts. 
org.jfree.chart.plot Plot classes and related interfaces. 
org.jfree.chart.renderer.xy Plug-in renderers for the XYPlot class. 
 

Classes in org.jfree.chart.annotations used by org.jfree.chart.annotations
AbstractXYAnnotation
          The interface that must be supported by annotations that are to be added to an XYPlot.
CategoryAnnotation
          The interface that must be supported by annotations that are to be added to a CategoryPlot.
CategoryTextAnnotation
          A text annotation that can be placed on a CategoryPlot.
TextAnnotation
          A base class for text annotations.
XYAnnotation
          The interface that must be supported by annotations that are to be added to an XYPlot.
XYTextAnnotation
          A text annotation that can be placed at a particular (x, y) location on an XYPlot.
 

Classes in org.jfree.chart.annotations used by org.jfree.chart.plot
CategoryAnnotation
          The interface that must be supported by annotations that are to be added to a CategoryPlot.
XYAnnotation
          The interface that must be supported by annotations that are to be added to an XYPlot.
 

Classes in org.jfree.chart.annotations used by org.jfree.chart.renderer.xy
XYAnnotation
          The interface that must be supported by annotations that are to be added to an XYPlot.