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(Node n,
BoxTextElement bs) |
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 dynamic box |
static BoxTextElement |
BoxTextElement.create(Environment env,
BoxTextElement.BoxProvider boxProvider,
java.awt.Rectangle box)
Create a new
BoxTextElement with a boxprovider and a box. |
static BoxTextElement |
BoxTextElement.create(Environment env,
java.awt.Rectangle box)
Create a new
BoxTextElement with a fixed box |