public static final enum PathDashPathEffect.Style
extends Enum<PathDashPathEffect.Style>
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.graphics.PathDashPathEffect.Style> | |
| ↳ | android.graphics.PathDashPathEffect.Style | |
Enum values |
|
|---|---|
PathDashPathEffect.Style |
MORPH
|
PathDashPathEffect.Style |
ROTATE
|
PathDashPathEffect.Style |
TRANSLATE
|
Public methods |
|
|---|---|
static PathDashPathEffect.Style |
valueOf(String name) |
static final Style[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
PathDashPathEffect.Style valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
PathDashPathEffect.Style |
|