java.lang.Object
org.jhotdraw8.geom.ConcatenatedPathIterator
- All Implemented Interfaces:
PathIterator
Concatenates multiple path iterators.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface java.awt.geom.PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO -
Constructor Summary
ConstructorsConstructorDescriptionConcatenatedPathIterator(int windingRule, @NonNull List<PathIterator> iteratorList) ConcatenatedPathIterator(javafx.scene.shape.FillRule fillRule, @NonNull List<PathIterator> iteratorList) -
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intbooleanisDone()voidnext()
-
Constructor Details
-
ConcatenatedPathIterator
public ConcatenatedPathIterator(javafx.scene.shape.FillRule fillRule, @NonNull List<PathIterator> iteratorList) -
ConcatenatedPathIterator
-
-
Method Details
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfacePathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegmentin interfacePathIterator
-
getWindingRule
public int getWindingRule()- Specified by:
getWindingRulein interfacePathIterator
-
isDone
public boolean isDone()- Specified by:
isDonein interfacePathIterator
-
next
public void next()- Specified by:
nextin interfacePathIterator
-