Uses of Class
com.jme.util.TextureKey

Packages that use TextureKey
com.jme.image   
com.jme.util   
 

Uses of TextureKey in com.jme.image
 

Methods in com.jme.image that return TextureKey
 TextureKey Texture.getTextureKey()
           
 

Methods in com.jme.image with parameters of type TextureKey
 void Texture.setTextureKey(TextureKey tkey)
           
 

Uses of TextureKey in com.jme.util
 

Methods in com.jme.util with parameters of type TextureKey
static Texture TextureManager.findCachedTexture(TextureKey textureKey)
           
static Image TextureManager.loadImage(TextureKey key)
           
static Texture TextureManager.loadTexture(TextureKey tkey)
           
static Texture TextureManager.loadTexture(Texture texture, TextureKey tkey)
           
static Texture TextureManager.loadTexture(Texture texture, TextureKey tkey, Image imageData, Texture.MinificationFilter minFilter, Texture.MagnificationFilter magFilter, float anisoLevel)
           
static void TextureManager.registerForCleanup(TextureKey textureKey, int textureId)
           
static boolean TextureManager.releaseTexture(TextureKey tKey)