Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement
-
Packages that use BoxTextElement 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 Style elements defining how a map paint style is rendered. -
-
Uses of BoxTextElement in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type BoxTextElement Modifier and Type Method Description void
StyledMapRenderer. drawBoxText(INode n, BoxTextElement bs)
Draw a text onto a node -
Uses of BoxTextElement in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as BoxTextElement Modifier and Type Field Description static BoxTextElement
DefaultStyles. SIMPLE_NODE_TEXT_ELEMSTYLE
The default style a simple node should use for it's textMethods in org.openstreetmap.josm.gui.mappaint.styleelement that return BoxTextElement Modifier and Type Method Description static BoxTextElement
BoxTextElement. create(Environment env, BoxTextElement.BoxProvider boxProvider)
Create a newBoxTextElement
with a boxprovider and a box.
-