Uses of Class
org.jfree.chart.annotations.AbstractAnnotation
| Package | Description |
|---|---|
| org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
-
Uses of AbstractAnnotation in org.jfree.chart.annotations
Subclasses of AbstractAnnotation in org.jfree.chart.annotations Modifier and Type Class Description classAbstractXYAnnotationThe interface that must be supported by annotations that are to be added to anXYPlot.classCategoryLineAnnotationA line annotation that can be placed on aCategoryPlot.classCategoryPointerAnnotationAn arrow and label that can be placed on aCategoryPlot.classCategoryTextAnnotationA text annotation that can be placed on aCategoryPlot.classTextAnnotationA base class for text annotations.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