Package org.apache.batik.ext.awt.geom
Class ExtendedGeneralPath.EPI
- java.lang.Object
-
- org.apache.batik.ext.awt.geom.ExtendedGeneralPath.EPI
-
- All Implemented Interfaces:
ExtendedPathIterator
- Enclosing class:
- ExtendedGeneralPath
class ExtendedGeneralPath.EPI extends java.lang.Object implements ExtendedPathIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
segNum
(package private) int
valsIdx
-
Fields inherited from interface org.apache.batik.ext.awt.geom.ExtendedPathIterator
SEG_ARCTO, SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
-
-
Constructor Summary
Constructors Constructor Description EPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
currentSegment()
int
currentSegment(double[] coords)
int
currentSegment(float[] coords)
int
getWindingRule()
boolean
isDone()
void
next()
-
-
-
Method Detail
-
currentSegment
public int currentSegment()
- Specified by:
currentSegment
in interfaceExtendedPathIterator
-
currentSegment
public int currentSegment(double[] coords)
- Specified by:
currentSegment
in interfaceExtendedPathIterator
-
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment
in interfaceExtendedPathIterator
-
getWindingRule
public int getWindingRule()
- Specified by:
getWindingRule
in interfaceExtendedPathIterator
-
isDone
public boolean isDone()
- Specified by:
isDone
in interfaceExtendedPathIterator
-
next
public void next()
- Specified by:
next
in interfaceExtendedPathIterator
-
-