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 class
XYDrawableAnnotation
A general annotation that can be placed on anXYPlot
.class
XYImageAnnotation
An annotation that allows an image to be placed at some location on anXYPlot
.class
XYLineAnnotation
A simple line annotation that can be placed on anXYPlot
.class
XYPointerAnnotation
An arrow and label that can be placed on anXYPlot
.class
XYShapeAnnotation
A simpleShape
annotation that can be placed on anXYPlot
.class
XYTextAnnotation
A 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 void
ContourPlot. addAnnotation(XYAnnotation annotation)
Adds an annotation to the plot.void
XYPlot. addAnnotation(XYAnnotation annotation)
Adds an annotation to the plot and sends aPlotChangeEvent
to all registered listeners.