|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwoods.jgo.Dimension
This exists for compatibility with java.awt.Dimension.
Field Summary | |
int |
height
|
int |
width
|
Constructor Summary | |
Dimension()
|
|
Dimension(Dimension d)
|
|
Dimension(int w,
int h)
|
Method Summary | |
void |
setSize(Dimension d)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int width
public int height
Constructor Detail |
public Dimension()
public Dimension(int w, int h)
public Dimension(Dimension d)
Method Detail |
public void setSize(Dimension d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |