Uses of Interface
org.openstreetmap.gui.jmapviewer.interfaces.TileCache

Packages that use TileCache
org.openstreetmap.gui.jmapviewer   
org.openstreetmap.gui.jmapviewer.interfaces   
 

Uses of TileCache in org.openstreetmap.gui.jmapviewer
 

Classes in org.openstreetmap.gui.jmapviewer that implement TileCache
 class MemoryTileCache
          TileCache implementation that stores all Tile objects in memory up to a certain limit (MemoryTileCache.getCacheSize()).
 

Fields in org.openstreetmap.gui.jmapviewer declared as TileCache
protected  TileCache JMapViewer.tileCache
           
 

Methods in org.openstreetmap.gui.jmapviewer that return TileCache
 TileCache JMapViewer.getTileCache()
           
 

Methods in org.openstreetmap.gui.jmapviewer with parameters of type TileCache
 void Tile.loadPlaceholderFromCache(TileCache cache)
          Tries to get tiles of a lower or higher zoom level (one or two level difference) from cache and use it as a placeholder until the tile has been loaded.
 

Constructors in org.openstreetmap.gui.jmapviewer with parameters of type TileCache
JMapViewer(TileCache tileCache, int downloadThreadCount)
           
 

Uses of TileCache in org.openstreetmap.gui.jmapviewer.interfaces
 

Methods in org.openstreetmap.gui.jmapviewer.interfaces that return TileCache
 TileCache TileLoaderListener.getTileCache()