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

Packages that use TileLoader
org.openstreetmap.fma.jtiledownloader.views.main.slippymap   
org.openstreetmap.gui.jmapviewer   
 

Uses of TileLoader in org.openstreetmap.fma.jtiledownloader.views.main.slippymap
 

Fields in org.openstreetmap.fma.jtiledownloader.views.main.slippymap declared as TileLoader
(package private)  TileLoader SlippyMapChooser.uncachedLoader
           
 

Uses of TileLoader in org.openstreetmap.gui.jmapviewer
 

Classes in org.openstreetmap.gui.jmapviewer that implement TileLoader
 class JTileDownloaderTileLoader
          A TileLoader implementation that loads tiles from OSM via HTTP and saves all loaded files in a directory located in the the temporary directory.
 class OsmFileCacheTileLoader
          A TileLoader implementation that loads tiles from OSM via HTTP and saves all loaded files in a directory located in the the temporary directory.
 class OsmTileLoader
          A TileLoader implementation that loads tiles from OSM via HTTP.
 

Fields in org.openstreetmap.gui.jmapviewer declared as TileLoader
protected  TileLoader JMapViewer.tileLoader
           
 

Methods in org.openstreetmap.gui.jmapviewer that return TileLoader
 TileLoader JMapViewer.getTileLoader()
           
 

Methods in org.openstreetmap.gui.jmapviewer with parameters of type TileLoader
 void JMapViewer.setTileLoader(TileLoader tileLoader)