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 classMapView.WarningLayerPainterA 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. registeredLayersThis 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 classAbstractMapViewPaintable.CompatibilityModeLayerPainterThis is the default implementation of the layer painter.private classAbstractTileSourceLayer.TileSourcePainterMethods in org.openstreetmap.josm.gui.layer that return MapViewPaintable.LayerPainter Modifier and Type Method Description MapViewPaintable.LayerPainterAbstractMapViewPaintable. attachToMapView(MapViewPaintable.MapViewEvent event)This method is called whenever this layer is added to a map view.MapViewPaintable.LayerPainterAbstractTileSourceLayer. attachToMapView(MapViewPaintable.MapViewEvent event)protected MapViewPaintable.LayerPainterAbstractMapViewPaintable. createMapViewPainter(MapViewPaintable.MapViewEvent event)Creates a new LayerPainter.protected MapViewPaintable.LayerPainterAbstractTileSourceLayer. createMapViewPainter(MapViewPaintable.MapViewEvent event)protected MapViewPaintable.LayerPainterGpxLayer. createMapViewPainter(MapViewPaintable.MapViewEvent event)protected MapViewPaintable.LayerPainterGpxRouteLayer. 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.LayerPainterGeoImageLayer. 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 classGpxDrawHelperClass 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.LayerPainterMarkerLayer. attachToMapView(MapViewPaintable.MapViewEvent event)
-