/[classpath]/classpath/java/awt/geom/FlatteningPathIterator.java
ViewVC logotype

Diff of /classpath/java/awt/geom/FlatteningPathIterator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ericb, Thu Mar 21 07:58:00 2002 UTC revision 1.2 by ericb, Fri Mar 22 16:54:31 2002 UTC
# Line 65  public class FlatteningPathIterator impl Line 65  public class FlatteningPathIterator impl
65      subIterator = src;      subIterator = src;
66      this.flatness = flatness;      this.flatness = flatness;
67      this.limit = limit;      this.limit = limit;
68        if (flatness < 0 || limit < 0)
69          throw new IllegalArgumentException();
70    }    }
71    
72    public double getFlatness()    public double getFlatness()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26