Package net.simplace.core.ui.jfreechart
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 -
Method Summary
Methods inherited from class org.jfree.chart.annotations.XYDrawableAnnotation
clone, draw, equals, hashCodeMethods inherited from class org.jfree.chart.annotations.AbstractXYAnnotation
addEntity, getToolTipText, getURL, setToolTipText, setURLMethods inherited from class org.jfree.chart.annotations.AbstractAnnotation
addChangeListener, fireAnnotationChanged, getNotify, hasListener, notifyListeners, removeChangeListener, setNotifyMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-