public class DiscretePathEffect extends PathEffect
Constructor and Description |
---|
DiscretePathEffect(float segmentLength,
float deviation)
Chop the path into lines of segmentLength, randomly deviating from the
original path by deviation.
|