Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Field and Description |
---|---|
private PlayHeadMarker |
PlayHeadDragMode.playHeadMarker |
Constructor and Description |
---|
PlayHeadDragMode(PlayHeadMarker m)
Constructs a new
PlayHeadDragMode . |
Modifier and Type | Field and Description |
---|---|
PlayHeadMarker |
MapView.playHeadMarker
The play head marker: there is only one of these so it isn't in any specific layer
|
Modifier and Type | Field and Description |
---|---|
private static PlayHeadMarker |
PlayHeadMarker.playHead |
Modifier and Type | Method and Description |
---|---|
static PlayHeadMarker |
PlayHeadMarker.create()
Returns the unique instance of
PlayHeadMarker . |