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

Public 成员函数

String getName ()
 
String toString ()
 

静态 Public 成员函数

static PointStyle getPointStyleForName (String name)
 
static int getIndexForName (String name)
 

Public 属性

 X =("x")
 
 CIRCLE =("circle")
 
 TRIANGLE =("triangle")
 
 SQUARE =("square")
 
 DIAMOND =("diamond")
 
 POINT
 

Private 成员函数

 PointStyle (String name)
 

Private 属性

String mName
 

详细描述

The chart point style enumerator.

构造及析构函数说明

com.ab.view.chart.PointStyle.PointStyle ( String  name)
inlineprivate

The point style enum constructor.

参数
namethe name

成员函数说明

static int com.ab.view.chart.PointStyle.getIndexForName ( String  name)
inlinestatic

Returns the point shape index based on the given name.

参数
namethe name
返回
the point shape index
String com.ab.view.chart.PointStyle.getName ( )
inline

Returns the point shape name.

返回
the point shape name
static PointStyle com.ab.view.chart.PointStyle.getPointStyleForName ( String  name)
inlinestatic

Return the point shape that has the provided symbol.

参数
namethe point style name
返回
the point shape
String com.ab.view.chart.PointStyle.toString ( )
inline

Returns the point shape name.

返回
the point shape name

类成员变量说明

com.ab.view.chart.PointStyle.CIRCLE =("circle")

The circle.

com.ab.view.chart.PointStyle.DIAMOND =("diamond")

The diamond.

String com.ab.view.chart.PointStyle.mName
private

The point shape name.

com.ab.view.chart.PointStyle.POINT
初始值:
=(
"point")

The point.

com.ab.view.chart.PointStyle.SQUARE =("square")

The square.

com.ab.view.chart.PointStyle.TRIANGLE =("triangle")

The triangle.

com.ab.view.chart.PointStyle.X =("x")

The x.


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