Uses of Class
org.jfree.chart.annotations.AbstractXYAnnotation
| Package | Description |
|---|---|
| org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
-
Uses of AbstractXYAnnotation in org.jfree.chart.annotations
Subclasses of AbstractXYAnnotation in org.jfree.chart.annotations Modifier and Type Class Description classXYBoxAnnotationA box annotation that can be placed on anXYPlot.classXYDataImageAnnotationAn annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot.classXYDrawableAnnotationA general annotation that can be placed on anXYPlot.classXYImageAnnotationAn annotation that allows an image to be placed at some location on anXYPlot.classXYLineAnnotationA simple line annotation that can be placed on anXYPlot.classXYPointerAnnotationAn arrow and label that can be placed on anXYPlot.classXYPolygonAnnotationA polygon annotation that can be placed on anXYPlot.classXYShapeAnnotationA simpleShapeannotation that can be placed on anXYPlot.classXYTextAnnotationA text annotation that can be placed at a particular (x, y) location on anXYPlot.classXYTitleAnnotation