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 WorldWindowImpl.getTextureCache()
           
 TextureCache WorldWindow.getTextureCache()
          Returns the texture cache used by this World Window.?
 TextureCache AbstractSceneController.getTextureCache()
           
 

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

Uses of TextureCache in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt that return TextureCache
 TextureCache WorldWindowGLJPanel.getTextureCache()
           
 TextureCache WorldWindowGLCanvas.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 DrawContextImpl.getTextureCache()
           
 TextureCache DrawContext.getTextureCache()
           
 

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


NASA World Wind