org.jfree.data.general
public interface SeriesDataset extends Dataset
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, setGroup
int 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).Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.