Uses of Class
org.openstreetmap.josm.gui.layer.MapViewGraphics
-
Packages that use MapViewGraphics Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of MapViewGraphics in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type MapViewGraphics Modifier and Type Method Description void
MapView.WarningLayerPainter. paint(MapViewGraphics graphics)
-
Uses of MapViewGraphics in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type MapViewGraphics Modifier and Type Method Description private void
AbstractTileSourceLayer.TileSourcePainter. doPaint(MapViewGraphics graphics)
void
AbstractMapViewPaintable.CompatibilityModeLayerPainter. paint(MapViewGraphics graphics)
void
AbstractTileSourceLayer.TileSourcePainter. paint(MapViewGraphics graphics)
void
MapViewPaintable.LayerPainter. paint(MapViewGraphics graphics)
Paints the given layer. -
Uses of MapViewGraphics in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type MapViewGraphics Modifier and Type Method Description void
GpxDrawHelper. paint(MapViewGraphics graphics)
-