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

Public 成员函数

 ZoomEvent (boolean in, float rate)
 
boolean isZoomIn ()
 
float getZoomRate ()
 

Private 属性

boolean mZoomIn
 
float mZoomRate
 

详细描述

A zoom event.

构造及析构函数说明

com.ab.view.chart.ZoomEvent.ZoomEvent ( boolean  in,
float  rate 
)
inline

Builds the zoom tool.

参数
inzoom in or out
ratethe zoom rate

成员函数说明

float com.ab.view.chart.ZoomEvent.getZoomRate ( )
inline

Returns the zoom rate.

返回
the zoom rate
boolean com.ab.view.chart.ZoomEvent.isZoomIn ( )
inline

Returns the zoom type.

返回
true if zoom in, false otherwise

类成员变量说明

boolean com.ab.view.chart.ZoomEvent.mZoomIn
private

A flag to be used to know if this is a zoom in or out.

float com.ab.view.chart.ZoomEvent.mZoomRate
private

The zoom rate.


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