Uses of Class
org.openstreetmap.josm.gui.MapView

Packages that use MapView
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.data.validation   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.layer.geoimage   
org.openstreetmap.josm.gui.layer.markerlayer   
org.openstreetmap.josm.io.imagery   
 

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

Fields in org.openstreetmap.josm.actions.mapmode declared as MapView
private  MapView SelectAction.mv
          The component this SelectAction is associated with.
private  MapView ParallelWayAction.mv
           
private  MapView ImproveWayAccuracyAction.mv
           
 

Methods in org.openstreetmap.josm.actions.mapmode with parameters of type MapView
 void DrawAction.SnapHelper.drawIfNeeded(java.awt.Graphics2D g2, MapView mv)
           
static Node ImproveWayAccuracyHelper.findCandidateNode(MapView mv, Way w, java.awt.Point p)
          Returns the nearest node to cursor.
static WaySegment ImproveWayAccuracyHelper.findCandidateSegment(MapView mv, Way w, java.awt.Point p)
          Returns the nearest way segment to cursor.
static Way ImproveWayAccuracyHelper.findWay(MapView mv, java.awt.Point p)
          Finds the way to work on.
 void ParallelWayAction.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
           
 void DrawAction.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void ExtrudeAction.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void ImproveWayAccuracyAction.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
          Redraws temporary layer.
 

Uses of MapView in org.openstreetmap.josm.data.validation
 

Fields in org.openstreetmap.josm.data.validation declared as MapView
private  MapView TestError.PaintVisitor.mv
          The MapView
 

Methods in org.openstreetmap.josm.data.validation with parameters of type MapView
 void TestError.paint(java.awt.Graphics g, MapView mv)
          Paints the error on affected primitives
 

Constructors in org.openstreetmap.josm.data.validation with parameters of type MapView
TestError.PaintVisitor(java.awt.Graphics g, MapView mv)
          Constructor
 

Uses of MapView in org.openstreetmap.josm.gui
 

Fields in org.openstreetmap.josm.gui declared as MapView
 MapView MapFrame.mapView
          The view control displayed.
(package private)  MapView MapStatus.mv
          The MapView this status belongs to.
private  MapView MapSlider.mv
           
 

Constructors in org.openstreetmap.josm.gui with parameters of type MapView
MapSlider(MapView mv)
           
 

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

Methods in org.openstreetmap.josm.gui.layer with parameters of type MapView
protected  void WMSLayer.downloadAndPaintVisible(java.awt.Graphics g, MapView mv, boolean real)
           
 void TMSLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)
           
 void ValidatorLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)
          Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).
 void WMSLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds b)
           
 void OsmDataLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
          Draw all primitives in this layer but do not draw modified ones (they are drawn by the edit layer).
 void GpxLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void MapViewPaintable.paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)
          Paint the dataset using the engine set.
abstract  void Layer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
          Paint the dataset using the engine set.
(package private)  void TMSLayer.paintTileText(TMSLayer.TileSet ts, Tile tile, java.awt.Graphics g, MapView mv, int zoom, Tile t)
           
 

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

Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type MapView
 void GeoImageLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)
           
 

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

Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type MapView
 void MarkerLayer.paint(java.awt.Graphics2D g, MapView mv, Bounds box)
           
 void PlayHeadMarker.paint(java.awt.Graphics g, MapView mv)
           
 void Marker.paint(java.awt.Graphics g, MapView mv, boolean mousePressed, boolean showTextOrIcon)
          Paints the marker.
 void ButtonMarker.paint(java.awt.Graphics g, MapView mv, boolean mousePressed, boolean showTextOrIcon)
           
 

Uses of MapView in org.openstreetmap.josm.io.imagery
 

Fields in org.openstreetmap.josm.io.imagery declared as MapView
protected  MapView Grabber.mv
           
 

Constructors in org.openstreetmap.josm.io.imagery with parameters of type MapView
Grabber(MapView mv, WMSLayer layer, boolean localOnly)
           
HTMLGrabber(MapView mv, WMSLayer layer, boolean localOnly)
           
WMSGrabber(MapView mv, WMSLayer layer, boolean localOnly)
           
 



JOSM