Uses of Interface
org.jfree.data.CombinationDataset
| Package | Description |
|---|---|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of CombinationDataset in org.jfree.data
Classes in org.jfree.data that implement CombinationDataset Modifier and Type Class Description classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.