NASA World Wind

Uses of Interface
gov.nasa.worldwind.cache.TextureCache

Packages that use TextureCache
gov.nasa.worldwind   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.cache   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
 

Uses of TextureCache in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return TextureCache
 TextureCache AbstractSceneController.getTextureCache()
           
 TextureCache WorldWindowImpl.getTextureCache()
           
 TextureCache WorldWindow.getTextureCache()
          Returns the texture cache used by this World Window.?
 

Methods in gov.nasa.worldwind with parameters of type TextureCache
 void WorldWindowGLDrawable.initTextureCache(TextureCache textureCache)
           
 void WorldWindowGLAutoDrawable.initTextureCache(TextureCache textureCache)
           
 void AbstractSceneController.setTextureCache(TextureCache textureCache)
           
 void SceneController.setTextureCache(TextureCache textureCache)
           
protected  void WorldWindowImpl.setTextureCache(TextureCache textureCache)
           
 

Uses of TextureCache in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt that return TextureCache
 TextureCache WorldWindowGLCanvas.getTextureCache()
           
 TextureCache WorldWindowGLJPanel.getTextureCache()
           
 

Uses of TextureCache in gov.nasa.worldwind.cache
 

Classes in gov.nasa.worldwind.cache that implement TextureCache
 class BasicTextureCache
           
 

Uses of TextureCache in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers with parameters of type TextureCache
 Texture TextureTile.getTexture(TextureCache tc)
           
 boolean TextureTile.isTextureInMemory(TextureCache tc)
           
 void TextureTile.setTexture(TextureCache tc, Texture texture)
           
 

Uses of TextureCache in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return TextureCache
 TextureCache DrawContext.getTextureCache()
           
 TextureCache DrawContextImpl.getTextureCache()
           
 

Methods in gov.nasa.worldwind.render with parameters of type TextureCache
 void DrawContext.setTextureCache(TextureCache textureCache)
           
 void DrawContextImpl.setTextureCache(TextureCache textureCache)
           
 


NASA World Wind