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

Public 成员函数

 Point ()
 
 Point (float x, float y)
 
float getX ()
 
float getY ()
 
void setX (float x)
 
void setY (float y)
 

Private 属性

float mX
 
float mY
 

详细描述

A class to encapsulate the definition of a point.

构造及析构函数说明

com.ab.view.chart.Point.Point ( )
inline

Instantiates a new point.

com.ab.view.chart.Point.Point ( float  x,
float  y 
)
inline

Instantiates a new point.

参数
xthe x
ythe y

成员函数说明

float com.ab.view.chart.Point.getX ( )
inline

Gets the x.

返回
the x
float com.ab.view.chart.Point.getY ( )
inline

Gets the y.

返回
the y
void com.ab.view.chart.Point.setX ( float  x)
inline

Sets the x.

参数
xthe new x
void com.ab.view.chart.Point.setY ( float  y)
inline

Sets the y.

参数
ythe new y

类成员变量说明

float com.ab.view.chart.Point.mX
private

The X axis coordinate value.

float com.ab.view.chart.Point.mY
private

The Y axis coordinate value.


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