Uses of Class
org.openstreetmap.josm.gui.mappaint.Keyword
-
Packages that use Keyword 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. -
-
Uses of Keyword in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as Keyword Modifier and Type Field Description static Keyword
Keyword. AUTO
Automated text positioningstatic Keyword
Keyword. BOTTOM
Align text at the bottomstatic Keyword
Keyword. CENTER
Align text at the centerstatic Keyword
Keyword. DEFAULT
Use default line widthstatic Keyword
Keyword. RIGHT
Align to the rightstatic Keyword
Keyword. THINNEST
Thinnest line width -
Uses of Keyword in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Methods in org.openstreetmap.josm.gui.mappaint.styleelement.placement with parameters of type Keyword Modifier and Type Method 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.
-