Uses of Interface
crystalspace.jbind.interfaces.ivideo.txtmgr.iTextureManager

Packages that use iTextureManager
crystalspace.jbind.impl.engine.material   
crystalspace.jbind.impl.engine.texture   
crystalspace.jbind.impl.map   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.impl.video.txtmgr   
crystalspace.jbind.interfaces.iengine.material   
crystalspace.jbind.interfaces.iengine.texture   
crystalspace.jbind.interfaces.imap   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of iTextureManager in crystalspace.jbind.impl.engine.material
 

Methods in crystalspace.jbind.impl.engine.material with parameters of type iTextureManager
 void csMaterialWrapper.register(iTextureManager txtmng)
           
 

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

Methods in crystalspace.jbind.impl.engine.texture with parameters of type iTextureManager
 void csTextureWrapper.register(iTextureManager txtmng)
           
 

Uses of iTextureManager in crystalspace.jbind.impl.map
 

Methods in crystalspace.jbind.impl.map with parameters of type iTextureManager
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm, iPointer image)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm)
           
 iTextureWrapper csLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm, boolean reg, boolean create_material)
           
 iTextureWrapper csLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm, boolean reg)
           
 iTextureWrapper csLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm)
           
 iTextureHandle csLoader.loadTexture(java.lang.String Filename, int Flags, iTextureManager tm, iImage[] image)
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d that return iTextureManager
 iTextureManager csGraphics3D.getTextureManager()
           
 

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

Classes in crystalspace.jbind.impl.video.txtmgr that implement iTextureManager
 class csTextureManager
           
 

Uses of iTextureManager in crystalspace.jbind.interfaces.iengine.material
 

Methods in crystalspace.jbind.interfaces.iengine.material with parameters of type iTextureManager
 void iMaterialWrapper.register(iTextureManager txtmng)
          Register the material with the texture manager
 

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

Methods in crystalspace.jbind.interfaces.iengine.texture with parameters of type iTextureManager
 void iTextureWrapper.register(iTextureManager txtmng)
          Register the texture with the texture manager.
 

Uses of iTextureManager in crystalspace.jbind.interfaces.imap
 

Methods in crystalspace.jbind.interfaces.imap with parameters of type iTextureManager
 iTextureWrapper iLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm)
          Load a texture as with LoadTexture(); above and register it with the engine.
 iTextureWrapper iLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm, boolean reg)
          Load a texture as with LoadTexture(); above and register it with the engine.
 iTextureWrapper iLoader.loadTexture(java.lang.String Name, java.lang.String FileName, int Flags, iTextureManager tm, boolean reg, boolean create_material)
          Load a texture as with LoadTexture(); above and register it with the engine.
 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 iTextureManager in crystalspace.jbind.interfaces.ivideo.graph3d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iTextureManager
 iTextureManager iGraphics3D.getTextureManager()
          Get the texture manager: do NOT increment the refcount of texture manager.