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 RotationAngleAreaIconElement. iconImageAngleThe rotation of theAreaIconElement.iconImageAngleRotationAngleNodeElement. mapImageAngleThe angle that is used to rotateNodeElement.mapImage.RotationAngleTextLabel. rotationAngleThe rotation angle to be used when renderingMethods in org.openstreetmap.josm.gui.mappaint.styleelement that return RotationAngle Modifier and Type Method Description static RotationAngleNodeElement. createRotationAngle(Environment env)Reads the icon-rotation property and creates a rotation angle from it.private static RotationAngleNodeElement. createRotationAngle(Environment env, java.lang.String key)static RotationAngleNodeElement. 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, java.awt.Font font, RotationAngle rotationAngle, java.awt.Color color, java.lang.Float haloRadius, java.awt.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 classRotationAngle.StaticRotationAngleA static rotationstatic classRotationAngle.WayDirectionRotationAngleThe rotation along a way.Fields in org.openstreetmap.josm.tools declared as RotationAngle Modifier and Type Field Description static RotationAngleRotationAngle. NO_ROTATIONA no-rotation angle that always returns 0.Methods in org.openstreetmap.josm.tools that return RotationAngle Modifier and Type Method Description static RotationAngleRotationAngle. buildStaticRotation(double angle)Always returns the fixedangle.static RotationAngleRotationAngle. buildStaticRotation(java.lang.String string)Parses the rotation angle from the specifiedstring.static RotationAngleRotationAngle. buildWayDirectionRotation()Computes the angle depending on the referencing way segment, or0if none exists.
-