org.jfree.data.general
public interface CombinationDataset
Deprecated: 1.0.13
Interface that describes the new methods that any combined dataset needs to implement. A combined dataset object will combine one or more datasets and expose a sub-set or union of the combined datasets.Method Summary | |
---|---|
int[] | getMap()
Returns a map or indirect indexing form our series into parent's series.
|
SeriesDataset | getParent()
Returns the parent Dataset of this combination. |
Returns: A map or indirect indexing form our series into parent's series.
null
.
Returns: The parent Dataset of this combination.