2004.04.29


com.jdc.app.user
Class Window

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.SerializableObject
              |
              +--com.jdc.app.user.Window
All Implemented Interfaces:
DisplayDimensions, Serializable

public class Window
extends SerializableObject
implements DisplayDimensions

Window.java is

Version:
1.0
Author:
Jay Damon
See Also:
, Serialized Form

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

Window

public Window()
Constructs new Window object.

Method Detail

getHeight

public int getHeight()
Returns the display window height.

Specified by:
getHeight in interface DisplayDimensions
Returns:
int

getResolution

public String getResolution()
Returns the display window resolution.

Specified by:
getResolution in interface DisplayDimensions
Returns:
String

getWidth

public int getWidth()
Returns the display width.

Specified by:
getWidth in interface DisplayDimensions
Returns:
int

setHeight

public void setHeight(String height)
Sets the display window height.


setWidth

public void setWidth(String width)
Sets the display window width.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.