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

Public 成员函数

 BasicStroke (Cap cap, Join join, float miter, float[] intervals, float phase)
 
Cap getCap ()
 
Join getJoin ()
 
float getMiter ()
 
float[] getIntervals ()
 
float getPhase ()
 

静态 Public 属性

static final BasicStroke SOLID = new BasicStroke(Cap.BUTT, Join.MITER, 4, null, 0)
 
static final BasicStroke DASHED
 
static final BasicStroke DOTTED
 

Private 属性

Cap mCap
 
Join mJoin
 
float mMiter
 
float[] mIntervals
 
float mPhase
 

详细描述

A descriptor for the stroke style.

构造及析构函数说明

com.ab.view.chart.BasicStroke.BasicStroke ( Cap  cap,
Join  join,
float  miter,
float[]  intervals,
float  phase 
)
inline

Build a new basic stroke style.

参数
capthe stroke cap
jointhe stroke join
miterthe stroke miter
intervalsthe path effect intervals
phasethe path effect phase

成员函数说明

Cap com.ab.view.chart.BasicStroke.getCap ( )
inline

Returns the stroke cap.

返回
the stroke cap
float [] com.ab.view.chart.BasicStroke.getIntervals ( )
inline

Returns the path effect intervals.

返回
the path effect intervals
Join com.ab.view.chart.BasicStroke.getJoin ( )
inline

Returns the stroke join.

返回
the stroke join
float com.ab.view.chart.BasicStroke.getMiter ( )
inline

Returns the stroke miter.

返回
the stroke miter
float com.ab.view.chart.BasicStroke.getPhase ( )
inline

Returns the path effect phase.

返回
the path effect phase

类成员变量说明

final BasicStroke com.ab.view.chart.BasicStroke.DASHED
static
初始值:
= new BasicStroke(Cap.ROUND, Join.BEVEL, 10, new float[] {
10, 10 }, 1)

The dashed line style.

final BasicStroke com.ab.view.chart.BasicStroke.DOTTED
static
初始值:
= new BasicStroke(Cap.ROUND, Join.BEVEL, 5, new float[] {
2, 10 }, 1)

The dot line style.

Cap com.ab.view.chart.BasicStroke.mCap
private

The stroke cap.

float [] com.ab.view.chart.BasicStroke.mIntervals
private

The path effect intervals.

Join com.ab.view.chart.BasicStroke.mJoin
private

The stroke join.

float com.ab.view.chart.BasicStroke.mMiter
private

The stroke miter.

float com.ab.view.chart.BasicStroke.mPhase
private

The path effect phase.

final BasicStroke com.ab.view.chart.BasicStroke.SOLID = new BasicStroke(Cap.BUTT, Join.MITER, 4, null, 0)
static

The solid line style.


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