# Print output for @column tags ?> DiscretePathEffect - Android SDK | Android Developers

Most visited

Recently visited

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

Public constructors

DiscretePathEffect

public 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