Package | Description |
---|---|
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.util |
Modifier and Type | Field and Description |
---|---|
protected static TextureAtlas |
AbstractTacticalSymbol.DEFAULT_GLYPH_ATLAS
The default glyph texture atlas.
|
protected TextureAtlas |
AbstractTacticalSymbol.glyphAtlas |
Modifier and Type | Method and Description |
---|---|
protected TextureAtlas |
AbstractTacticalSymbol.getGlyphAtlas() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTacticalSymbol.setGlyphAtlas(TextureAtlas atlas) |
Constructor and Description |
---|
IconAtlasElement(TextureAtlas atlas,
AbstractTacticalSymbol.IconSource source) |
Modifier and Type | Field and Description |
---|---|
protected TextureAtlas |
TextureAtlasElement.atlas
Indicates the texture atlas this element belongs to.
|
Modifier and Type | Method and Description |
---|---|
TextureAtlas |
TextureAtlasElement.getTextureAtlas()
Indicates the texture atlas this element belongs to.
|
Constructor and Description |
---|
TextureAtlasElement(TextureAtlas atlas,
java.lang.Object imageSource)
Creates a new texture atlas element with the specified atlas and image source.
|