|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FPSListener | |
|---|---|
| org.xith3d.loop | |
| org.xith3d.ui.hud.widgets | |
| Uses of FPSListener in org.xith3d.loop |
|---|
| Subinterfaces of FPSListener in org.xith3d.loop | |
|---|---|
interface |
ConsciousFPSListener
A ConsciousFPSListener is aware of the RenderLoop it gets its FPS count from. |
| Classes in org.xith3d.loop that implement FPSListener | |
|---|---|
class |
CanvasFPSListener
This FPSListener prints the cought FPS to the Canvas3D's title. |
class |
FrameFPSListener
This FPSListener prints the cought FPS to the Canvas3D's title. |
class |
TitleFPSListener
This FPSListener prints the cought FPS to the title of some titled object. |
| Methods in org.xith3d.loop with parameters of type FPSListener | |
|---|---|
void |
RenderLoop.addFPSListener(FPSListener l)
Adds a new FPSListener to this loop to be notified periodically. |
void |
RenderLoop.removeFPSListener(FPSListener l)
Removes an FPSListener from this loop. |
| Uses of FPSListener in org.xith3d.ui.hud.widgets |
|---|
| Classes in org.xith3d.ui.hud.widgets that implement FPSListener | |
|---|---|
class |
FPSCounter
Simple Widget to display the FPS count of your application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||