Uses of Interface
crystalspace.jbind.interfaces.ivideo.graph3d.iGraphics3D

Packages that use iGraphics3D
crystalspace.jbind.impl.cstool.csview   
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.varia.view   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.ivaria.view   
 

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

Methods in crystalspace.jbind.impl.cstool.csview that return iGraphics3D
 iGraphics3D csView.getContext()
           
 

Methods in crystalspace.jbind.impl.cstool.csview with parameters of type iGraphics3D
 void csView.setContext(iGraphics3D ig3d)
           
 

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

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

Methods in crystalspace.jbind.impl.engine.rview that return iGraphics3D
 iGraphics3D csRenderView.getGraphics3D()
           
 

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

Methods in crystalspace.jbind.impl.varia.view that return iGraphics3D
 iGraphics3D csView.getContext()
           
 

Methods in crystalspace.jbind.impl.varia.view with parameters of type iGraphics3D
 void csView.setContext(iGraphics3D ig3d)
           
 

Uses of iGraphics3D in crystalspace.jbind.impl.video.graph3d
 

Classes in crystalspace.jbind.impl.video.graph3d that implement iGraphics3D
 class csGraphics3D
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.rview that return iGraphics3D
 iGraphics3D iRenderView.getGraphics3D()
          Get the 3D graphics subsystem
 

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

Methods in crystalspace.jbind.interfaces.ivaria.view that return iGraphics3D
 iGraphics3D iView.getContext()
          Get Context.
 

Methods in crystalspace.jbind.interfaces.ivaria.view with parameters of type iGraphics3D
 void iView.setContext(iGraphics3D ig3d)
          Set Context.