Module java.desktop
Package java.awt.geom

Class FlatteningPathIterator

java.lang.Object
java.awt.geom.FlatteningPathIterator
All Implemented Interfaces:
PathIterator

public class FlatteningPathIterator extends Object implements PathIterator
The FlatteningPathIterator class returns a flattened view of another PathIterator object. Other Shape classes can use this class to provide flattening behavior for their paths without having to perform the interpolation calculations themselves.