net.sourceforge.hivegui.util
Class ScreenTools

java.lang.Object
  extended by net.sourceforge.hivegui.util.ScreenTools

public final class ScreenTools
extends java.lang.Object


Method Summary
static java.awt.Rectangle getMainScreenBounds()
           
static java.awt.Point getMainScreenOrigin()
           
static java.awt.Dimension getMainScreenSize()
           
static java.awt.Rectangle getMainScreenUsableBounds()
           
static java.awt.Point getMainScreenUsableOrigin()
           
static java.awt.Dimension getMainScreenUsableSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMainScreenUsableBounds

public static java.awt.Rectangle getMainScreenUsableBounds()

getMainScreenUsableOrigin

public static java.awt.Point getMainScreenUsableOrigin()

getMainScreenUsableSize

public static java.awt.Dimension getMainScreenUsableSize()

getMainScreenBounds

public static java.awt.Rectangle getMainScreenBounds()

getMainScreenSize

public static java.awt.Dimension getMainScreenSize()

getMainScreenOrigin

public static java.awt.Point getMainScreenOrigin()