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 void
StyledMapRenderer. 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 MapViewPositionAndRotation
CompletelyInsideAreaStrategy. centerOf(MapViewState mapViewState, java.awt.Rectangle centeredNBounds)
MapViewPositionAndRotation
CompletelyInsideAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)
MapViewPositionAndRotation
OnLineStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)
MapViewPositionAndRotation
PartiallyInsideAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)
MapViewPositionAndRotation
PositionForAreaStrategy. findLabelPlacement(MapViewPath path, java.awt.geom.Rectangle2D nb)
Finds the correct position of a label / icon inside the area.
-