public interface SeriesDataset extends Dataset
CategoryDataset,
IntervalXYDataset,
IntervalXYZDataset,
XYDataset,
XYZDataset| Modifier and Type | Method and Description |
|---|---|
int |
getSeriesCount()
Returns the number of series in the dataset.
|
java.lang.Comparable |
getSeriesKey(int series)
Returns the key for a series.
|
int |
indexOf(java.lang.Comparable seriesKey)
Returns the index of the series with the specified key, or -1 if there
is no such series in the dataset.
|
addChangeListener, getGroup, removeChangeListener, setGroupint getSeriesCount()
java.lang.Comparable getSeriesKey(int series)
series - the series index (in the range 0 to
getSeriesCount() - 1).int indexOf(java.lang.Comparable seriesKey)
seriesKey - the series key (null permitted).