| java.lang.Object | |
| ↳ | org.jfree.data.time.ohlc.OHLC |
A high low data record (immutable). This class is used internally by the
OHLCItem class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
OHLC. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the close value.
| |||||||||||
Returns the high value.
| |||||||||||
Returns the low value.
| |||||||||||
Returns the open value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance of OHLC.
| open | the open value. |
|---|---|
| high | the high value. |
| low | the low value. |
| close | the close value. |
Tests this instance for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the close value.
Returns the high value.
Returns the low value.
Returns the open value.