Java Platform 1.2
Beta 4

Uses of Interface
java.awt.geom.PathIterator

Packages that use PathIterator
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.  
 

Uses of PathIterator in java.awt
 

Methods in java.awt that return PathIterator
 PathIterator Shape.getPathIterator(AffineTransform at)
          Return an iterator object that iterates along the boundary of the shape and provides access to the geometry of the outline of the shape.
 PathIterator Shape.getPathIterator(AffineTransform at, double flatness)
          Return an iterator object that iterates along the boundary of the shape and provides access to a flattened view of the geometry of the outline of the shape.
 PathIterator Polygon.getPathIterator(AffineTransform at)
          Return an iterator object that iterates along the boundary of the shape and provides access to the geometry of the outline of the shape.
 PathIterator Polygon.getPathIterator(AffineTransform at, double flatness)
          Return an iterator object that iterates along the boundary of the shape and provides access to a flattened view of the geometry of the outline of the shape.
 

Uses of PathIterator in java.awt.geom
 

Classes in java.awt.geom that implement PathIterator
  FlatteningPathIterator
          This class returns a flattened view of another PathIterator object.
 

Methods in java.awt.geom that return PathIterator
 PathIterator RectangularShape.getPathIterator(AffineTransform at, double flatness)
          Return an iterator object that iterates along the boundary of the shape and provides access to a flattened view of the geometry of the outline of the shape.
 PathIterator Rectangle2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator Rectangle2D.getPathIterator(AffineTransform at, double flatness)
          Return an iteration object that defines the boundary of the flattened shape.
 PathIterator Line2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator Line2D.getPathIterator(AffineTransform at, double flatness)
          Return an iteration object that defines the boundary of the flattened shape.
 PathIterator CubicCurve2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator CubicCurve2D.getPathIterator(AffineTransform at, double flatness)
          Return an iteration object that defines the boundary of the flattened shape.
 PathIterator RoundRectangle2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator Area.getPathIterator(AffineTransform t)
          Creates a PathIterator for the outline of this Area object.
 PathIterator Area.getPathIterator(AffineTransform t, double f)
          Create a PathIterator for the flattened outline of this Area object.
 PathIterator GeneralPath.getPathIterator(AffineTransform at)
          Return an iterator object that iterates along the boundary of the shape and provides access to the geometry of the outline of the shape.
 PathIterator GeneralPath.getPathIterator(AffineTransform at, double flatness)
          Return an iterator object that iterates along the boundary of the flattened shape and provides access to the geometry of the outline of the shape.
 PathIterator Arc2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator QuadCurve2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 PathIterator QuadCurve2D.getPathIterator(AffineTransform at, double flatness)
          Return an iteration object that defines the boundary of the flattened shape.
 PathIterator Ellipse2D.getPathIterator(AffineTransform at)
          Return an iteration object that defines the boundary of the shape.
 

Methods in java.awt.geom with parameters of type PathIterator
 void GeneralPath.append(PathIterator pi, boolean connect)
          Appends the geometry of the specified PathIterator object to the path, possibly connecting the geometry to the existing path segments with a line segment.
 

Constructors in java.awt.geom with parameters of type PathIterator
FlatteningPathIterator.FlatteningPathIterator(PathIterator src, double flatness)
          Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
FlatteningPathIterator.FlatteningPathIterator(PathIterator src, double flatness, int limit)
          Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.