Uses of Interface
crystalspace.jbind.interfaces.iengine.engine.iEngine

Packages that use iEngine
crystalspace.jbind.impl.cstool.csview   
crystalspace.jbind.impl.engine.campos   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.varia.view   
crystalspace.jbind.interfaces.iengine.campos   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.ivaria.view   
 

Uses of iEngine in crystalspace.jbind.impl.cstool.csview
 

Methods in crystalspace.jbind.impl.cstool.csview that return iEngine
 iEngine csView.getEngine()
           
 

Methods in crystalspace.jbind.impl.cstool.csview with parameters of type iEngine
 void csView.setEngine(iEngine e)
           
 

Constructors in crystalspace.jbind.impl.cstool.csview with parameters of type iEngine
csView(iEngine engine, iGraphics3D g3d)
           
 

Uses of iEngine in crystalspace.jbind.impl.engine.campos
 

Methods in crystalspace.jbind.impl.engine.campos with parameters of type iEngine
 boolean csCameraPosition.load(iCamera cam, iEngine e)
           
 

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

Classes in crystalspace.jbind.impl.engine.engine that implement iEngine
 class csEngine
           
 

Uses of iEngine in crystalspace.jbind.impl.engine.rview
 

Methods in crystalspace.jbind.impl.engine.rview that return iEngine
 iEngine csRenderView.getEngine()
           
 

Uses of iEngine in crystalspace.jbind.impl.varia.view
 

Methods in crystalspace.jbind.impl.varia.view that return iEngine
 iEngine csView.getEngine()
           
 

Methods in crystalspace.jbind.impl.varia.view with parameters of type iEngine
 void csView.SetEngine(iEngine e)
           
 

Uses of iEngine in crystalspace.jbind.interfaces.iengine.campos
 

Methods in crystalspace.jbind.interfaces.iengine.campos with parameters of type iEngine
 boolean iCameraPosition.load(iCamera cam, iEngine e)
          Load the camera position into a camera object.
 

Uses of iEngine in crystalspace.jbind.interfaces.iengine.rview
 

Methods in crystalspace.jbind.interfaces.iengine.rview that return iEngine
 iEngine iRenderView.getEngine()
          Get the engine
 

Uses of iEngine in crystalspace.jbind.interfaces.ivaria.view
 

Methods in crystalspace.jbind.interfaces.ivaria.view that return iEngine
 iEngine iView.getEngine()
          Get engine handle.
 

Methods in crystalspace.jbind.interfaces.ivaria.view with parameters of type iEngine
 void iView.setEngine(iEngine e)
          Set engine handle.