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

Public 成员函数

 ClickableArea (RectF rect, double x, double y)
 
RectF getRect ()
 
double getX ()
 
double getY ()
 

Private 属性

RectF rect
 
double x
 
double y
 

详细描述

The Class ClickableArea.

构造及析构函数说明

com.ab.view.chart.ClickableArea.ClickableArea ( RectF  rect,
double  x,
double  y 
)
inline

Instantiates a new clickable area.

参数
rectthe rect
xthe x
ythe y

成员函数说明

RectF com.ab.view.chart.ClickableArea.getRect ( )
inline

Gets the rect.

返回
the rect
double com.ab.view.chart.ClickableArea.getX ( )
inline

Gets the x.

返回
the x
double com.ab.view.chart.ClickableArea.getY ( )
inline

Gets the y.

返回
the y

类成员变量说明

RectF com.ab.view.chart.ClickableArea.rect
private

The rect.

double com.ab.view.chart.ClickableArea.x
private

The x.

double com.ab.view.chart.ClickableArea.y
private

The y.


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