Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.styleelement |
Modifier and Type | Method and Description |
---|---|
static LineElement.LineType |
LineElement.LineType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.Float |
LineElement.computeOffset(LineElement.LineType type,
Cascade c,
Cascade cDef,
java.lang.Float width) |
private static float |
LineElement.computeRealWidth(Environment env,
LineElement.LineType type,
Cascade c) |
private static java.lang.Float |
LineElement.computeWidth(LineElement.LineType type,
Cascade c,
Cascade cDef) |
private static LineElement |
LineElement.createImpl(Environment env,
LineElement.LineType type) |