source.ucregents.playground.physics
Class FPSTimer

java.lang.Object
  extended by source.ucregents.playground.physics.FPSTimer

public class FPSTimer
extends java.lang.Object


Constructor Summary
FPSTimer()
           
 
Method Summary
 long getFPS(long diffTime)
           
 void startTimer()
           
 long stopTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPSTimer

public FPSTimer()
Method Detail

getFPS

public long getFPS(long diffTime)

startTimer

public void startTimer()

stopTimer

public long stopTimer()