Uses of Interface
crystalspace.jbind.interfaces.iengine.renderloop.iRenderLoop

Packages that use iRenderLoop
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.renderloop   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.renderloop   
 

Uses of iRenderLoop in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iRenderLoop
 iRenderLoop csEngine.getCurrentDefaultRenderloop()
           
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iRenderLoop
 boolean csEngine.setCurrentDefaultRenderloop(iRenderLoop loop)
           
 

Uses of iRenderLoop in crystalspace.jbind.impl.engine.renderloop
 

Classes in crystalspace.jbind.impl.engine.renderloop that implement iRenderLoop
 class csRenderLoop
           
 

Methods in crystalspace.jbind.impl.engine.renderloop that return iRenderLoop
 iRenderLoop csRenderLoopManager.create()
           
 iRenderLoop csRenderLoopManager.retrieve(java.lang.String name)
           
 

Methods in crystalspace.jbind.impl.engine.renderloop with parameters of type iRenderLoop
 java.lang.String csRenderLoopManager.getName(iRenderLoop loop)
           
 boolean csRenderLoopManager.register(java.lang.String name, iRenderLoop loop)
           
 boolean csRenderLoopManager.unregister(iRenderLoop loop)
           
 

Uses of iRenderLoop in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iRenderLoop
 iRenderLoop iEngine.getCurrentDefaultRenderloop()
          For NR: Returns the current render loop.
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iRenderLoop
 boolean iEngine.setCurrentDefaultRenderloop(iRenderLoop loop)
          Set the current render loop.
 

Uses of iRenderLoop in crystalspace.jbind.interfaces.iengine.renderloop
 

Methods in crystalspace.jbind.interfaces.iengine.renderloop that return iRenderLoop
 iRenderLoop iRenderLoopManager.create()
          Create a new render loop.
 iRenderLoop iRenderLoopManager.retrieve(java.lang.String name)
          Get the render loop associated with the name.
 

Methods in crystalspace.jbind.interfaces.iengine.renderloop with parameters of type iRenderLoop
 java.lang.String iRenderLoopManager.getName(iRenderLoop loop)
          Get the name asociated to the render loop.
 boolean iRenderLoopManager.register(java.lang.String name, iRenderLoop loop)
          Associate a name with a renderloop.
 boolean iRenderLoopManager.unregister(iRenderLoop loop)
          Remove an association between a name and a render loop.