|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.geom.ShapeExtender.EPIWrap
public static class ShapeExtender.EPIWrap
Field Summary |
---|
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()
|
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()
currentSegment
in interface ExtendedPathIterator
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |