gnu.x11
Class Size

java.lang.Object
  extended by gnu.x11.Size

public class Size
extends java.lang.Object

Width and height in geometry.


Field Summary
 int height
           
 int width
           
 
Constructor Summary
Size(int width, int height)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width

public int width

height

public int height
Constructor Detail

Size

public Size(int width,
            int height)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object