|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.sysutils.DisplayUtility
public class DisplayUtility
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 |
---|
public DisplayUtility()
Method Detail |
---|
public static void displayDriverInfo(java.util.logging.Logger logger)
logger
- the loggerpublic static com.jme.system.DisplaySystem getDisplay(com.jme.system.PropertiesIO properties)
properties
- the properties
public static void tableToScreen(float x, float y, com.jme.math.Vector2f store)
x
- the xy
- the ystore
- the storepublic static void tableToScreen(float x, float y, com.jme.math.Vector3f store)
x
- the xy
- the ystore
- the storepublic static void tableToScreen(java.awt.geom.Point2D.Float position)
position
- the positionpublic static void tableToScreen(com.jme.math.Vector2f in, com.jme.math.Vector2f out)
in
- the inout
- the outpublic static void tableToScreen(com.jme.math.Vector2f position, com.jme.math.Vector3f out)
position
- the positionout
- the out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |