| 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. |
| org.openstreetmap.josm.gui.mappaint.styleelement |
| Modifier and Type | Field and Description |
|---|---|
private StyleElement |
StyledMapRenderer.StyleRecord.style |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.Class<? extends StyleElement>,java.lang.Integer> |
StyledMapRenderer.BenchmarkData.styleElementCount |
| Constructor and Description |
|---|
StyleRecord(StyleElement style,
OsmPrimitive osm,
int flags) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<StyleElement> |
StyleElementList.lst |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<StyleElement> |
StyleElementList.iterator() |
| Constructor and Description |
|---|
StyleElementList(StyleElement... init) |
StyleElementList(StyleElementList sl,
StyleElement s) |
| Constructor and Description |
|---|
StyleElementList(java.util.Collection<StyleElement> sl) |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaElement |
class |
BoxTextElement
Text style attached to a style with a bounding box, like an icon or a symbol.
|
class |
LineElement |
class |
LineTextElement |
class |
NodeElement
applies for Nodes and turn restriction relations
|
class |
RepeatImageElement |