Uses of Interface java.awt.geom.PathIterator

Uses in package java.awt

Methods with return type java.awt.geom.PathIterator

PathIterator
Return an iterator along the shape boundary.
PathIterator
Return an iterator along the shape boundary.
PathIterator
Polygon.getPathIterator(AffineTransform transform, double flatness)
Return an iterator along the flattened version of the shape boundary.
PathIterator
Shape.getPathIterator(AffineTransform transform, double flatness)
Return an iterator along the flattened version of the shape boundary.

Uses in package java.awt.geom

Classes implementing java.awt.geom.PathIterator

class
A PathIterator for approximating curved path segments by sequences of straight lines.

Constructors with parameter type java.awt.geom.PathIterator

Constructs a new PathIterator for approximating an input PathIterator with straight lines.
FlatteningPathIterator.FlatteningPathIterator(PathIterator src, double flatness, int limit)
Constructs a new PathIterator for approximating an input PathIterator with straight lines.

Methods with parameter type java.awt.geom.PathIterator

void
GeneralPath.append(PathIterator iter, boolean connect)
Appends the segments of a PathIterator to this GeneralPath.

Methods with return type java.awt.geom.PathIterator

PathIterator
Returns an iterator over this arc, with an optional transformation.
PathIterator
Returns a PathIterator object defining the contour of this Area, transformed by at.
PathIterator
PathIterator
Returns a PathIterator object corresponding to the ellipse.

Note: An ellipse cannot be represented exactly in PathIterator segments, the outline is thefore approximated with cubic Bezier segments.

PathIterator
Creates a PathIterator for iterating along the segments of the path.
PathIterator
Return a path iterator, possibly applying a transform on the result.
PathIterator
Return an iterator along the shape boundary.
PathIterator
Return an iterator along the shape boundary.
PathIterator
Return a new path iterator which iterates over this rectangle.
PathIterator
Area.getPathIterator(AffineTransform at, double flatness)
Returns a flattened PathIterator object defining the contour of this Area, transformed by at and with a defined flatness.
PathIterator
PathIterator
Creates a new FlatteningPathIterator for the path
PathIterator
Line2D.getPathIterator(AffineTransform at, double flatness)
Return a flat path iterator, possibly applying a transform on the result.
PathIterator
Return an iterator along the flattened version of the shape boundary.
PathIterator
Return an iterator along the shape boundary.
PathIterator
Return an iterator along the shape boundary.