Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.LineElement.LineType
-
Packages that use LineElement.LineType Package Description org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of LineElement.LineType in org.openstreetmap.josm.gui.mappaint.styleelement
Methods in org.openstreetmap.josm.gui.mappaint.styleelement that return LineElement.LineType Modifier and Type Method Description static LineElement.LineType
LineElement.LineType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineElement.LineType[]
LineElement.LineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type LineElement.LineType Modifier and Type Method Description private static Float
LineElement. computeOffset(LineElement.LineType type, Cascade c, Cascade cDef, Float width)
private static float
LineElement. computeRealWidth(Environment env, LineElement.LineType type, Cascade c)
private static Float
LineElement. computeWidth(LineElement.LineType type, Cascade c, Cascade cDef)
private static LineElement
LineElement. createImpl(Environment env, LineElement.LineType type)
-