Most visited

Recently visited

Added in API level 1

DiscretePathEffect

public class DiscretePathEffect
extends PathEffect

java.lang.Object
   ↳ android.graphics.PathEffect
     ↳ android.graphics.DiscretePathEffect


Summary

Public constructors

DiscretePathEffect(float segmentLength, float deviation)

Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.

Inherited methods

From class android.graphics.PathEffect
From class java.lang.Object

Public constructors

DiscretePathEffect

Added in API level 1
DiscretePathEffect (float segmentLength, 
                float deviation)

Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.

Parameters
segmentLength float
deviation float

Hooray!