Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.LineElement
-
Packages that use LineElement Package Description org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of LineElement in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as LineElement Modifier and Type Field Description static LineElement
LineElement. UNTAGGED_WAY
The default style for any untagged way.Methods in org.openstreetmap.josm.gui.mappaint.styleelement that return LineElement Modifier and Type Method Description static LineElement
LineElement. createCasing(Environment env)
Create a line element for the casing from the given MapCSS environmentprivate 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 environmentstatic LineElement
LineElement. createLine(Environment env)
Create a line element from the given MapCSS environmentstatic LineElement
LineElement. createRightCasing(Environment env)
Create a line element for the right casing from the given MapCSS environmentstatic LineElement
LineElement. createSimpleLineStyle(java.awt.Color color, boolean isAreaEdge)
Creates a simple line with default width.
-