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.
|
Modifier and Type | Method and Description |
---|---|
private void |
StyledMapRenderer.displayText(OsmPrimitive osm,
TextLabel text,
java.lang.String name,
java.awt.geom.Rectangle2D nb,
MapViewPositionAndRotation center) |
Modifier and Type | Method and Description |
---|---|
private MapViewPositionAndRotation |
CompletelyInsideAreaStrategy.centerOf(MapViewState mapViewState,
java.awt.Rectangle centeredNBounds) |
MapViewPositionAndRotation |
OnLineStrategy.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.
|
MapViewPositionAndRotation |
CompletelyInsideAreaStrategy.findLabelPlacement(MapViewPath path,
java.awt.geom.Rectangle2D nb) |
MapViewPositionAndRotation |
PartiallyInsideAreaStrategy.findLabelPlacement(MapViewPath path,
java.awt.geom.Rectangle2D nb) |