Home » jcommon-1.0.13 » org » jfree » chart » annotations »

org.jfree.chart.annotations

Sub Packages:

org.jfree.chart.annotations.junit   A framework for addings annotations to charts.  

Interfaces:

CategoryAnnotation   The interface that must be supported by annotations that are to be added to a org.jfree.chart.plot.CategoryPlot code | html
XYAnnotation   The interface that must be supported by annotations that are to be added to an XYPlot code | html

Abstract Classes:

AbstractXYAnnotation   The interface that must be supported by annotations that are to be added to an XYPlot code | html

Classes:

CategoryLineAnnotation   A line annotation that can be placed on a CategoryPlot code | html
CategoryPointerAnnotation   An arrow and label that can be placed on a CategoryPlot code | html
CategoryTextAnnotation   A text annotation that can be placed on a CategoryPlot code | html
TextAnnotation   A base class for text annotations.  code | html
XYBoxAnnotation   A box annotation that can be placed on an XYPlot code | html
XYDrawableAnnotation   A general annotation that can be placed on an XYPlot code | html
XYImageAnnotation   An annotation that allows an image to be placed at some location on an XYPlot code | html
XYLineAnnotation   A simple line annotation that can be placed on an XYPlot code | html
XYPointerAnnotation   An arrow and label that can be placed on an org.jfree.chart.plot.XYPlot code | html
XYPolygonAnnotation   A polygon annotation that can be placed on an XYPlot code | html
XYShapeAnnotation   A simple Shape annotation that can be placed on an XYPlot code | html
XYTextAnnotation   A text annotation that can be placed at a particular (x, y) location on an XYPlot code | html