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 voidStyledMapRenderer. 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 BoxTextElementDefaultStyles. SIMPLE_NODE_TEXT_ELEMSTYLEThe 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 BoxTextElementBoxTextElement. create(Environment env, BoxTextElement.BoxProvider boxProvider)Create a newBoxTextElementwith a boxprovider and a box.
-