Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
org.openstreetmap.josm.gui.mappaint.styleelement.placement |
Label placement strategy for map paint styles.
|
Modifier and Type | Field and Description |
---|---|
static Keyword |
Keyword.AUTO
Automated text positioning
|
static Keyword |
Keyword.BOTTOM
Align text at the bottom
|
static Keyword |
Keyword.CENTER
Align text at the center
|
static Keyword |
Keyword.DEFAULT
Use default line width
|
static Keyword |
Keyword.RIGHT
Align to the right
|
static Keyword |
Keyword.THINNEST
Thinnest line width
|
Modifier and Type | Method and Description |
---|---|
static PositionForAreaStrategy |
PositionForAreaStrategy.forKeyword(Keyword keyword)
Gets a strategy for the given keyword.
|
static PositionForAreaStrategy |
PositionForAreaStrategy.forKeyword(Keyword keyword,
PositionForAreaStrategy defaultStrategy)
Gets a strategy for the given keyword.
|