Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
org.openstreetmap.josm.gui.util |
Provides GUI utility classes.
|
Modifier and Type | Field and Description |
---|---|
RotationAngle |
NodeElemStyle.mapImageAngle |
Constructor and Description |
---|
NodeElemStyle(Cascade c,
MapImage mapImage,
NodeElemStyle.Symbol symbol,
float default_major_z_index,
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. |