synergynetframework.jme.sysutils
Class DisplayUtility

java.lang.Object
  extended by synergynetframework.jme.sysutils.DisplayUtility

public class DisplayUtility
extends java.lang.Object

The Class DisplayUtility.


Constructor Summary
DisplayUtility()
           
 
Method Summary
static void displayDriverInfo(java.util.logging.Logger logger)
          Display driver info.
static com.jme.system.DisplaySystem getDisplay(com.jme.system.PropertiesIO properties)
          Gets the display.
static void tableToScreen(float x, float y, com.jme.math.Vector2f store)
          Table to screen.
static void tableToScreen(float x, float y, com.jme.math.Vector3f store)
          Table to screen.
static void tableToScreen(java.awt.geom.Point2D.Float position)
          Table to screen.
static void tableToScreen(com.jme.math.Vector2f in, com.jme.math.Vector2f out)
          Table to screen.
static void tableToScreen(com.jme.math.Vector2f position, com.jme.math.Vector3f out)
          Table to screen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayUtility

public DisplayUtility()
Method Detail

displayDriverInfo

public static void displayDriverInfo(java.util.logging.Logger logger)
Display driver info.

Parameters:
logger - the logger

getDisplay

public static com.jme.system.DisplaySystem getDisplay(com.jme.system.PropertiesIO properties)
Gets the display.

Parameters:
properties - the properties
Returns:
the display

tableToScreen

public static void tableToScreen(float x,
                                 float y,
                                 com.jme.math.Vector2f store)
Table to screen.

Parameters:
x - the x
y - the y
store - the store

tableToScreen

public static void tableToScreen(float x,
                                 float y,
                                 com.jme.math.Vector3f store)
Table to screen.

Parameters:
x - the x
y - the y
store - the store

tableToScreen

public static void tableToScreen(java.awt.geom.Point2D.Float position)
Table to screen.

Parameters:
position - the position

tableToScreen

public static void tableToScreen(com.jme.math.Vector2f in,
                                 com.jme.math.Vector2f out)
Table to screen.

Parameters:
in - the in
out - the out

tableToScreen

public static void tableToScreen(com.jme.math.Vector2f position,
                                 com.jme.math.Vector3f out)
Table to screen.

Parameters:
position - the position
out - the out