|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.achartengine.model.XYMultipleSeriesDataset
public class XYMultipleSeriesDataset
A series that includes 0 to many XYSeries.
Constructor Summary | |
---|---|
XYMultipleSeriesDataset()
|
Method Summary | |
---|---|
void |
addSeries(int index,
XYSeries series)
Adds a new XY series to the list. |
void |
addSeries(XYSeries series)
Adds a new XY series to the list. |
XYSeries[] |
getSeries()
Returns an array of the XY series. |
XYSeries |
getSeriesAt(int index)
Returns the XY series at the specified index. |
int |
getSeriesCount()
Returns the XY series count. |
void |
removeSeries(int index)
Removes the XY series from the list. |
void |
removeSeries(XYSeries series)
Removes the XY series from the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XYMultipleSeriesDataset()
Method Detail |
---|
public void addSeries(XYSeries series)
series
- the XY series to asspublic void addSeries(int index, XYSeries series)
index
- the index in the series listseries
- the XY series to asspublic void removeSeries(int index)
index
- the index in the series list of the series to removepublic void removeSeries(XYSeries series)
series
- the XY series to be removedpublic XYSeries getSeriesAt(int index)
index
- the index
public int getSeriesCount()
public XYSeries[] getSeries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |