|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jfree.data.time.ohlc.OHLC
A high low data record (immutable). This class is used internally by the
OHLCItem class.
| Constructor Summary | |
OHLC(double open,
double high,
double low,
double close)
Creates a new instance of OHLC. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object. |
double |
getClose()
Returns the close value. |
double |
getHigh()
Returns the high value. |
double |
getLow()
Returns the low value. |
double |
getOpen()
Returns the open value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OHLC(double open,
double high,
double low,
double close)
OHLC.
open - the open value.close - the close value.high - the high value.low - the low value.| Method Detail |
public double getOpen()
public double getClose()
public double getHigh()
public double getLow()
public boolean equals(java.lang.Object obj)
obj - the object (null permitted).
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||