| org.jfree.chart.annotations.XYAnnotation |
Known Indirect Subclasses
AbstractXYAnnotation,
XYBoxAnnotation,
XYDataImageAnnotation,
XYDrawableAnnotation,
XYImageAnnotation,
XYLineAnnotation,
XYPointerAnnotation,
XYPolygonAnnotation,
XYShapeAnnotation,
XYTextAnnotation,
XYTitleAnnotation
|
Class Overview
The interface that must be supported by annotations that are to be added to
an XYPlot.
Public Methods
Parameters
| g2
| the graphics device. |
| plot
| the plot. |
| dataArea
| the data area. |
| domainAxis
| the domain axis. |
| rangeAxis
| the range axis. |
| rendererIndex
| the renderer index. |
| info
| an optional info object that will be populated with
entity information.
|