public static final enum Path.FillType
extends Enum<Path.FillType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.graphics.Path.FillType> | |
| ↳ | android.graphics.Path.FillType | |
枚举路径可能被填充的方式。
Enum values |
|
|---|---|
Path.FillType |
EVEN_ODD 指定“内部”由奇数个边交叉计算。 |
Path.FillType |
INVERSE_EVEN_ODD 与 |
Path.FillType |
INVERSE_WINDING 与 |
Path.FillType |
WINDING 指定“内部”由有符号边交叉的非零和计算。 |
Public methods |
|
|---|---|
static Path.FillType |
valueOf(String name) |
static final FillType[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
Path.FillType valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
Path.FillType |
|