|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.system.Timer
com.jme3.app.state.VideoRecorderAppState.IsoTimer
public static final class VideoRecorderAppState.IsoTimer
Constructor Summary | |
---|---|
VideoRecorderAppState.IsoTimer(float framerate)
|
Method Summary | |
---|---|
float |
getFrameRate()
Returns the "calls per second". |
long |
getResolution()
Returns the resolution of the timer. |
long |
getTime()
Returns the current time in ticks. |
float |
getTimePerFrame()
Returns the time, in seconds, between the last call and the current one. |
void |
reset()
Reset the timer to 0. |
void |
update()
update recalculates the frame rate based on the previous
call to update. |
Methods inherited from class com.jme3.system.Timer |
---|
getTimeInSeconds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VideoRecorderAppState.IsoTimer(float framerate)
Method Detail |
---|
public long getTime()
Timer
getResolution()
. The timer starts at 0 ticks.
getTime
in class Timer
public long getResolution()
Timer
getResolution
in class Timer
public float getFrameRate()
Timer
getFrameRate
in class Timer
public float getTimePerFrame()
Timer
getTimePerFrame
in class Timer
public void update()
Timer
update
recalculates the frame rate based on the previous
call to update. It is assumed that update is called each frame.
update
in class Timer
public void reset()
Timer
reset
in class Timer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |