infovis.utils
Class CompositeShape.CompositePathIterator

java.lang.Object
  extended by infovis.utils.CompositeShape.CompositePathIterator
All Implemented Interfaces:
PathIterator
Enclosing class:
CompositeShape

public class CompositeShape.CompositePathIterator
extends Object
implements PathIterator


Field Summary
 
Fields inherited from interface java.awt.geom.PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
 
Constructor Summary
CompositeShape.CompositePathIterator(AffineTransform at)
           
CompositeShape.CompositePathIterator(AffineTransform at, double flatness)
           
 
Method Summary
 int currentSegment(double[] coords)
           
 int currentSegment(float[] coords)
           
 int getWindingRule()
           
 boolean isDone()
           
 void next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeShape.CompositePathIterator

public CompositeShape.CompositePathIterator(AffineTransform at,
                                            double flatness)

CompositeShape.CompositePathIterator

public CompositeShape.CompositePathIterator(AffineTransform at)
Method Detail

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.