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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.