Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » annotations » [javadoc | source]
org.jfree.chart.annotations
public interface: XYAnnotation [javadoc | source]

All Known Implementing Classes:
    XYTitleAnnotation, XYTextAnnotation, XYBoxAnnotation, XYDrawableAnnotation, AbstractXYAnnotation, XYPolygonAnnotation, XYLineAnnotation, XYImageAnnotation, XYShapeAnnotation, XYPointerAnnotation

The interface that must be supported by annotations that are to be added to an XYPlot .
Method from org.jfree.chart.annotations.XYAnnotation Summary:
draw
Method from org.jfree.chart.annotations.XYAnnotation Detail:
 public  void draw(Graphics2D g2,
    XYPlot plot,
    Rectangle2D dataArea,
    ValueAxis domainAxis,
    ValueAxis rangeAxis,
    int rendererIndex,
    PlotRenderingInfo info)
    Draws the annotation.