| java.awt.geom.PathIterator
All known Subclasses: java.awt.geom.FlatteningPathIterator,
PathIterator | public interface PathIterator (Code) | | |
SEG_CLOSE | final public static int SEG_CLOSE(Code) | | |
SEG_CUBICTO | final public static int SEG_CUBICTO(Code) | | |
SEG_LINETO | final public static int SEG_LINETO(Code) | | |
SEG_MOVETO | final public static int SEG_MOVETO(Code) | | |
SEG_QUADTO | final public static int SEG_QUADTO(Code) | | |
WIND_EVEN_ODD | final public static int WIND_EVEN_ODD(Code) | | |
WIND_NON_ZERO | final public static int WIND_NON_ZERO(Code) | | |
currentSegment | public int currentSegment(float[] coords)(Code) | | |
currentSegment | public int currentSegment(double[] coords)(Code) | | |
getWindingRule | public int getWindingRule()(Code) | | |
isDone | public boolean isDone()(Code) | | |
|
|