public class PathIterators extends Object
| Modifier and Type | Method and Description |
|---|---|
static PathIterator |
createDeltaPathIterator(Shape shape,
double flatness,
double maxDelta)
Creates a path iterator over a flattening path iterator of the given
shape, but ensures that no two consecutive points have a distance
that is larger than the given delta.
|
public static PathIterator createDeltaPathIterator(Shape shape, double flatness, double maxDelta)
shape - The shapeflatness - The flatness for the iteratormaxDelta - The maximum distance between two pointsCopyright © 2017. All rights reserved.