DiscretePathEffectpublic class DiscretePathEffect extends PathEffect
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 long | nativeCreate(float length, float deviation)
|
|