/[classpath]/classpath/java/awt/BasicStroke.java
ViewVC logotype

Diff of /classpath/java/awt/BasicStroke.java

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

revision 1.2 by mkoch, Mon Dec 23 12:45:46 2002 UTC revision 1.3 by tromey, Wed Jan 1 23:42:42 2003 UTC
# Line 1  Line 1 
1  /* BasicStroke.java --  /* BasicStroke.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 93  public class BasicStroke implements Stro Line 93  public class BasicStroke implements Stro
93    }    }
94    
95    /**    /**
96     * Creates a basicc stroke.     * Creates a basic stroke.
97     *     *
98     * @param width The width of the BasicStroke. May not be negative .     * @param width The width of the BasicStroke. May not be negative .
99     * @param cap May be either CAP_BUTT, CAP_ROUND or CAP_SQUARE.     * @param cap May be either CAP_BUTT, CAP_ROUND or CAP_SQUARE.
# Line 110  public class BasicStroke implements Stro Line 110  public class BasicStroke implements Stro
110    }    }
111    
112    /**    /**
113     * Creates a basicc stroke.     * Creates a basic stroke.
114     *     *
115     * @param width The width of the BasicStroke. May not be nehative.     * @param width The width of the BasicStroke. May not be nehative.
116     * @param cap May be either CAP_BUTT, CAP_ROUND or CAP_SQUARE.     * @param cap May be either CAP_BUTT, CAP_ROUND or CAP_SQUARE.
# Line 126  public class BasicStroke implements Stro Line 126  public class BasicStroke implements Stro
126    }    }
127    
128    /**    /**
129     * Creates a basicc stroke.     * Creates a basic stroke.
130     *     *
131     * @param width The width of the BasicStroke.     * @param width The width of the BasicStroke.
132     *     *
# Line 138  public class BasicStroke implements Stro Line 138  public class BasicStroke implements Stro
138    }    }
139    
140    /**    /**
141     * Creates a basicc stroke.     * Creates a basic stroke.
142     */     */
143    public BasicStroke()    public BasicStroke()
144    {    {

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

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