Package org.openstreetmap.josm.gui.mappaint.styleelement.placement
Label placement strategy for map paint styles.
-
Interface Summary Interface Description PositionForAreaStrategy This strategy defines how to place a label or icon inside the area. -
Class Summary Class Description CompletelyInsideAreaStrategy Places the label / icon so that it is completely inside the area.OnLineStrategy Places the label onto the line.OnLineStrategy.HalfSegment A half segment that can be used to place text on it.OnLineStrategy.OffsetGlyph OnLineStrategy.UpsideComputingVisitor A visitor that computes the side of the way that is the upper one for each segment and computes the dominant upper side of the way.PartiallyInsideAreaStrategy A strategy that places the label / icon so that is is on the area.