com.nwoods.jgo
Class Dimension

java.lang.Object
  extended bycom.nwoods.jgo.Dimension
All Implemented Interfaces:
java.io.Serializable

public final class Dimension
extends java.lang.Object
implements java.io.Serializable

This exists for compatibility with java.awt.Dimension.

See Also:
Serialized Form

Field Summary
 int height
           
 int width
           
 
Constructor Summary
Dimension()
           
Dimension(Dimension d)
           
Dimension(int w, int h)
           
 
Method Summary
 void setSize(Dimension d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height
Constructor Detail

Dimension

public Dimension()

Dimension

public Dimension(int w,
                 int h)

Dimension

public Dimension(Dimension d)
Method Detail

setSize

public void setSize(Dimension d)