public interface

CombinationDataset

org.jfree.data.general.CombinationDataset
Known Indirect Subclasses

This interface is deprecated.
1.0.13

Class Overview

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.

Summary

Public Methods
abstract int[] getMap()
Returns a map or indirect indexing form our series into parent's series.
abstract SeriesDataset getParent()
Returns the parent Dataset of this combination.

Public Methods

public abstract int[] getMap ()

Returns a map or indirect indexing form our series into parent's series.

Returns
  • A map or indirect indexing form our series into parent's series.

public abstract SeriesDataset getParent ()

Returns the parent Dataset of this combination. If there is more than one parent, or a child is found that is not a combination, then returns null.

Returns
  • The parent Dataset of this combination.