| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | Polygon.getPathIterator(AffineTransform at)Returns an iterator object that iterates along the boundary of this Polygonand provides access to the geometry
 of the outline of thisPolygon. | 
|  PathIterator | Shape.getPathIterator(AffineTransform at)Returns an iterator object that iterates along the Shapeboundary and provides access to the geometry of theShapeoutline. | 
|  PathIterator | Polygon.getPathIterator(AffineTransform at,
                double flatness)Returns an iterator object that iterates along the boundary of the Shapeand provides access to the geometry of the 
 outline of theShape. | 
|  PathIterator | Shape.getPathIterator(AffineTransform at,
                double flatness)Returns an iterator object that iterates along the Shapeboundary and provides access to a flattened view of theShapeoutline geometry. | 
| Methods in java.awt with parameters of type PathIterator | |
|---|---|
|  void | BasicStroke.feedConsumer(sun.dc.path.PathConsumer consumer,
             PathIterator pi) | 
| Uses of PathIterator in java.awt.geom | 
|---|
| Classes in java.awt.geom that implement PathIterator | |
|---|---|
|  class | FlatteningPathIteratorThe FlatteningPathIteratorclass returns a flattened view of
 anotherPathIteratorobject. | 
| Methods in java.awt.geom that return PathIterator | |
|---|---|
|  PathIterator | RoundRectangle2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of this RoundRectangle2D. | 
|  PathIterator | QuadCurve2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of the shape of this QuadCurve2D. | 
|  PathIterator | Ellipse2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of this Ellipse2D. | 
|  PathIterator | CubicCurve2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of the shape. | 
|  PathIterator | Area.getPathIterator(AffineTransform at)Creates a PathIteratorfor the outline of thisAreaobject. | 
|  PathIterator | Arc2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of the arc. | 
|  PathIterator | GeneralPath.getPathIterator(AffineTransform at)Returns a PathIteratorobject that iterates along the 
 boundary of thisShapeand provides access to the 
 geometry of the outline of thisShape. | 
|  PathIterator | Line2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of this Line2D. | 
|  PathIterator | Rectangle2D.getPathIterator(AffineTransform at)Returns an iteration object that defines the boundary of this Rectangle2D. | 
|  PathIterator | QuadCurve2D.getPathIterator(AffineTransform at,
                double flatness)Returns an iteration object that defines the boundary of the flattened shape of this QuadCurve2D. | 
|  PathIterator | CubicCurve2D.getPathIterator(AffineTransform at,
                double flatness)Return an iteration object that defines the boundary of the flattened shape. | 
|  PathIterator | Area.getPathIterator(AffineTransform at,
                double flatness)Creates a PathIteratorfor the flattened outline of 
 thisAreaobject. | 
|  PathIterator | GeneralPath.getPathIterator(AffineTransform at,
                double flatness)Returns a PathIteratorobject that iterates along the 
 boundary of the flattenedShapeand provides access to the 
 geometry of the outline of theShape. | 
|  PathIterator | Line2D.getPathIterator(AffineTransform at,
                double flatness)Returns an iteration object that defines the boundary of this flattened Line2D. | 
|  PathIterator | RectangularShape.getPathIterator(AffineTransform at,
                double flatness)Returns an iterator object that iterates along the Shapeobject's boundary and provides access to a
 flattened view of the outline of theShapeobject's geometry. | 
|  PathIterator | Rectangle2D.getPathIterator(AffineTransform at,
                double flatness)Returns an iteration object that defines the boundary of the flattened Rectangle2D. | 
| Methods in java.awt.geom with parameters of type PathIterator | |
|---|---|
|  void | GeneralPath.append(PathIterator pi,
       boolean connect)Appends the geometry of the specified PathIteratorobject 
 to the path, possibly connecting the new geometry to the existing
 path segments with a line segment. | 
| Constructors in java.awt.geom with parameters of type PathIterator | |
|---|---|
| FlatteningPathIterator(PathIterator src,
                       double flatness)Constructs a new FlatteningPathIteratorobject that 
 flattens a path as it iterates over it. | |
| FlatteningPathIterator(PathIterator src,
                       double flatness,
                       int limit)Constructs a new FlatteningPathIteratorobject 
 that flattens a path as it iterates over it. | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.