Package com.mxgraph.util.svg
Class ExtendedGeneralPath.EPI
java.lang.Object
com.mxgraph.util.svg.ExtendedGeneralPath.EPI
- All Implemented Interfaces:
ExtendedPathIterator
- Enclosing class:
- ExtendedGeneralPath
-
Field Summary
FieldsFields inherited from interface com.mxgraph.util.svg.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 TypeMethodDescriptionint
int
currentSegment
(double[] coords) int
currentSegment
(float[] coords) int
boolean
isDone()
void
next()
-
Field Details
-
segNum
int segNum -
valsIdx
int valsIdx
-
-
Constructor Details
-
EPI
EPI()
-
-
Method Details
-
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
-