Interface XYAnnotation

    • Method Detail

      • draw

        void draw​(java.awt.Graphics2D g2,
                  XYPlot plot,
                  java.awt.geom.Rectangle2D dataArea,
                  ValueAxis domainAxis,
                  ValueAxis rangeAxis,
                  int rendererIndex,
                  PlotRenderingInfo info)
        Draws the annotation.
        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.