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 geottaged 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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MapView.WarningLayerPainter
A layer painter that issues a warning when being called.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Layer,MapViewPaintable.LayerPainter> |
MapView.registeredLayers
This is a map of all Layers that have been added to this view.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractMapViewPaintable.CompatibilityModeLayerPainter
This is the default implementation of the layer painter.
|
private class |
AbstractTileSourceLayer.TileSourcePainter |
Modifier and Type | Method and 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 |
GpxLayer.createMapViewPainter(MapViewPaintable.MapViewEvent event) |
protected MapViewPaintable.LayerPainter |
AbstractTileSourceLayer.createMapViewPainter(MapViewPaintable.MapViewEvent event) |
Modifier and Type | Method and Description |
---|---|
MapViewPaintable.LayerPainter |
GeoImageLayer.attachToMapView(MapViewPaintable.MapViewEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
|
Modifier and Type | Method and Description |
---|---|
MapViewPaintable.LayerPainter |
MarkerLayer.attachToMapView(MapViewPaintable.MapViewEvent event) |