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

Diff of /classpath/java/awt/geom/Dimension2D.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 mkoch, Tue Jan 14 21:30:39 2003 UTC
# Line 86  public abstract class Dimension2D implem Line 86  public abstract class Dimension2D implem
86     * may occur.     * may occur.
87     *     *
88     * @param d the dimension containing the new values     * @param d the dimension containing the new values
89       *
90     * @throws NullPointerException if d is null     * @throws NullPointerException if d is null
91     */     */
92    public void setSize(Dimension2D d)    public void setSize(Dimension2D d)
# Line 98  public abstract class Dimension2D implem Line 99  public abstract class Dimension2D implem
99     * as this one.     * as this one.
100     *     *
101     * @return the clone     * @return the clone
102       *
103       * @exception OutOfMemoryError If there is not enough memory available.
104       *
105       * @since 1.2
106     */     */
107    public Object clone()    public Object clone()
108    {    {

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