Package org.jfree.chart.annotations
A framework for addings annotations to charts.
-
Interface Summary Interface Description CategoryAnnotation The interface that must be supported by annotations that are to be added to anCategoryPlot
.XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
. -
Class Summary Class Description CategoryTextAnnotation A text annotation that can be placed on aCategoryPlot
.TextAnnotation A base class for text annotations.XYDrawableAnnotation A general annotation that can be placed on anXYPlot
.XYImageAnnotation An annotation that allows an image to be placed at some location on anXYPlot
.XYLineAnnotation A simple line annotation that can be placed on anXYPlot
.XYPointerAnnotation An arrow and label that can be placed on anXYPlot
.XYShapeAnnotation A simpleShape
annotation that can be placed on anXYPlot
.XYTextAnnotation A text annotation that can be placed at a particular (x, y) location on anXYPlot
.