Uses of Class
gov.nasa.worldwind.util.TextureAtlasElement
-
Packages that use TextureAtlasElement Package Description gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.util -
-
Uses of TextureAtlasElement in gov.nasa.worldwind.symbology
Subclasses of TextureAtlasElement in gov.nasa.worldwind.symbology Modifier and Type Class Description protected static class
AbstractTacticalSymbol.IconAtlasElement
-
Uses of TextureAtlasElement in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as TextureAtlasElement Modifier and Type Field Description protected TextureAtlasElement
TextureAtlasElement.RequestTask. elem
The texture atlas element associated with this request task.Constructors in gov.nasa.worldwind.util with parameters of type TextureAtlasElement Constructor Description RequestTask(TextureAtlasElement elem)
Constructs a new request task with the specified texture atlas element, but otherwise does nothing.
-