Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
StyledMapRenderer.drawBoxText(INode n,
BoxTextElement bs)
Draw a text onto a node
|
Modifier and Type | Field and Description |
---|---|
static BoxTextElement |
BoxTextElement.SIMPLE_NODE_TEXT_ELEMSTYLE
The default style a simple node should use for it's text
|
Modifier and Type | Method and Description |
---|---|
static BoxTextElement |
BoxTextElement.create(Environment env,
BoxTextElement.BoxProvider boxProvider)
Create a new
BoxTextElement with a boxprovider and a box. |