Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioMarker
Marker class with audio playback capability.
|
class |
ButtonMarker
Marker class with button look-and-feel.
|
class |
ImageMarker
Marker representing an image.
|
class |
PlayHeadMarker
Singleton marker class to track position of audio.
|
class |
WebMarker
Marker class with Web URL activation.
|
Modifier and Type | Field and Description |
---|---|
private Marker |
MarkerLayer.currentMarker |
Modifier and Type | Field and Description |
---|---|
java.util.List<Marker> |
MarkerLayer.data
A list of markers.
|
Modifier and Type | Method and Description |
---|---|
private static Marker |
MarkerLayer.getAdjacentMarker(Marker startMarker,
boolean next,
Layer layer) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Marker> |
Marker.createMarkers(WayPoint wpt,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns an object of class Marker or one of its subclasses
created from the parameters given.
|
java.util.Collection<Marker> |
DefaultMarkerProducers.createMarkers(WayPoint wpt,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset) |
java.util.Collection<Marker> |
MarkerProducers.createMarkers(WayPoint wp,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns a collection of Marker objects if this implementation wants to create one for the
given input data, or
null otherwise. |
Modifier and Type | Method and Description |
---|---|
private static Marker |
MarkerLayer.getAdjacentMarker(Marker startMarker,
boolean next,
Layer layer) |
private static void |
MarkerLayer.playAdjacentMarker(Marker startMarker,
boolean next) |