walker.utilities
Class Rendering

java.lang.Object
  extended by walker.utilities.Rendering

public class Rendering
extends java.lang.Object

Created by IntelliJ IDEA. User: andy Date: Apr 18, 2010 A utility class for supplying various methods that help with the positioning of the gui objects in the screen.


Constructor Summary
Rendering()
           
 
Method Summary
static int getScreenHeight()
          Get the current screen height.
static int getScreenWidth()
          Get the current screen width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rendering

public Rendering()
Method Detail

getScreenHeight

public static int getScreenHeight()
Get the current screen height.

Returns:
an integer containing the screen height.

getScreenWidth

public static int getScreenWidth()
Get the current screen width.

Returns:
an integer containing the screen width.