Uses of Class
org.openstreetmap.gui.jmapviewer.interfaces.TileSource.TileUpdate

Packages that use TileSource.TileUpdate
org.openstreetmap.gui.jmapviewer   
org.openstreetmap.gui.jmapviewer.interfaces   
 

Uses of TileSource.TileUpdate in org.openstreetmap.gui.jmapviewer
 

Methods in org.openstreetmap.gui.jmapviewer that return TileSource.TileUpdate
 TileSource.TileUpdate OsmTileSource.Mapnik.getTileUpdate()
           
 TileSource.TileUpdate OsmTileSource.CycleMap.getTileUpdate()
           
 TileSource.TileUpdate OsmTileSource.TilesAtHome.getTileUpdate()
           
 TileSource.TileUpdate JTileDownloaderTileSourceWrapper.getTileUpdate()
           
 

Uses of TileSource.TileUpdate in org.openstreetmap.gui.jmapviewer.interfaces
 

Methods in org.openstreetmap.gui.jmapviewer.interfaces that return TileSource.TileUpdate
 TileSource.TileUpdate TileSource.getTileUpdate()
           
static TileSource.TileUpdate TileSource.TileUpdate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TileSource.TileUpdate[] TileSource.TileUpdate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.