A series that includes 0 to many XYSeries.
| synchronized void com.ab.view.chart.XYMultipleSeriesDataset.addSeries |
( |
XYSeries |
series | ) |
|
|
inline |
Adds a new XY series to the list.
- 参数
-
| series | the XY series to ass |
| synchronized void com.ab.view.chart.XYMultipleSeriesDataset.addSeries |
( |
int |
index, |
|
|
XYSeries |
series |
|
) |
| |
|
inline |
Adds a new XY series to the list.
- 参数
-
| index | the index in the series list |
| series | the XY series to ass |
| synchronized XYSeries [] com.ab.view.chart.XYMultipleSeriesDataset.getSeries |
( |
| ) |
|
|
inline |
Returns an array of the XY series.
- 返回
- the XY series array
| synchronized XYSeries com.ab.view.chart.XYMultipleSeriesDataset.getSeriesAt |
( |
int |
index | ) |
|
|
inline |
Returns the XY series at the specified index.
- 参数
-
- 返回
- the XY series at the index
| synchronized int com.ab.view.chart.XYMultipleSeriesDataset.getSeriesCount |
( |
| ) |
|
|
inline |
Returns the XY series count.
- 返回
- the XY series count
| synchronized void com.ab.view.chart.XYMultipleSeriesDataset.removeSeries |
( |
int |
index | ) |
|
|
inline |
Removes the XY series from the list.
- 参数
-
| index | the index in the series list of the series to remove |
| synchronized void com.ab.view.chart.XYMultipleSeriesDataset.removeSeries |
( |
XYSeries |
series | ) |
|
|
inline |
Removes the XY series from the list.
- 参数
-
| series | the XY series to be removed |
| List<XYSeries> com.ab.view.chart.XYMultipleSeriesDataset.mSeries = new ArrayList<XYSeries>() |
|
private |
该类的文档由以下文件生成: