public class Size extends Object
int
height
width
Size()
Size(int width, int height)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int width
public int height
public Size()
public Size(int width, int height)