| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static PathDashPathEffect.Style |
PathDashPathEffect.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathDashPathEffect.Style[] |
PathDashPathEffect.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PathDashPathEffect(Path shape,
float advance,
float phase,
PathDashPathEffect.Style style) |
Copyright © 2008-2013. All Rights Reserved.