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

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

Uses of Attributed in org.openstreetmap.gui.jmapviewer
 

Fields in org.openstreetmap.gui.jmapviewer declared as Attributed
private  Attributed AttributionSupport.source
           
 

Methods in org.openstreetmap.gui.jmapviewer with parameters of type Attributed
 void AttributionSupport.initialize(Attributed source)
           
 

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

Subinterfaces of Attributed in org.openstreetmap.gui.jmapviewer.interfaces
 interface TileSource
           
 

Uses of Attributed in org.openstreetmap.gui.jmapviewer.tilesources
 

Classes in org.openstreetmap.gui.jmapviewer.tilesources that implement Attributed
 class AbstractMapQuestTileSource
           
 class AbstractOsmTileSource
           
 class AbstractTileSource
           
 class AbstractTMSTileSource
           
 class BingAerialTileSource
           
 class MapQuestOpenAerialTileSource
           
 class MapQuestOsmTileSource
           
static class OsmTileSource.CycleMap
           
static class OsmTileSource.Mapnik
           
 class ScanexTileSource
           
 class TemplatedTMSTileSource
           
 class TMSTileSource
           
 

Uses of Attributed in org.openstreetmap.josm.data.imagery
 

Classes in org.openstreetmap.josm.data.imagery that implement Attributed
 class ImageryInfo
          Class that stores info about an image background layer.
 

Uses of Attributed in org.openstreetmap.josm.gui.bbox
 

Classes in org.openstreetmap.josm.gui.bbox that implement Attributed
static class SlippyMapBBoxChooser.RenamedSourceDecorator
           
 

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

Classes in org.openstreetmap.josm.gui.layer that implement Attributed
private static class TMSLayer.CachedAttributionBingAerialTileSource
           
 



JOSM