Class ChartAnnotation

java.lang.Object
org.jfree.chart.annotations.AbstractAnnotation
org.jfree.chart.annotations.AbstractXYAnnotation
org.jfree.chart.annotations.XYDrawableAnnotation
net.simplace.core.ui.jfreechart.ChartAnnotation
All Implemented Interfaces:
Serializable, Cloneable, org.jfree.chart.annotations.Annotation, org.jfree.chart.annotations.XYAnnotation, org.jfree.util.PublicCloneable

public class ChartAnnotation extends org.jfree.chart.annotations.XYDrawableAnnotation
Author:
Andreas Enders
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChartAnnotation(double aX, double aY)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     

    Methods inherited from class org.jfree.chart.annotations.XYDrawableAnnotation

    clone, draw, equals, hashCode

    Methods inherited from class org.jfree.chart.annotations.AbstractXYAnnotation

    addEntity, getToolTipText, getURL, setToolTipText, setURL

    Methods inherited from class org.jfree.chart.annotations.AbstractAnnotation

    addChangeListener, fireAnnotationChanged, getNotify, hasListener, notifyListeners, removeChangeListener, setNotify

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jfree.chart.annotations.Annotation

    addChangeListener, removeChangeListener
  • Constructor Details

    • ChartAnnotation

      public ChartAnnotation(double aX, double aY)
      Parameters:
      aX -
      aY -
      aWidth -
      aHeight -
      aDrawable -
  • Method Details

    • getX

      public double getX()
      Returns:
      the x
    • getY

      public double getY()
      Returns:
      the y