Uses of Class
gov.nasa.worldwind.render.BasicWWTexture
- 
Packages that use BasicWWTexture Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.
- 
- 
Uses of BasicWWTexture in gov.nasa.worldwind.ogc.kml.implMethods in gov.nasa.worldwind.ogc.kml.impl that return BasicWWTexture Modifier and Type Method Description protected BasicWWTextureKMLScreenImageImpl. initializeTexture()Create and initialize the texture from the image source.
- 
Uses of BasicWWTexture in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as BasicWWTexture Modifier and Type Field Description protected BasicWWTextureUserFacingIcon. backgroundTextureprotected BasicWWTextureUserFacingIcon. imageTextureprotected BasicWWTextureScreenImage. textureMethods in gov.nasa.worldwind.render that return BasicWWTexture Modifier and Type Method Description BasicWWTextureUserFacingIcon. getBackgroundTexture()BasicWWTextureWWIcon. getBackgroundTexture()Returns theWWTextureused to represent the icon's background texture.BasicWWTextureUserFacingIcon. getImageTexture()BasicWWTextureWWIcon. getImageTexture()Returns theWWTextureused to represent the icon.protected BasicWWTextureScreenImage. getTexture()Get the texture for this image.protected BasicWWTextureScreenImage. initializeTexture()Create and initialize the texture from the image source.
- 
Uses of BasicWWTexture in gov.nasa.worldwind.util.treeFields in gov.nasa.worldwind.util.tree declared as BasicWWTexture Modifier and Type Field Description protected BasicWWTextureBasicTreeNode. textureprotected BasicWWTextureScrollFrame. textureTexture for the icon displayed in the frame title bar.Methods in gov.nasa.worldwind.util.tree that return BasicWWTexture Modifier and Type Method Description BasicWWTextureBasicTreeNode. getTexture()Get the texture loaded for the node's icon.protected BasicWWTextureScrollFrame. getTexture()Get the texture loaded for the icon image source.protected BasicWWTextureScrollFrame. initializeTexture()Create and initialize the texture from the image source.
 
-