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 |
|
---|---|
From class java.lang.Enum
|
|
From class java.lang.Object
|
|
From interface java.lang.Comparable
|
PathDashPathEffect.Style valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
PathDashPathEffect.Style |