Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint | |
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. |
Modifier and Type | Field and Description |
---|---|
private ElemStyle |
StyledMapRenderer.StyleRecord.style |
Constructor and Description |
---|
StyleRecord(ElemStyle style,
OsmPrimitive osm,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
AreaElemStyle |
class |
BoxTextElemStyle
Text style attached to a style with a bounding box, like an icon or a symbol.
|
class |
LineElemStyle |
class |
LineTextElemStyle |
class |
NodeElemStyle
applies for Nodes and turn restriction relations
|
class |
RepeatImageElemStyle |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ElemStyle> |
StyleCache.StyleList.lst |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ElemStyle> |
StyleCache.StyleList.iterator() |
Constructor and Description |
---|
StyleList(ElemStyle... init) |
StyleList(StyleCache.StyleList sl,
ElemStyle s) |
Constructor and Description |
---|
StyleList(java.util.Collection<ElemStyle> sl) |