|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timer | |
---|---|
com.jme.app | |
com.jme.system | |
com.jme.system.canvas | |
com.jme.system.dummy | |
com.jme.system.jogl | |
com.jme.system.lwjgl | |
com.jme.util | |
com.jme.util.lwjgl | |
com.jmex.awt.applet |
Uses of Timer in com.jme.app |
---|
Fields in com.jme.app declared as Timer | |
---|---|
protected Timer |
BaseSimpleGame.timer
High resolution timer for jME. |
protected Timer |
SimpleHeadlessApp.timer
High resolution timer for jME. |
Uses of Timer in com.jme.system |
---|
Methods in com.jme.system that return Timer | |
---|---|
Timer |
SystemProvider.getTimer()
Returns a hight resolution timer for the current system. |
Uses of Timer in com.jme.system.canvas |
---|
Fields in com.jme.system.canvas declared as Timer | |
---|---|
protected Timer |
SimpleCanvasImpl.timer
|
protected Timer |
SimplePassCanvasImpl.timer
|
Uses of Timer in com.jme.system.dummy |
---|
Fields in com.jme.system.dummy declared as Timer | |
---|---|
protected Timer |
DummySystemProvider.timer
The timer hold by this SystemProvider. |
Methods in com.jme.system.dummy that return Timer | |
---|---|
Timer |
DummySystemProvider.getTimer()
|
Constructors in com.jme.system.dummy with parameters of type Timer | |
---|---|
DummySystemProvider(DisplaySystem displaySystem,
Timer timer)
Creates a new DummySystemProvider |
Uses of Timer in com.jme.system.jogl |
---|
Methods in com.jme.system.jogl that return Timer | |
---|---|
Timer |
JOGLSystemProvider.getTimer()
|
Uses of Timer in com.jme.system.lwjgl |
---|
Methods in com.jme.system.lwjgl that return Timer | |
---|---|
Timer |
LWJGLSystemProvider.getTimer()
|
Uses of Timer in com.jme.util |
---|
Subclasses of Timer in com.jme.util | |
---|---|
class |
NanoTimer
NanoTimer is a System.nanoTime implementation of Timer . |
Fields in com.jme.util declared as Timer | |
---|---|
protected static Timer |
Timer.instance
|
Methods in com.jme.util that return Timer | |
---|---|
static Timer |
Timer.getTimer()
Returns the high resolution timer. |
Methods in com.jme.util with parameters of type Timer | |
---|---|
static void |
Timer.setTimer(Timer timer)
Set a user defined timer instance |
Uses of Timer in com.jme.util.lwjgl |
---|
Subclasses of Timer in com.jme.util.lwjgl | |
---|---|
class |
LWJGLTimer
Timer handles the system's time related functionality. |
Uses of Timer in com.jmex.awt.applet |
---|
Fields in com.jmex.awt.applet declared as Timer | |
---|---|
protected Timer |
BaseSimpleApplet.timer
High resolution timer for jME. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |