Searched defs:FlatteningPathIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java31 * The <code>FlatteningPathIterator</code> class returns a flattened view of
38 public class FlatteningPathIterator implements PathIterator { class in inherits:PathIterator
85 * Constructs a new <code>FlatteningPathIterator</code> object that
94 public FlatteningPathIterator(PathIterator src, double flatness) { method in class:FlatteningPathIterator
99 * Constructs a new <code>FlatteningPathIterator</code> object
116 public FlatteningPathIterator(PathIterator src, double flatness, method in class:FlatteningPathIterator
134 * @return the flatness of this <code>FlatteningPathIterator</code>.
143 * <code>FlatteningPathIterator</code>.

Completed in 30 milliseconds