|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.data.ComparableObjectItem org.jfree.data.xy.XIntervalDataItem
public class XIntervalDataItem
An item representing data in the form (x, x-low, x-high, y).
Constructor Summary | |
---|---|
XIntervalDataItem(double x,
double xLow,
double xHigh,
double y)
Creates a new instance of XIntervalDataItem . |
Method Summary | |
---|---|
java.lang.Number |
getX()
Returns the x-value. |
double |
getXHighValue()
Returns the upper bound of the x-interval. |
double |
getXLowValue()
Returns the lower bound of the x-interval. |
double |
getYValue()
Returns the y-value. |
Methods inherited from class org.jfree.data.ComparableObjectItem |
---|
clone, compareTo, equals, getComparable, getObject, hashCode, setObject |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XIntervalDataItem(double x, double xLow, double xHigh, double y)
XIntervalDataItem
.
x
- the x-value.xLow
- the lower bound of the x-interval.xHigh
- the upper bound of the x-interval.y
- the y-value.Method Detail |
---|
public java.lang.Number getX()
null
).public double getYValue()
public double getXLowValue()
public double getXHighValue()
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |