| java.lang.Object | |||
| android.graphics.PathEffect | |||
| android.graphics.PathDashPathEffect | |||
| PathDashPathEffect(Path shape, float advance, float phase, Style style) | |||||
| Dash the drawn path by stamping it with the specified shape. | |||||
Methods inherited
from class
android.graphics.PathEffect
Methods inherited
from class
java.lang.Object
| shape | The path to stamp along |
|---|---|
| advance | spacing between each stamp of shape |
| phase | amount to offset before the first shape is stamped |
| style | how to transform the shape at each position as it is stamped |