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.mapcss |
Drawing system based on MapCSS map styles.
|
org.openstreetmap.josm.gui.mappaint.xml |
Drawing system based on XML map styles.
|
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 |
ElemStyle |
class |
LineElemStyle |
class |
LineTextElemStyle |
class |
MultiCascade
Several layers / cascades, e.g.
|
class |
NodeElemStyle
applies for Nodes and turn restriction relations
|
class |
RepeatImageElemStyle |
class |
TextElement
Represents the rendering style for a textual label placed somewhere on the map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Instruction |
Modifier and Type | Class and Description |
---|---|
static class |
Instruction.AssignmentInstruction |
Modifier and Type | Class and Description |
---|---|
class |
XmlStyleSource |