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.
|
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.
|
addChangeListener, getGroup, removeChangeListener, setGroup
int getSeriesCount()
Comparable getSeriesKey(int series)
series
- the series index (in the range 0
to
getSeriesCount() - 1
).int indexOf(Comparable seriesKey)
seriesKey
- the series key (null
permitted).Jas4pp 1.5 © Java Analysis Studio for Particle Physics