FileDocCategorySizeDatePackage
DiscretePathEffect.javaAPI DocAndroid 5.1 API1057Thu Mar 12 22:22:30 GMT 2015android.graphics

DiscretePathEffect

public class DiscretePathEffect extends PathEffect

Fields Summary
Constructors Summary
public DiscretePathEffect(float segmentLength, float deviation)
Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.

        native_instance = nativeCreate(segmentLength, deviation);
    
Methods Summary
private static native longnativeCreate(float length, float deviation)