Uses of Interface
org.openstreetmap.josm.gui.layer.MapViewPaintable.LayerPainter
-
Packages that use MapViewPaintable.LayerPainter 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.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.markerlayer Provides classes for handling marker layers. -
-
Uses of MapViewPaintable.LayerPainter in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement MapViewPaintable.LayerPainter Modifier and Type Class Description private static class
MapView.WarningLayerPainter
A layer painter that issues a warning when being called.Fields in org.openstreetmap.josm.gui with type parameters of type MapViewPaintable.LayerPainter Modifier and Type Field Description private java.util.HashMap<Layer,MapViewPaintable.LayerPainter>
MapView. registeredLayers
This is a map of all Layers that have been added to this view. -
Uses of MapViewPaintable.LayerPainter in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement MapViewPaintable.LayerPainter Modifier and Type Class Description protected class
AbstractMapViewPaintable.CompatibilityModeLayerPainter
This is the default implementation of the layer painter.private class
AbstractTileSourceLayer.TileSourcePainter
Methods in org.openstreetmap.josm.gui.layer that return MapViewPaintable.LayerPainter Modifier and Type Method Description MapViewPaintable.LayerPainter
AbstractMapViewPaintable. attachToMapView(MapViewPaintable.MapViewEvent event)
This method is called whenever this layer is added to a map view.MapViewPaintable.LayerPainter
AbstractTileSourceLayer. attachToMapView(MapViewPaintable.MapViewEvent event)
protected MapViewPaintable.LayerPainter
AbstractMapViewPaintable. createMapViewPainter(MapViewPaintable.MapViewEvent event)
Creates a new LayerPainter.protected MapViewPaintable.LayerPainter
AbstractTileSourceLayer. createMapViewPainter(MapViewPaintable.MapViewEvent event)
protected MapViewPaintable.LayerPainter
GpxLayer. createMapViewPainter(MapViewPaintable.MapViewEvent event)
protected MapViewPaintable.LayerPainter
GpxRouteLayer. createMapViewPainter(MapViewPaintable.MapViewEvent event)
-
Uses of MapViewPaintable.LayerPainter in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage that return MapViewPaintable.LayerPainter Modifier and Type Method Description MapViewPaintable.LayerPainter
GeoImageLayer. attachToMapView(MapViewPaintable.MapViewEvent event)
-
Uses of MapViewPaintable.LayerPainter in org.openstreetmap.josm.gui.layer.gpx
Classes in org.openstreetmap.josm.gui.layer.gpx that implement MapViewPaintable.LayerPainter Modifier and Type Class Description class
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options -
Uses of MapViewPaintable.LayerPainter in org.openstreetmap.josm.gui.layer.markerlayer
Methods in org.openstreetmap.josm.gui.layer.markerlayer that return MapViewPaintable.LayerPainter Modifier and Type Method Description MapViewPaintable.LayerPainter
MarkerLayer. attachToMapView(MapViewPaintable.MapViewEvent event)
-