|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.app.user.Window
Window.java is
| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Window()
Constructs new Window object. |
|
| Method Summary | |
int |
getHeight()
Returns the display window height. |
String |
getResolution()
Returns the display window resolution. |
int |
getWidth()
Returns the display width. |
void |
setHeight(String height)
Sets the display window height. |
void |
setWidth(String width)
Sets the display window width. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Window()
| Method Detail |
public int getHeight()
getHeight in interface DisplayDimensionspublic String getResolution()
getResolution in interface DisplayDimensionspublic int getWidth()
getWidth in interface DisplayDimensionspublic void setHeight(String height)
public void setWidth(String width)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||