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

Packages that use TileCache
org.openstreetmap.gui.jmapviewer This package and all sub-packages are belonging to the Java component JMapViewer 
org.openstreetmap.gui.jmapviewer.interfaces   
org.openstreetmap.josm.gui.layer   
 

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 TileController.tileCache
           
 

Methods in org.openstreetmap.gui.jmapviewer that return TileCache
 TileCache TileController.getTileCache()
           
 TileCache JMapViewer.getTileCache()
          Return tile information caching class
 

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.
 void TileController.setTileCache(TileCache tileCache)
           
 

Constructors in org.openstreetmap.gui.jmapviewer with parameters of type TileCache
JMapViewer(TileCache tileCache, int downloadThreadCount)
           
TileController(TileSource source, TileCache tileCache, TileLoaderListener listener)
           
 

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

Methods in org.openstreetmap.gui.jmapviewer.interfaces that return TileCache
 TileCache TileLoaderListener.getTileCache()
          Return the TileCache class containing Tile data for requested and loaded tiles
 

Uses of TileCache in org.openstreetmap.josm.gui.layer
 

Methods in org.openstreetmap.josm.gui.layer that return TileCache
 TileCache TMSLayer.getTileCache()
           
 



JOSM