Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.interfaces |
Modifier and Type | Field and Description |
---|---|
private MapMarker.STYLE |
MapMarkerCircle.markerStyle |
Modifier and Type | Method and Description |
---|---|
MapMarker.STYLE |
MapMarkerCircle.getMarkerStyle() |
Constructor and Description |
---|
MapMarkerCircle(Layer layer,
java.lang.String name,
Coordinate coord,
double radius,
MapMarker.STYLE markerStyle,
Style style)
Constructs a new
MapMarkerCircle . |
Modifier and Type | Method and Description |
---|---|
MapMarker.STYLE |
MapMarker.getMarkerStyle() |
static MapMarker.STYLE |
MapMarker.STYLE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapMarker.STYLE[] |
MapMarker.STYLE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|