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 KeywordKeyword. AUTOAutomated text positioningstatic KeywordKeyword. BOTTOMAlign text at the bottomstatic KeywordKeyword. CENTERAlign text at the centerstatic KeywordKeyword. DEFAULTUse default line widthstatic KeywordKeyword. RIGHTAlign to the rightstatic KeywordKeyword. THINNESTThinnest 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 PositionForAreaStrategyPositionForAreaStrategy. forKeyword(Keyword keyword)Gets a strategy for the given keyword.static PositionForAreaStrategyPositionForAreaStrategy. forKeyword(Keyword keyword, PositionForAreaStrategy defaultStrategy)Gets a strategy for the given keyword.
-