Uses of Class
org.openstreetmap.josm.gui.MapView
-
Packages that use MapView Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.layer.validation Provides classes for handling validation layer. -
-
Uses of MapView in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type MapView Modifier and Type Method Description private EastNorthMoveAction. getOffset(MapView mapView)Find out how many "real" units the objects have to be moved in order to achieve an 1-pixel movement -
Uses of MapView in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as MapView Modifier and Type Field Description private MapViewImproveWayAccuracyAction. mvprivate MapViewParallelWayAction. mvprivate MapViewSelectAction. mvThe component this SelectAction is associated with.Methods in org.openstreetmap.josm.actions.mapmode with parameters of type MapView Modifier and Type Method Description private voidSplitMode. addNodeAndSplit(MapView mv, java.awt.Point mousePos, Way way)Add a node to a way and then split itprotected voidImproveWayAccuracyAction. drawIntersectingWayHelperLines(MapView mv, MapViewPath b)private voidExtrudeAction. drawReferenceSegment(java.awt.Graphics2D g2, MapView mv, ExtrudeAction.ReferenceSegment seg)Draws given reference segment.static NodeImproveWayAccuracyHelper. findCandidateNode(MapView mv, Way w, java.awt.Point p)Returns the nearest node to cursor.static WaySegmentImproveWayAccuracyHelper. findCandidateSegment(MapView mv, Way w, java.awt.Point p)Returns the nearest way segment to cursor.static WayImproveWayAccuracyHelper. findWay(MapView mv, java.awt.Point p)Finds the way to work on.voidDrawAction. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidExtrudeAction. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidImproveWayAccuracyAction. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)Redraws temporary layer.voidParallelWayAction.ParallelWayLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)private voidDrawAction. paintConstructionGeometry(MapView mv, java.awt.Graphics2D g2) -
Uses of MapView in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MapView Modifier and Type Field Description MapViewMapFrame. mapViewThe view control displayed.private MapViewMapSlider. mvprivate MapViewMapStatus. mvThe MapView this status belongs to.Methods in org.openstreetmap.josm.gui with parameters of type MapView Modifier and Type Method Description static java.util.List<? extends javax.swing.JComponent>MapView. getMapNavigationComponents(MapView forMapView)Adds the map navigation components to avoidSelectionManager.SelectionHintLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidSelectionManager. register(MapView eventSource, boolean lassoMode)Register itself at the given event source and add a hint layer.voidSelectionManager. unregister(MapView eventSource)Unregister itself from the given event source and hide the selection hint layer.Constructors in org.openstreetmap.josm.gui with parameters of type MapView Constructor Description MapSlider(MapView mv) -
Uses of MapView in org.openstreetmap.josm.gui.draw
Constructors in org.openstreetmap.josm.gui.draw with parameters of type MapView Constructor Description MapViewPath(MapView mv)Create a new path -
Uses of MapView in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as MapView Modifier and Type Field Description private MapViewMapViewGraphics. mapViewprivate MapViewMapViewPaintable.MapViewEvent. mapViewMethods in org.openstreetmap.josm.gui.layer that return MapView Modifier and Type Method Description MapViewMapViewGraphics. getMapView()Gets theMapViewthat is the base to this draw call.MapViewMapViewPaintable.MapViewEvent. getMapView()Gets the map view.Methods in org.openstreetmap.josm.gui.layer with parameters of type MapView Modifier and Type Method Description private voidAbstractTileSourceLayer. drawInViewArea(java.awt.Graphics2D g, MapView mv, ProjectionBounds pb)private java.awt.PointNoteLayer. fixPanelSizeAndLocation(MapView mv, java.lang.String text, int xl, int xr, int yt, int yb)voidAbstractTileSourceLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)voidGpxLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidGpxRouteLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)voidMapViewPaintable. paint(java.awt.Graphics2D g, MapView mv, Bounds bbox)Paint the dataset using the engine set.voidNoteLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidOsmDataLayer. 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).voidValidatorLayer. 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).private voidOsmDataLayer. paintData(java.awt.Graphics2D g, MapView mv, Bounds box, boolean inactive, boolean virtual)private voidOsmDataLayer. paintHatch(java.awt.Graphics2D g, MapView mv, boolean active)private voidNoteLayer. paintSelectedNote(java.awt.Graphics2D g, MapView mv, int iconHeight, int iconWidth, Note selectedNote)Constructors in org.openstreetmap.josm.gui.layer with parameters of type MapView Constructor Description MapViewEvent(MapView mapView, boolean temporaryLayer)Create a newMapViewPaintable.MapViewEventMapViewGraphics(MapView mapView, java.awt.Graphics2D graphics, MapViewState.MapViewRectangle clipBounds)Constructs a newMapViewGraphics. -
Uses of MapView in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type MapView Modifier and Type Method Description voidGeoImageLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds bounds)private voidGeoImageLayer. paintImage(ImageEntry e, MapView mv, java.awt.Rectangle clip, java.awt.Graphics2D tempG)Paint one image. -
Uses of MapView in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type MapView Modifier and Type Method Description voidGpxDrawHelper. drawAll(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments, Bounds clipBounds)Draw all enabled GPX elements of layer.private voidGpxDrawHelper. drawArrows(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)Draw all GPX arraysprivate voidGpxDrawHelper. drawArrows3b(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)STEP 3b - DRAW NICE ARROWS **************************private voidGpxDrawHelper. drawArrows3c(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)STEP 3c - DRAW FAST ARROWS **************************private voidGpxDrawHelper. drawCircle(java.awt.Graphics2D g, MapView mv, WayPoint trkPnt, java.awt.Point screen, float circleSize)voidGpxDrawHelper. drawColorBar(java.awt.Graphics2D g, MapView mv)Draw all GPX arraysprivate static voidGpxDrawHelper. drawHeatGrayDotMap(java.awt.Graphics2D gB, MapView mv, java.util.List<WayPoint> listSegm, int drawSize)Draw a dotted heat mapprivate voidGpxDrawHelper. drawHeatGrayLineMap(java.awt.Graphics2D gB, MapView mv, java.util.List<WayPoint> listSegm, java.awt.Composite foreComp, java.awt.Stroke foreStroke, java.awt.Composite backComp, java.awt.Stroke backStroke)Draw gray heat map with current Graphics2D settingprivate voidGpxDrawHelper. drawHeatMap(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)Collect and draw GPS segments and displays a heat-mapprivate voidGpxDrawHelper. drawLines(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)Draw all GPX ways segmentsprivate voidGpxDrawHelper. drawLinesAlpha(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments, float layerAlpha)Draw GPX lines by using alpha blendingprivate voidGpxDrawHelper. drawPoints(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)Draw all GPX pointsprivate voidGpxDrawHelper. drawPointsStep3d(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)STEP 3d - DRAW LARGE POINTS AND CIRCLES ***********private voidGpxDrawHelper. drawPointsStep3e(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)STEP 3e - DRAW SMALL POINTS FOR LINES ***************private voidGpxDrawHelper. drawPointsStep3f(java.awt.Graphics2D g, MapView mv, java.util.List<WayPoint> visibleSegments)STEP 3f - DRAW SMALL POINTS INSTEAD OF LINES ******** -
Uses of MapView in org.openstreetmap.josm.gui.layer.imagery
Fields in org.openstreetmap.josm.gui.layer.imagery declared as MapView Modifier and Type Field Description private MapViewTileCoordinateConverter. mapViewMethods in org.openstreetmap.josm.gui.layer.imagery with parameters of type MapView Modifier and Type Method Description voidMVTLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box)Constructors in org.openstreetmap.josm.gui.layer.imagery with parameters of type MapView Constructor Description TileCoordinateConverter(MapView mapView, org.openstreetmap.gui.jmapviewer.interfaces.TileSource tileSource, TileSourceDisplaySettings settings)Create a new coordinate converter for the map view. -
Uses of MapView in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as MapView Modifier and Type Field Description private MapViewMarkerLayer. mapViewMethods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type MapView Modifier and Type Method Description voidButtonMarker. paint(java.awt.Graphics2D g, MapView mv, boolean mousePressed, boolean showTextOrIcon)voidMarker. paint(java.awt.Graphics2D g, MapView mv, boolean mousePressed, boolean showTextOrIcon)Paints the marker.voidMarkerLayer. paint(java.awt.Graphics2D g, MapView mv, Bounds box)voidPlayHeadMarker. paint(java.awt.Graphics g, MapView mv)Paint the marker icon in the given graphics context.protected voidMarker. paintIcon(MapView mv, java.awt.Graphics g, int x, int y) -
Uses of MapView in org.openstreetmap.josm.gui.layer.validation
Fields in org.openstreetmap.josm.gui.layer.validation declared as MapView Modifier and Type Field Description private MapViewPaintVisitor. mvThe MapViewConstructors in org.openstreetmap.josm.gui.layer.validation with parameters of type MapView Constructor Description PaintVisitor(java.awt.Graphics2D g, MapView mv)Constructor
-