Package net.anwiba.commons.graphic
Class ShapeProxy.PathIteratorProxy
- java.lang.Object
-
- net.anwiba.commons.graphic.ShapeProxy.PathIteratorProxy
-
- All Implemented Interfaces:
java.awt.geom.PathIterator
- Enclosing class:
- ShapeProxy
public static final class ShapeProxy.PathIteratorProxy extends java.lang.Object implements java.awt.geom.PathIterator
-
-
Constructor Summary
Constructors Constructor Description PathIteratorProxy(java.awt.geom.PathIterator pathIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcurrentSegment(double[] coords)intcurrentSegment(float[] coords)intgetWindingRule()booleanisDone()voidnext()
-
-
-
Method Detail
-
next
public void next()
- Specified by:
nextin interfacejava.awt.geom.PathIterator
-
isDone
public boolean isDone()
- Specified by:
isDonein interfacejava.awt.geom.PathIterator
-
getWindingRule
public int getWindingRule()
- Specified by:
getWindingRulein interfacejava.awt.geom.PathIterator
-
currentSegment
public int currentSegment(double[] coords)
- Specified by:
currentSegmentin interfacejava.awt.geom.PathIterator
-
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegmentin interfacejava.awt.geom.PathIterator
-
-