org.jfree.data.xy.OHLCDataset |
![]() |
An interface that defines data in the form of (x, high, low, open, close) tuples.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the y-value for the specified series and item.
| |||||||||||
Returns the close-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the high-value for the specified series and item.
| |||||||||||
Returns the high-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the low-value for the specified series and item.
| |||||||||||
Returns the low-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the open-value for the specified series and item.
| |||||||||||
Returns the open-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the volume for the specified series and item.
| |||||||||||
Returns the volume-value (as a double primitive) for an item within a
series.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the y-value for the specified series and item.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the close-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the high-value for the specified series and item.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the high-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the low-value for the specified series and item.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the low-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the open-value for the specified series and item.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the open-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the volume for the specified series and item.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the volume-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |