edu.ohiou.cs456_badabing.sceneapi.exec
Class FPSMeasurer
java.lang.Object
edu.ohiou.cs456_badabing.sceneapi.exec.FPSMeasurer
- All Implemented Interfaces:
- java.lang.Runnable
class FPSMeasurer
- extends java.lang.Object
- implements java.lang.Runnable
Helper class to print out and measure FPS.
Description: Experimentation with JOGL
Copyright: Copyright (c) 2008, Lev A Neiman
Company: Ohio University EECS
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adaptee
ViewPanel adaptee
thread
java.lang.Thread thread
FPSMeasurer
FPSMeasurer(ViewPanel adaptee,
java.lang.Thread thread)
run
public void run()
- Specified by:
run in interface java.lang.Runnable