gui
Class GUIUtils.Screen

java.lang.Object
  extended by gui.GUIUtils.Screen
Enclosing class:
GUIUtils

public static class GUIUtils.Screen
extends java.lang.Object


Field Summary
private  java.awt.Rectangle m_bounds
           
private  java.awt.Point m_location
           
 
Constructor Summary
GUIUtils.Screen(java.awt.Point a_location, java.awt.Rectangle a_bounds)
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 int getHeight()
           
 java.awt.Point getLocation()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_location

private java.awt.Point m_location

m_bounds

private java.awt.Rectangle m_bounds
Constructor Detail

GUIUtils.Screen

public GUIUtils.Screen(java.awt.Point a_location,
                       java.awt.Rectangle a_bounds)
Method Detail

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()

getLocation

public java.awt.Point getLocation()

getBounds

public java.awt.Rectangle getBounds()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object