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 | Method and Description |
---|---|
void |
StyledMapRenderer.drawBoxText(Node n,
BoxTextElemStyle bs) |
Modifier and Type | Field and Description |
---|---|
static BoxTextElemStyle |
BoxTextElemStyle.SIMPLE_NODE_TEXT_ELEMSTYLE |
Modifier and Type | Method and Description |
---|---|
static BoxTextElemStyle |
BoxTextElemStyle.create(Environment env,
BoxTextElemStyle.BoxProvider boxProvider) |
static BoxTextElemStyle |
BoxTextElemStyle.create(Environment env,
BoxTextElemStyle.BoxProvider boxProvider,
java.awt.Rectangle box) |
static BoxTextElemStyle |
BoxTextElemStyle.create(Environment env,
java.awt.Rectangle box) |