| java.lang.Object | ||
| ↳ | org.jfree.data.ComparableObjectItem | |
| ↳ | org.jfree.data.time.ohlc.OHLCItem | |
An item representing data in the form (period, open, high, low, close).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
OHLCItem. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the close value.
| |||||||||||
Returns the high value.
| |||||||||||
Returns the low value.
| |||||||||||
Returns the open value.
| |||||||||||
Returns the period.
| |||||||||||
Returns the y-value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.data.ComparableObjectItem
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Creates a new instance of OHLCItem.
| period | the time period. |
|---|---|
| open | the open-value. |
| high | the high-value. |
| low | the low-value. |
| close | the close-value. |
Returns the close value.
Returns the high value.
Returns the low value.
Returns the open value.
Returns the y-value.