Uses of Interface
crystalspace.jbind.interfaces.ivideo.texture.iTextureHandle

Packages that use iTextureHandle
crystalspace.jbind.impl.csgfx.shadervar   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.impl.engine.texture   
crystalspace.jbind.impl.map   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.impl.video.texture   
crystalspace.jbind.impl.video.txtmgr   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.portal   
crystalspace.jbind.interfaces.iengine.texture   
crystalspace.jbind.interfaces.imap   
crystalspace.jbind.interfaces.ivideo.graph3d   
crystalspace.jbind.interfaces.ivideo.material   
crystalspace.jbind.interfaces.ivideo.txtmgr   
 

Uses of iTextureHandle in crystalspace.jbind.impl.csgfx.shadervar
 

Methods in crystalspace.jbind.impl.csgfx.shadervar with parameters of type iTextureHandle
 boolean csShaderVariable.getValue(iTextureHandle value)
          Retrieve a texture handle.
 boolean csShaderVariable.setValue(iTextureHandle value)
          Store a texture handle.
 

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

Methods in crystalspace.jbind.impl.engine.engine that return iTextureHandle
 iTextureHandle csEngine.getContext()
           
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iTextureHandle
 void csEngine.setContext(iTextureHandle ctxt)
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.engine.portal
 

Methods in crystalspace.jbind.impl.engine.portal that return iTextureHandle
 iTextureHandle csPortal.getTextureFilter()
           
 

Methods in crystalspace.jbind.impl.engine.portal with parameters of type iTextureHandle
 void csPortal.setFilter(iTextureHandle ft)
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.engine.texture
 

Methods in crystalspace.jbind.impl.engine.texture that return iTextureHandle
 iTextureHandle csTextureWrapper.getTextureHandle()
           
 

Methods in crystalspace.jbind.impl.engine.texture with parameters of type iTextureHandle
 void csTextureWrapper.setTextureHandle(iTextureHandle tex)
           
 iTextureWrapper csTextureList.newTexture(iTextureHandle ith)
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.map
 

Methods in crystalspace.jbind.impl.map that return iTextureHandle
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm, iPointer image)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm, iImage[] image)
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d that return iTextureHandle
 iTextureHandle csGraphics3D.getRenderTarget()
           
 

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type iTextureHandle
 void csGraphics3D.drawPixmap(iTextureHandle hTex, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th, byte Alpha)
           
 void csGraphics3D.drawPixmap(iTextureHandle hTex, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th)
           
 void csGraphics3D.setRenderTarget(iTextureHandle handle, boolean persisten)
           
 void csGraphics3D.setRenderTarget(iTextureHandle handle)
           
 void csGraphics3D.setTextureState(int units, iTextureHandle[] textures, int count)
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.video.material
 

Methods in crystalspace.jbind.impl.video.material that return iTextureHandle
 iTextureHandle csMaterial.getTexture(int name)
           
 iTextureHandle csMaterial.getTexture()
           
 iTextureHandle csMaterialHandle.getTexture()
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.video.texture
 

Classes in crystalspace.jbind.impl.video.texture that implement iTextureHandle
 class csTextureHandle
           
 

Uses of iTextureHandle in crystalspace.jbind.impl.video.txtmgr
 

Methods in crystalspace.jbind.impl.video.txtmgr that return iTextureHandle
 iTextureHandle csTextureManager.registerTexture(iImage image, int flags)
           
 

Methods in crystalspace.jbind.impl.video.txtmgr with parameters of type iTextureHandle
 iMaterialHandle csTextureManager.registerMaterial(iTextureHandle txthandle)
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.engine that return iTextureHandle
 iTextureHandle iEngine.getContext()
          Return the current drawing context.
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iTextureHandle
 void iEngine.setContext(iTextureHandle ctxt)
          Set the drawing context.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.iengine.portal
 

Methods in crystalspace.jbind.interfaces.iengine.portal that return iTextureHandle
 iTextureHandle iPortal.getTextureFilter()
          Get the filter texture.Implemented in csPortal.
 

Methods in crystalspace.jbind.interfaces.iengine.portal with parameters of type iTextureHandle
 void iPortal.setFilter(iTextureHandle ft)
          Set the filter texture.Implemented in csPortal.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.iengine.texture
 

Methods in crystalspace.jbind.interfaces.iengine.texture that return iTextureHandle
 iTextureHandle iTextureWrapper.getTextureHandle()
          Get the texture handle.
 

Methods in crystalspace.jbind.interfaces.iengine.texture with parameters of type iTextureHandle
 void iTextureWrapper.setTextureHandle(iTextureHandle tex)
          Change the texture handle.
 iTextureWrapper iTextureList.newTexture(iTextureHandle ith)
          Create a engine wrapper for a pre-prepared iTextureHandle The handle will be IncRefed.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.imap
 

Methods in crystalspace.jbind.interfaces.imap that return iTextureHandle
 iTextureHandle iLoader.loadTexture(java.lang.String Filename)
          Load an image as with LoadImage(); and create a texture handle from it.
 iTextureHandle iLoader.loadTexture(java.lang.String Filename, int Flags)
          Load an image as with LoadImage(); and create a texture handle from it.
 iTextureHandle iLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm)
          Load an image as with LoadImage(); and create a texture handle from it.
 iTextureHandle iLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm, iImage[] image)
          Load an image as with LoadImage(); and create a texture handle from it.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.ivideo.graph3d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iTextureHandle
 iTextureHandle iGraphics3D.getRenderTarget()
          Get the current render target (0 for screen);.
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type iTextureHandle
 void iGraphics3D.drawPixmap(iTextureHandle hTex, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th)
          Draw a pixmap using a rectangle from given texture.
 void iGraphics3D.drawPixmap(iTextureHandle hTex, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th, byte Alpha)
          Draw a pixmap using a rectangle from given texture.
 void iGraphics3D.setRenderTarget(iTextureHandle handle)
          Set the target of rendering.
 void iGraphics3D.setRenderTarget(iTextureHandle handle, boolean persisten)
          Set the target of rendering.
 void iGraphics3D.setTextureState(int units, iTextureHandle[] textures, int count)
          Activate or deactivate all given textures depending on the value of 'textures' for that unit (i.e. deactivate if 0);.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.ivideo.material
 

Methods in crystalspace.jbind.interfaces.ivideo.material that return iTextureHandle
 iTextureHandle iMaterial.getTexture(int name)
          Get a texture from the material.
 iTextureHandle iMaterial.getTexture()
          Get the base texture from the material.
 iTextureHandle iMaterialHandle.getTexture()
          Get a texture from the material.
 

Uses of iTextureHandle in crystalspace.jbind.interfaces.ivideo.txtmgr
 

Methods in crystalspace.jbind.interfaces.ivideo.txtmgr that return iTextureHandle
 iTextureHandle iTextureManager.registerTexture(iImage image, int flags)
          Register a texture.
 

Methods in crystalspace.jbind.interfaces.ivideo.txtmgr with parameters of type iTextureHandle
 iMaterialHandle iTextureManager.registerMaterial(iTextureHandle txthandle)
          Register a material based on a texture handle.