Uses of Interface
org.openstreetmap.josm.gui.layer.MapViewPaintable

Packages that use MapViewPaintable
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.layer.markerlayer   
 

Uses of MapViewPaintable in org.openstreetmap.josm.actions.mapmode
 

Classes in org.openstreetmap.josm.actions.mapmode that implement MapViewPaintable
 class DrawAction
          Mapmode to add nodes, create and extend ways.
 class ExtrudeAction
          Makes a rectangle from a line, or modifies a rectangle.
 class ImproveWayAccuracyAction
           
 class ParallelWayAction
          MapMode for making parallel ways.
 

Uses of MapViewPaintable in org.openstreetmap.josm.gui
 

Fields in org.openstreetmap.josm.gui with type parameters of type MapViewPaintable
private  java.util.LinkedList<MapViewPaintable> MapView.temporaryLayers
           
 

Methods in org.openstreetmap.josm.gui with parameters of type MapViewPaintable
 boolean MapView.addTemporaryLayer(MapViewPaintable mvp)
           
 boolean MapView.removeTemporaryLayer(MapViewPaintable mvp)
           
 

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

Classes in org.openstreetmap.josm.gui.layer that implement MapViewPaintable
 class GpxLayer
           
 class ImageryLayer
           
 class Layer
          A layer encapsulates the gui component of one dataset and its representation.
 class OsmDataLayer
          A layer that holds OSM data from a specific dataset.
 class TMSLayer
          Class that displays a slippy map layer.
 class ValidatorLayer
          A layer showing error messages.
 class WMSLayer
          This is a layer that grabs the current screen from an WMS server.
 

Uses of MapViewPaintable in org.openstreetmap.josm.gui.layer.geoimage
 

Classes in org.openstreetmap.josm.gui.layer.geoimage that implement MapViewPaintable
 class GeoImageLayer
           
 

Uses of MapViewPaintable in org.openstreetmap.josm.gui.layer.markerlayer
 

Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement MapViewPaintable
 class MarkerLayer
          A layer holding markers.
 



JOSM