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 LineElementLineElement. UNTAGGED_WAYThe default style for any untagged way.Methods in org.openstreetmap.josm.gui.mappaint.styleelement that return LineElement Modifier and Type Method Description static LineElementLineElement. createCasing(Environment env)Create a line element for the casing from the given MapCSS environmentprivate static LineElementLineElement. createImpl(Environment env, LineElement.LineType type)static LineElementLineElement. createLeftCasing(Environment env)Create a line element for the left casing from the given MapCSS environmentstatic LineElementLineElement. createLine(Environment env)Create a line element from the given MapCSS environmentstatic LineElementLineElement. createRightCasing(Environment env)Create a line element for the right casing from the given MapCSS environmentstatic LineElementLineElement. createSimpleLineStyle(java.awt.Color color, boolean isAreaEdge)Creates a simple line with default width.
-