Package net.simplace.core.ui.jfreechart
Klasse 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
- Alle implementierten Schnittstellen:
Serializable,Cloneable,org.jfree.chart.annotations.Annotation,org.jfree.chart.annotations.XYAnnotation,org.jfree.chart.util.PublicCloneable
public class ChartAnnotation
extends org.jfree.chart.annotations.XYDrawableAnnotation
- Autor:
- Andreas Enders
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.jfree.chart.annotations.XYDrawableAnnotation
canEqual, clone, draw, equals, getDisplayHeight, getDisplayWidth, getDrawScaleFactor, hashCodeVon Klasse geerbte Methoden org.jfree.chart.annotations.AbstractXYAnnotation
addEntity, getToolTipText, getURL, setToolTipText, setURLVon Klasse geerbte Methoden org.jfree.chart.annotations.AbstractAnnotation
addChangeListener, fireAnnotationChanged, getNotify, hasListener, notifyListeners, removeChangeListener, setNotifyVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.jfree.chart.annotations.Annotation
addChangeListener, removeChangeListener
-
Konstruktordetails
-
ChartAnnotation
public ChartAnnotation(double aX, double aY) - Parameter:
aX-aY-aWidth-aHeight-aDrawable-
-
-
Methodendetails
-
getX
public double getX()- Setzt außer Kraft:
getXin Klasseorg.jfree.chart.annotations.XYDrawableAnnotation- Gibt zurück:
- the x
-
getY
public double getY()- Setzt außer Kraft:
getYin Klasseorg.jfree.chart.annotations.XYDrawableAnnotation- Gibt zurück:
- the y
-