|
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.YIntervalDataItem
public class YIntervalDataItem
An item representing data in the form (x, y, y-low, y-high).
Constructor Summary | |
---|---|
YIntervalDataItem(double x,
double y,
double yLow,
double yHigh)
Creates a new instance of YIntervalItem . |
Method Summary | |
---|---|
java.lang.Double |
getX()
Returns the x-value. |
double |
getYHighValue()
Returns the upper bound of the y-interval. |
double |
getYLowValue()
Returns the lower bound of the y-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 YIntervalDataItem(double x, double y, double yLow, double yHigh)
YIntervalItem
.
x
- the x-value.y
- the y-value.yLow
- the lower bound of the y-interval.yHigh
- the upper bound of the y-interval.Method Detail |
---|
public java.lang.Double getX()
null
).public double getYValue()
public double getYLowValue()
public double getYHighValue()
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |