gui
Class GUIUtils.Screen
java.lang.Object
gui.GUIUtils.Screen
- Enclosing class:
- GUIUtils
public static class GUIUtils.Screen
- extends java.lang.Object
Constructor Summary |
GUIUtils.Screen(java.awt.Point a_location,
java.awt.Rectangle a_bounds)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_location
private java.awt.Point m_location
m_bounds
private java.awt.Rectangle m_bounds
GUIUtils.Screen
public GUIUtils.Screen(java.awt.Point a_location,
java.awt.Rectangle a_bounds)
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