NASA World Wind

gov.nasa.worldwind.cache
Interface TextureCache

All Known Implementing Classes:
BasicTextureCache

public interface TextureCache


Method Summary
 void clear()
           
 boolean contains(java.lang.Object key)
           
 Texture get(java.lang.Object key)
           
 long getCapacity()
           
 long getFreeCapacity()
           
 int getNumObjects()
           
 long getUsedCapacity()
           
 void put(java.lang.Object key, Texture texture)
           
 void remove(java.lang.Object key)
           
 

Method Detail

clear

void clear()

contains

boolean contains(java.lang.Object key)

get

Texture get(java.lang.Object key)

getCapacity

long getCapacity()

getFreeCapacity

long getFreeCapacity()

getNumObjects

int getNumObjects()

getUsedCapacity

long getUsedCapacity()

put

void put(java.lang.Object key,
         Texture texture)

remove

void remove(java.lang.Object key)

NASA World Wind