java.lang.Object
eu.hansolo.fx.geometry.FlatteningPathIterator
- All Implemented Interfaces:
PathIterator
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFlatteningPathIterator(PathIterator src, double flatness) FlatteningPathIterator(PathIterator src, double flatness, int limit) -
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(double[] COORDS) doubleintbooleanisDone()voidnext()
-
Constructor Details
-
FlatteningPathIterator
-
FlatteningPathIterator
-
-
Method Details
-
getFlatness
public double getFlatness() -
getRecursionLimit
public int getRecursionLimit() -
isDone
public boolean isDone()- Specified by:
isDonein interfacePathIterator
-
next
public void next()- Specified by:
nextin interfacePathIterator
-
getWindingRule
- Specified by:
getWindingRulein interfacePathIterator
-
currentSegment
public int currentSegment(double[] COORDS) - Specified by:
currentSegmentin interfacePathIterator
-