infovis.utils
Class CompositeShape.CompositePathIterator
java.lang.Object
infovis.utils.CompositeShape.CompositePathIterator
- All Implemented Interfaces:
- PathIterator
- Enclosing class:
- CompositeShape
public class CompositeShape.CompositePathIterator
- extends Object
- implements PathIterator
CompositeShape.CompositePathIterator
public CompositeShape.CompositePathIterator(AffineTransform at,
double flatness)
CompositeShape.CompositePathIterator
public CompositeShape.CompositePathIterator(AffineTransform at)
currentSegment
public int currentSegment(double[] coords)
- Specified by:
currentSegment
in interface PathIterator
currentSegment
public int currentSegment(float[] coords)
- Specified by:
currentSegment
in interface PathIterator
getWindingRule
public int getWindingRule()
- Specified by:
getWindingRule
in interface PathIterator
isDone
public boolean isDone()
- Specified by:
isDone
in interface PathIterator
next
public void next()
- Specified by:
next
in interface PathIterator
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.