java.lang.Object | |||||
↳ | org.jfree.data.general.AbstractDataset | ||||
↳ | org.jfree.data.general.AbstractSeriesDataset | ||||
↳ | org.jfree.data.xy.AbstractXYDataset | ||||
↳ | org.jfree.data.xy.AbstractIntervalXYDataset | ||||
↳ | org.jfree.data.general.SubSeriesDataset |
This class is deprecated.
As of version 1.0.13. This class will be removed from
JFreeChart 1.2.0 onwards. Anyone needing this facility will need to
maintain it outside of JFreeChart.
This class will create a dataset with one or more series from another
SeriesDataset
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a SubSeriesDataset using one or more series from
parent . | |||||||||||
Creates a SubSeriesDataset using one series from
parent . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the close-value for the specified series and item.
| |||||||||||
Returns the close-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the ending X value for the specified series and item.
| |||||||||||
Returns the ending Y value for the specified series and item.
| |||||||||||
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 number of items in 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 a map or indirect indexing form our series into parent's 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 parent Dataset of this combination.
| |||||||||||
Returns the number of series in the dataset.
| |||||||||||
Returns the key for a series.
| |||||||||||
Returns the starting X value for the specified series and item.
| |||||||||||
Returns the starting Y value for the specified series and item.
| |||||||||||
Returns the volume.
| |||||||||||
Returns the volume-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the X-value for the specified series and item.
| |||||||||||
Returns the Y-value for the specified series and item.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a SubSeriesDataset using one or more series from
parent
. The series to use are passed as an array of int.
parent | underlying dataset |
---|---|
map | int[] of series from parent to include in this Dataset |
Creates a SubSeriesDataset using one series from parent
.
The series to is passed as an int.
parent | underlying dataset |
---|---|
series | series from parent to include in this Dataset |
Returns the close-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
OHLCDataset
.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
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 ending X value for the specified series and item.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
Returns the ending Y value for the specified series and item.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
Returns the high-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
OHLCDataset
.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
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 number of items in a series.
Note: throws ClassCastException
if the series if not from a
XYDataset
.
series | the index of the series of interest (zero-based). |
---|
Returns the low-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
OHLCDataset
.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
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 a map or indirect indexing form our series into parent's series.
Returns the open-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
OHLCDataset
.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
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 parent Dataset of this combination.
Returns the number of series in the dataset.
Returns the key for a series.
series | the series (zero-based index). |
---|
Returns the starting X value for the specified series and item.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
Returns the starting Y value for the specified series and item.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |
Returns the volume.
Note: throws ClassCastException
if the series if not from a
OHLCDataset
.
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). |
Returns the X-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
XYDataset
.
series | the index of the series of interest (zero-based); |
---|---|
item | the index of the item of interest (zero-based). |
Returns the Y-value for the specified series and item.
Note: throws ClassCastException
if the series if not from a
XYDataset
.
series | the index of the series of interest (zero-based). |
---|---|
item | the index of the item of interest (zero-based). |