Creates a
PathIterator
for the flattened outline of
this
Area
object. Only uncurved path segments
represented by the SEG_MOVETO, SEG_LINETO, and SEG_CLOSE point
types are returned by the iterator. This
Area
object is unchanged.
Returns:
the
PathIterator
object that returns the
geometry of the outline of this
Area
, one segment
at a time.
Parameters:
-
at - an optional
AffineTransform
to be
applied to the coordinates as they are returned in the
iteration, or
null
if untransformed coordinates
are desired
-
flatness - the maximum amount that the control points
for a given curve can vary from colinear before a subdivided
curve is replaced by a straight line connecting the end points
Since:
1.2