|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.XYDataItem
org.jfree.data.XYDataPair
XYDataItem
.
Represents one (x, y) data item for an xy-series.
Constructor Summary | |
XYDataPair(double x,
double y)
Deprecated. Constructs a new data pair. |
|
XYDataPair(java.lang.Number x,
java.lang.Number y)
Deprecated. Constructs a new data pair. |
Methods inherited from class org.jfree.data.XYDataItem |
clone, compareTo, equals, getX, getY, hashCode, setY |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XYDataPair(java.lang.Number x, java.lang.Number y)
x
- the x-value.y
- the y-value.public XYDataPair(double x, double y)
x
- the x-value.y
- the y-value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |