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

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

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

revision 1.10 by smarothy, Wed Nov 17 01:18:27 2004 UTC revision 1.11 by tromey, Tue Apr 26 18:56:18 2005 UTC
# Line 73  public abstract class Arc2D extends Rect Line 73  public abstract class Arc2D extends Rect
73     */     */
74    public static final int PIE = 2;    public static final int PIE = 2;
75    
76    /** The closure type of this arc. */    /** The closure type of this arc.  This is package-private to avoid an
77    private int type;     * accessor method.  */
78      int type;
79    
80    /**    /**
81     * Create a new arc, with the specified closure type.     * Create a new arc, with the specified closure type.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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