Uses of Class
gov.nasa.worldwind.util.TextureAtlas
- 
Packages that use TextureAtlas Package Description gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.util 
- 
- 
Uses of TextureAtlas in gov.nasa.worldwind.symbologyFields in gov.nasa.worldwind.symbology declared as TextureAtlas Modifier and Type Field Description protected static TextureAtlasAbstractTacticalSymbol. DEFAULT_GLYPH_ATLASThe default glyph texture atlas.protected TextureAtlasAbstractTacticalSymbol. glyphAtlasMethods in gov.nasa.worldwind.symbology that return TextureAtlas Modifier and Type Method Description protected TextureAtlasAbstractTacticalSymbol. getGlyphAtlas()Methods in gov.nasa.worldwind.symbology with parameters of type TextureAtlas Modifier and Type Method Description protected voidAbstractTacticalSymbol. setGlyphAtlas(TextureAtlas atlas)Constructors in gov.nasa.worldwind.symbology with parameters of type TextureAtlas Constructor Description IconAtlasElement(TextureAtlas atlas, AbstractTacticalSymbol.IconSource source)
- 
Uses of TextureAtlas in gov.nasa.worldwind.utilFields in gov.nasa.worldwind.util declared as TextureAtlas Modifier and Type Field Description protected TextureAtlasTextureAtlasElement. atlasIndicates the texture atlas this element belongs to.Methods in gov.nasa.worldwind.util that return TextureAtlas Modifier and Type Method Description TextureAtlasTextureAtlasElement. getTextureAtlas()Indicates the texture atlas this element belongs to.Constructors in gov.nasa.worldwind.util with parameters of type TextureAtlas Constructor Description TextureAtlasElement(TextureAtlas atlas, java.lang.Object imageSource)Creates a new texture atlas element with the specified atlas and image source.
 
-