|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.data.time.ohlc.OHLC
public class 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)
equals
in class java.lang.Object
obj
- the object (null
permitted).
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |