FileDocCategorySizeDatePackage
DiscretePathEffect.javaAPI DocAndroid 1.5 API1056Wed May 06 22:42:00 BST 2009android.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 intnativeCreate(float length, float deviation)