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.
|
inline |
Build a new basic stroke style.
| cap | the stroke cap |
| join | the stroke join |
| miter | the stroke miter |
| intervals | the path effect intervals |
| phase | the path effect phase |
|
inline |
Returns the stroke cap.
|
inline |
Returns the path effect intervals.
|
inline |
Returns the stroke join.
|
inline |
Returns the stroke miter.
|
inline |
Returns the path effect phase.
|
static |
The dashed line style.
|
static |
The dot line style.
|
private |
The stroke cap.
|
private |
The path effect intervals.
|
private |
The stroke join.
|
private |
The stroke miter.
|
private |
The path effect phase.
|
static |
The solid line style.
1.8.8