|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.system.lwjgl.LWJGLSystemProvider
public class LWJGLSystemProvider
Field Summary | |
---|---|
static java.lang.String |
LWJGL_SYSTEM_IDENTIFIER
|
Constructor Summary | |
---|---|
LWJGLSystemProvider()
|
Method Summary | |
---|---|
void |
disposeDisplaySystem()
Often the display system is in a static field. |
DisplaySystem |
getDisplaySystem()
Returns a valid DisplaySystem for the current system. |
java.lang.String |
getProviderIdentifier()
getProviderIdentifier returns a unique identifier for this
system. |
Timer |
getTimer()
Returns a hight resolution timer for the current system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LWJGL_SYSTEM_IDENTIFIER
Constructor Detail |
---|
public LWJGLSystemProvider()
Method Detail |
---|
public java.lang.String getProviderIdentifier()
SystemProvider
getProviderIdentifier
returns a unique identifier for this
system.
getProviderIdentifier
in interface SystemProvider
public DisplaySystem getDisplaySystem()
SystemProvider
getDisplaySystem
in interface SystemProvider
public Timer getTimer()
SystemProvider
getTimer
in interface SystemProvider
public void disposeDisplaySystem()
SystemProvider
disposeDisplaySystem
in interface SystemProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |