| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.mappaint.styleelement | |
| org.openstreetmap.josm.gui.util |
Provides GUI utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
RotationAngle |
NodeElement.mapImageAngle |
| Constructor and Description |
|---|
NodeElement(Cascade c,
MapImage mapImage,
NodeElement.Symbol symbol,
float defaultMajorZindex,
RotationAngle rotationAngle) |
| Modifier and Type | Method and Description |
|---|---|
static RotationAngle |
RotationAngle.buildStaticRotation(double angle)
Always returns the fixed
angle. |
static RotationAngle |
RotationAngle.buildStaticRotation(java.lang.String string)
Parses the rotation angle from the specified
string. |
static RotationAngle |
RotationAngle.buildWayDirectionRotation()
Computes the angle depending on the referencing way segment, or
0 if none exists. |