Example usage for Java android.graphics DashPathEffect fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |