2004.04.29


com.jdc.app.user
Interface DisplayDimensions

All Known Implementing Classes:
Display, Window

public interface DisplayDimensions

DisplayDimensions represents the dimensions of a user's display, i.e. screen. Display dimensions may be physical, i.e. the user's display or monitor, or logical, i.e. a display window that may be sized by the user.

Version:
1.0
Author:
Jay Damon
See Also:
Display, Window

Method Summary
 int getHeight()
          Returns the display height.
 String getResolution()
          Returns the display resolution.
 int getWidth()
          Returns the display width.
 

Method Detail

getHeight

public int getHeight()
Returns the display height.

Returns:
int

getResolution

public String getResolution()
Returns the display resolution.

Returns:
String

getWidth

public int getWidth()
Returns the display width.

Returns:
int

2004.04.29



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