public class Size
public int
width
height
Size()
Size(int width, int height)
int
getWidth()
void
setWidth(int width)
getHeight()
setHeight(int height)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int getWidth()
void setWidth(int width)
int getHeight()
void setHeight(int height)