org.jfree.data.general
public interface SeriesDataset extends Dataset
See Also: CategoryDataset IntervalXYDataset IntervalXYZDataset XYDataset XYZDataset
Method Summary | |
---|---|
int | getSeriesCount()
Returns the number of series in the dataset.
|
Comparable | getSeriesKey(int series)
Returns the key for a series.
|
int | indexOf(Comparable seriesKey)
Returns the index of the series with the specified key, or -1 if there
is no such series in the dataset.
|
Returns: The series count.
Parameters: series the series index (in the range 0
to
getSeriesCount() - 1
).
Returns: The key for the series.
Parameters: seriesKey the series key (null
permitted).
Returns: The index, or -1.