Uses of Interface
org.jfree.chart.annotations.XYAnnotation
| Package | Description |
|---|---|
| org.jfree.chart.annotations |
A framework for addings annotations to charts.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of XYAnnotation in org.jfree.chart.annotations
Classes in org.jfree.chart.annotations that implement XYAnnotation Modifier and Type Class Description 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.classXYShapeAnnotationA simpleShapeannotation that can be placed on anXYPlot.classXYTextAnnotationA text annotation that can be placed at a particular (x, y) location on anXYPlot. -
Uses of XYAnnotation in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type XYAnnotation Modifier and Type Method Description voidContourPlot. addAnnotation(XYAnnotation annotation)Adds an annotation to the plot.voidXYPlot. addAnnotation(XYAnnotation annotation)Adds an annotation to the plot and sends aPlotChangeEventto all registered listeners.