Uses of Class
gov.nasa.worldwind.util.TextureAtlas.Entry
- 
Packages that use TextureAtlas.Entry Package Description gov.nasa.worldwind.util 
- 
- 
Uses of TextureAtlas.Entry in gov.nasa.worldwind.utilFields in gov.nasa.worldwind.util with type parameters of type TextureAtlas.Entry Modifier and Type Field Description protected java.util.Map<java.lang.Object,TextureAtlas.Entry>TextureAtlas. entryMapMaps element keys to their corresponding entry.Methods in gov.nasa.worldwind.util with parameters of type TextureAtlas.Entry Modifier and Type Method Description intTextureAtlas.Entry. compareTo(TextureAtlas.Entry that)Compares this texture atlas entry's last used timestamp to that of the specified entry.protected voidTextureAtlas. doRemove(TextureAtlas.Entry entry)Removes the element corresponding to the specified entry from this texture atlas, freeing the space it occupied to be used by other elements.protected voidTextureAtlas. markUsed(TextureAtlas.Entry entry)Marks the specified entry as used by setting its last used time to the current time in nanoseconds.
 
-