AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 属性 | 所有成员列表
com.ab.view.chart.XYMultipleSeriesDataset类 参考
类 com.ab.view.chart.XYMultipleSeriesDataset 继承关系图:

Public 成员函数

synchronized void addSeries (XYSeries series)
 
synchronized void addSeries (int index, XYSeries series)
 
synchronized void removeSeries (int index)
 
synchronized void removeSeries (XYSeries series)
 
synchronized XYSeries getSeriesAt (int index)
 
synchronized int getSeriesCount ()
 
synchronized XYSeries[] getSeries ()
 

Private 属性

List< XYSeriesmSeries = new ArrayList<XYSeries>()
 

详细描述

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.

参数
seriesthe 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.

参数
indexthe index in the series list
seriesthe 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.

参数
indexthe 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.

参数
indexthe 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.

参数
seriesthe XY series to be removed

类成员变量说明

List<XYSeries> com.ab.view.chart.XYMultipleSeriesDataset.mSeries = new ArrayList<XYSeries>()
private

The included series.


该类的文档由以下文件生成: