Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.placement.CompletelyInsideAreaStrategy
-
Packages that use CompletelyInsideAreaStrategy Package Description org.openstreetmap.josm.gui.mappaint.styleelement.placement Label placement strategy for map paint styles. -
-
Uses of CompletelyInsideAreaStrategy in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Subclasses of CompletelyInsideAreaStrategy in org.openstreetmap.josm.gui.mappaint.styleelement.placement Modifier and Type Class Description class
PartiallyInsideAreaStrategy
A strategy that places the label / icon so that is is on the area.Fields in org.openstreetmap.josm.gui.mappaint.styleelement.placement declared as CompletelyInsideAreaStrategy Modifier and Type Field Description static CompletelyInsideAreaStrategy
CompletelyInsideAreaStrategy. INSTANCE
An instance of this class.
-