Uses of Interface
org.openstreetmap.josm.tools.RotationAngle
-
Packages that use RotationAngle Package Description org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of RotationAngle in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as RotationAngle Modifier and Type Field Description private RotationAngle
AreaIconElement. iconImageAngle
The rotation of theAreaIconElement.iconImageAngle
RotationAngle
NodeElement. mapImageAngle
The angle that is used to rotateNodeElement.mapImage
.RotationAngle
TextLabel. rotationAngle
The rotation angle to be used when renderingMethods in org.openstreetmap.josm.gui.mappaint.styleelement that return RotationAngle Modifier and Type Method Description static RotationAngle
NodeElement. createRotationAngle(Environment env)
Reads the icon-rotation property and creates a rotation angle from it.private static RotationAngle
NodeElement. createRotationAngle(Environment env, String key)
static RotationAngle
NodeElement. createTextRotationAngle(Environment env)
Reads the text-rotation property and creates a rotation angle from it.Constructors in org.openstreetmap.josm.gui.mappaint.styleelement with parameters of type RotationAngle Constructor Description AreaIconElement(Cascade c, MapImage iconImage, RotationAngle iconImageAngle, PositionForAreaStrategy iconPosition)
NodeElement(Cascade c, MapImage mapImage, Symbol symbol, float defaultMajorZindex, RotationAngle rotationAngle)
TextLabel(LabelCompositionStrategy strategy, Font font, RotationAngle rotationAngle, Color color, Float haloRadius, Color haloColor)
Creates a new text element -
Uses of RotationAngle in org.openstreetmap.josm.tools
Classes in org.openstreetmap.josm.tools that implement RotationAngle Modifier and Type Class Description static class
RotationAngle.StaticRotationAngle
A static rotationstatic class
RotationAngle.WayDirectionRotationAngle
The rotation along a way.Fields in org.openstreetmap.josm.tools declared as RotationAngle Modifier and Type Field Description static RotationAngle
RotationAngle. NO_ROTATION
A no-rotation angle that always returns 0.Methods in org.openstreetmap.josm.tools that return RotationAngle Modifier and Type Method Description static RotationAngle
RotationAngle. buildStaticRotation(double angle)
Always returns the fixedangle
.static RotationAngle
RotationAngle. buildStaticRotation(String string)
Parses the rotation angle from the specifiedstring
.static RotationAngle
RotationAngle. buildWayDirectionRotation()
Computes the angle depending on the referencing way segment, or0
if none exists.
-