Class FlatteningPathIterator
java.lang.Object
com.itextpdf.awt.geom.FlatteningPathIterator
- All Implemented Interfaces:
PathIterator
-
Field Summary
Fields inherited from interface PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO -
Constructor Summary
ConstructorsConstructorDescriptionFlatteningPathIterator(PathIterator path, double flatness) FlatteningPathIterator(PathIterator path, double flatness, int limit) -
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) doubleintintbooleanisDone()voidnext()
-
Constructor Details
-
FlatteningPathIterator
-
FlatteningPathIterator
-
-
Method Details
-
getFlatness
public double getFlatness() -
getRecursionLimit
public int getRecursionLimit() -
getWindingRule
public int getWindingRule()- Specified by:
getWindingRulein interfacePathIterator
-
isDone
public boolean isDone()- Specified by:
isDonein interfacePathIterator
-
next
public void next()- Specified by:
nextin interfacePathIterator
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfacePathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegmentin interfacePathIterator
-