|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.aplu.util.Size
public class Size
The size of a window.
| Constructor Summary | |
|---|---|
Size(int width,
int height)
Construct a Size instance. |
|
| Method Summary | |
|---|---|
int |
getHeight()
Return height. |
int |
getWidth()
Return width. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Size(int width,
int height)
width - width of windowheight - height of window| Method Detail |
|---|
public int getWidth()
public int getHeight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||