public static class Coordinate.Size extends java.lang.Object
Size()
Size(int width, int height)
int
getHeight()
getWidth()
void
setHeight(int height)
setWidth(int width)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Size(int width, int height)
public Size()
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)