org.openaltimeter.desktopapp.annotations
Class XYHeightAnnotation

java.lang.Object
  extended by XYTextAnnotation
      extended by org.openaltimeter.desktopapp.annotations.XYHeightAnnotation

public class XYHeightAnnotation
extends XYTextAnnotation


Constructor Summary
XYHeightAnnotation(java.lang.String text, double x, double y, java.awt.Paint color)
           
 
Method Summary
 void draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYHeightAnnotation

public XYHeightAnnotation(java.lang.String text,
                          double x,
                          double y,
                          java.awt.Paint color)
Method Detail

draw

public void draw(java.awt.Graphics2D g2,
                 XYPlot plot,
                 java.awt.geom.Rectangle2D dataArea,
                 ValueAxis domainAxis,
                 ValueAxis rangeAxis,
                 int rendererIndex,
                 PlotRenderingInfo info)