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

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

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

revision 1.3 by ericb, Thu Mar 21 07:58:00 2002 UTC revision 1.4 by mark, Tue May 7 13:45:33 2002 UTC
# Line 137  public interface PathIterator Line 137  public interface PathIterator
137     * Advance to the next segment in the iteration. It is not specified what     * Advance to the next segment in the iteration. It is not specified what
138     * this does if called when isDone() returns false.     * this does if called when isDone() returns false.
139     *     *
140     * @throws NoSuchElementException optional when isDone() is true     * @throws java.util.NoSuchElementException optional when isDone() is true
141     */     */
142    void next();    void next();
143    
# Line 155  public interface PathIterator Line 155  public interface PathIterator
155     * @return the segment type     * @return the segment type
156     * @throws NullPointerException if coords is null     * @throws NullPointerException if coords is null
157     * @throws ArrayIndexOutOfBoundsException if coords is too small     * @throws ArrayIndexOutOfBoundsException if coords is too small
158     * @throws NoSuchElementException optional when isDone() is true     * @throws java.util.NoSuchElementException optional when isDone() is true
159     * @see #SEG_MOVETO     * @see #SEG_MOVETO
160     * @see #SEG_LINETO     * @see #SEG_LINETO
161     * @see #SEG_QUADTO     * @see #SEG_QUADTO
# Line 178  public interface PathIterator Line 178  public interface PathIterator
178     * @return the segment type     * @return the segment type
179     * @throws NullPointerException if coords is null     * @throws NullPointerException if coords is null
180     * @throws ArrayIndexOutOfBoundsException if coords is too small     * @throws ArrayIndexOutOfBoundsException if coords is too small
181     * @throws NoSuchElementException optional when isDone() is true     * @throws java.util.NoSuchElementException optional when isDone() is true
182     * @see #SEG_MOVETO     * @see #SEG_MOVETO
183     * @see #SEG_LINETO     * @see #SEG_LINETO
184     * @see #SEG_QUADTO     * @see #SEG_QUADTO

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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