|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for a dataset consisting of one or many series of data.
CategoryDataset
,
IntervalXYDataset
,
IntervalXYZDataset
,
XYDataset
,
XYZDataset
Method Summary | |
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. |
Methods inherited from interface org.jfree.data.general.Dataset |
addChangeListener, getGroup, removeChangeListener, setGroup |
Method Detail |
public int getSeriesCount()
public java.lang.Comparable getSeriesKey(int series)
series
- the series index (in the range 0
to
getSeriesCount() - 1
).
public int indexOf(java.lang.Comparable seriesKey)
seriesKey
- the series key (null
permitted).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |