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

Public 成员函数

int getAngle ()
 

Public 属性

 HORIZONTAL =(0)
 
 VERTICAL =(90)
 

Private 成员函数

 Orientation (int angle)
 

Private 属性

int mAngle = 0
 

详细描述

An enum for the XY chart orientation of the X axis.

构造及析构函数说明

com.ab.view.chart.XYMultipleSeriesRenderer.Orientation.Orientation ( int  angle)
inlineprivate

Instantiates a new orientation.

参数
anglethe angle

成员函数说明

int com.ab.view.chart.XYMultipleSeriesRenderer.Orientation.getAngle ( )
inline

Return the orientation rotate angle.

返回
the orientaion rotate angle

类成员变量说明

com.ab.view.chart.XYMultipleSeriesRenderer.Orientation.HORIZONTAL =(0)

The horizontal.

int com.ab.view.chart.XYMultipleSeriesRenderer.Orientation.mAngle = 0
private

The rotate angle.

com.ab.view.chart.XYMultipleSeriesRenderer.Orientation.VERTICAL =(90)

The vertical.


枚举说明文档从下列文件生成: