Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
Modifier and Type | Field and Description |
---|---|
static LineElement |
LineElement.UNTAGGED_WAY
The default style for any untagged way.
|
Modifier and Type | Method and Description |
---|---|
static LineElement |
LineElement.createCasing(Environment env)
Create a line element for the casing from the given MapCSS environment
|
private static LineElement |
LineElement.createImpl(Environment env,
LineElement.LineType type) |
static LineElement |
LineElement.createLeftCasing(Environment env)
Create a line element for the left casing from the given MapCSS environment
|
static LineElement |
LineElement.createLine(Environment env)
Create a line element from the given MapCSS environment
|
static LineElement |
LineElement.createRightCasing(Environment env)
Create a line element for the right casing from the given MapCSS environment
|
static LineElement |
LineElement.createSimpleLineStyle(java.awt.Color color,
boolean isAreaEdge)
Creates a simple line with default widt.
|