Uses of Class
org.openstreetmap.josm.gui.draw.MapViewPositionAndRotation
-
Packages that use MapViewPositionAndRotation Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.gui.mappaint.styleelement.placement Label placement strategy for map paint styles. -
-
Uses of MapViewPositionAndRotation in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type MapViewPositionAndRotation Modifier and Type Method Description private voidStyledMapRenderer. displayText(IPrimitive osm, TextLabel text, java.lang.String name, java.awt.geom.Rectangle2D nb, MapViewPositionAndRotation center) -
Uses of MapViewPositionAndRotation in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Methods in org.openstreetmap.josm.gui.mappaint.styleelement.placement that return MapViewPositionAndRotation Modifier and Type Method Description private MapViewPositionAndRotationCompletelyInsideAreaStrategy. centerOf(MapViewState mapViewState, java.awt.Rectangle centeredNBounds)MapViewPositionAndRotationCompletelyInsideAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)MapViewPositionAndRotationOnLineStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)MapViewPositionAndRotationPartiallyInsideAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)MapViewPositionAndRotationPositionForAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)Finds the correct position of a label / icon inside the area.
-