org.apache.batik.ext.awt.geom

Class ShapeExtender.EPIWrap

public static class ShapeExtender.EPIWrap extends Object implements ExtendedPathIterator

Constructor Summary
EPIWrap(PathIterator pi)
Method Summary
intcurrentSegment()
intcurrentSegment(double[] coords)
intcurrentSegment(float[] coords)
intgetWindingRule()
booleanisDone()
voidnext()

Constructor Detail

EPIWrap

public EPIWrap(PathIterator pi)

Method Detail

currentSegment

public int currentSegment()

currentSegment

public int currentSegment(double[] coords)

currentSegment

public int currentSegment(float[] coords)

getWindingRule

public int getWindingRule()

isDone

public boolean isDone()

next

public void next()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.