ch.aplu.util
Class Size

java.lang.Object
  |
  +--ch.aplu.util.Size

public class Size
extends java.lang.Object

Class to define the size of a window


Constructor Summary
Size(int width, int height)
          Construct a Size
 
Method Summary
 int getHeight()
          Accessor
 int getWidth()
          Accessor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size(int width,
            int height)
Construct a Size

Parameters:
width - width of window
height - height of window
Method Detail

getWidth

public int getWidth()
Accessor


getHeight

public int getHeight()
Accessor