agile2d.geom
Class TransformPathIterator
java.lang.Object
|
+--agile2d.geom.TransformPathIterator
- All Implemented Interfaces:
- PathIterator
- public class TransformPathIterator
- extends Object
- implements PathIterator
- Version:
- $Revision$
- Author:
- Jean-Daniel Fekete
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformPathIterator
public TransformPathIterator(PathIterator iter,
AffineTransform transform)
- Constructor for TransformPathIterator.
currentSegment
public int currentSegment(double[] coords)
- Specified by:
currentSegment in interface PathIterator
- See Also:
PathIterator.currentSegment(double[])
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment in interface PathIterator
- See Also:
PathIterator.currentSegment(float[])
getWindingRule
public int getWindingRule()
- Specified by:
getWindingRule in interface PathIterator
- See Also:
PathIterator.getWindingRule()
isDone
public boolean isDone()
- Specified by:
isDone in interface PathIterator
- See Also:
PathIterator.isDone()
next
public void next()
- Specified by:
next in interface PathIterator
- See Also:
PathIterator.next()
Copyright © 2002 by University of Maryland, USA All rights reserved.