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.
|
Modifier and Type | Class and Description |
---|---|
private class |
MapView.LayerInvalidatedListener
An invalidation listener that simply calls repaint() for now.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<MapViewPaintable.PaintableInvalidationListener> |
AbstractMapViewPaintable.invalidationListeners
A list of invalidation listeners to call when this layer is invalidated.
|
Modifier and Type | Method and Description |
---|---|
default void |
MapViewPaintable.addInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
Adds a new paintable invalidation listener.
|
void |
AbstractMapViewPaintable.addInvalidationListener(MapViewPaintable.PaintableInvalidationListener l) |
default void |
MapViewPaintable.removeInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
Removes an added paintable invalidation listener.
|
void |
AbstractMapViewPaintable.removeInvalidationListener(MapViewPaintable.PaintableInvalidationListener l) |
Modifier and Type | Class and Description |
---|---|
class |
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
|