Java android.graphics DashPathEffect fields, constructors, methods, implement or subclass

Example usage for Java android.graphics DashPathEffect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics DashPathEffect.

The text is from its open source code.

Constructor

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.