Uses of Package
org.jfree.chart.annotations

Packages that use org.jfree.chart.annotations
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.annotations A framework for addings annotations to charts. 
org.jfree.chart.event Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component. 
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
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.annotations
AbstractAnnotation
          An abstract implementation of the Annotation interface, containing a mechanism for registering change listeners.
AbstractXYAnnotation
          The interface that must be supported by annotations that are to be added to an XYPlot.
Annotation
          The base interface for annotations.
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.
XYAnnotationBoundsInfo
          An interface that supplies information about the bounds of the annotation.
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.event
Annotation
          The base interface for annotations.
 

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.