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

Public 成员函数

 SeriesSelection (int seriesIndex, int pointIndex, double xValue, double value)
 
int getSeriesIndex ()
 
int getPointIndex ()
 
double getXValue ()
 
double getValue ()
 

Private 属性

int mSeriesIndex
 
int mPointIndex
 
double mXValue
 
double mValue
 

详细描述

The Class SeriesSelection.

构造及析构函数说明

com.ab.view.chart.SeriesSelection.SeriesSelection ( int  seriesIndex,
int  pointIndex,
double  xValue,
double  value 
)
inline

Instantiates a new series selection.

参数
seriesIndexthe series index
pointIndexthe point index
xValuethe x value
valuethe value

成员函数说明

int com.ab.view.chart.SeriesSelection.getPointIndex ( )
inline

Gets the point index.

返回
the point index
int com.ab.view.chart.SeriesSelection.getSeriesIndex ( )
inline

Gets the series index.

返回
the series index
double com.ab.view.chart.SeriesSelection.getValue ( )
inline

Gets the value.

返回
the value
double com.ab.view.chart.SeriesSelection.getXValue ( )
inline

Gets the x value.

返回
the x value

类成员变量说明

int com.ab.view.chart.SeriesSelection.mPointIndex
private

The m point index.

int com.ab.view.chart.SeriesSelection.mSeriesIndex
private

The m series index.

double com.ab.view.chart.SeriesSelection.mValue
private

The m value.

double com.ab.view.chart.SeriesSelection.mXValue
private

The m x value.


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