|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
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 | |
ShapeExtender.EPIWrap(java.awt.geom.PathIterator pi)
|
Method Summary | |
int |
currentSegment(double[] coords)
|
int |
currentSegment(float[] coords)
|
int |
getWindingRule()
|
boolean |
isDone()
|
void |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShapeExtender.EPIWrap(java.awt.geom.PathIterator pi)
Method Detail |
public int currentSegment(double[] coords)
currentSegment
in interface ExtendedPathIterator
public int currentSegment(float[] coords)
currentSegment
in interface ExtendedPathIterator
public int getWindingRule()
getWindingRule
in interface ExtendedPathIterator
public boolean isDone()
isDone
in interface ExtendedPathIterator
public void next()
next
in interface ExtendedPathIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |