Uses of Interface
org.openstreetmap.josm.gui.layer.MapViewPaintable.PaintableInvalidationListener
-
Packages that use MapViewPaintable.PaintableInvalidationListener 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 MapViewPaintable.PaintableInvalidationListener in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement MapViewPaintable.PaintableInvalidationListener Modifier and Type Class Description private class
MapView.LayerInvalidatedListener
An invalidation listener that simply calls repaint() for now. -
Uses of MapViewPaintable.PaintableInvalidationListener in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer with type parameters of type MapViewPaintable.PaintableInvalidationListener Modifier and Type Field Description private CopyOnWriteArrayList<MapViewPaintable.PaintableInvalidationListener>
AbstractMapViewPaintable. invalidationListeners
A list of invalidation listeners to call when this layer is invalidated.Methods in org.openstreetmap.josm.gui.layer with parameters of type MapViewPaintable.PaintableInvalidationListener Modifier and Type Method Description void
AbstractMapViewPaintable. addInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
default void
MapViewPaintable. addInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
Adds a new paintable invalidation listener.void
AbstractMapViewPaintable. removeInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
default void
MapViewPaintable. removeInvalidationListener(MapViewPaintable.PaintableInvalidationListener l)
Removes an added paintable invalidation listener. -
Uses of MapViewPaintable.PaintableInvalidationListener in org.openstreetmap.josm.gui.layer.gpx
Classes in org.openstreetmap.josm.gui.layer.gpx that implement MapViewPaintable.PaintableInvalidationListener Modifier and Type Class Description class
GpxDrawHelper
Class that helps to draw large set of GPS tracks with different colors and options
-