Class ShapeExtender.EPIWrap
java.lang.Object
org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
- All Implemented Interfaces:
ExtendedPathIterator
- Enclosing class:
ShapeExtender
- Version:
- $Id$
-
Field Summary
FieldsFields inherited from interface ExtendedPathIterator
SEG_ARCTO, SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intbooleanisDone()voidnext()
-
Field Details
-
pi
PathIterator pi
-
-
Constructor Details
-
EPIWrap
-
-
Method Details
-
currentSegment
public int currentSegment()- Specified by:
currentSegmentin interfaceExtendedPathIterator
-
currentSegment
public int currentSegment(double[] coords) - Specified by:
currentSegmentin interfaceExtendedPathIterator
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfaceExtendedPathIterator
-
getWindingRule
public int getWindingRule()- Specified by:
getWindingRulein interfaceExtendedPathIterator
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceExtendedPathIterator
-
next
public void next()- Specified by:
nextin interfaceExtendedPathIterator
-