public class DashPathEffect extends PathEffect
Constructor and Description |
---|
DashPathEffect(float[] intervals,
float phase)
The intervals array must contain an even number of entries (>=2), with
the even indices specifying the "on" intervals, and the odd indices
specifying the "off" intervals. phase is an offset into the intervals
array (mod the sum of all of the intervals).
|
public DashPathEffect(float[] intervals, float phase)
intervals
- array of ON and OFF distancesphase
- offset into the intervals array