Uses of Class
org.openstreetmap.josm.gui.mappaint.BoxTextElemStyle

Packages that use BoxTextElemStyle
org.openstreetmap.josm.data.osm.visitor.paint   
org.openstreetmap.josm.gui.mappaint   
 

Uses of BoxTextElemStyle in org.openstreetmap.josm.data.osm.visitor.paint
 

Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type BoxTextElemStyle
 void MapPainter.drawBoxText(Node n, BoxTextElemStyle bs)
           
 

Uses of BoxTextElemStyle in org.openstreetmap.josm.gui.mappaint
 

Fields in org.openstreetmap.josm.gui.mappaint declared as BoxTextElemStyle
static BoxTextElemStyle BoxTextElemStyle.SIMPLE_NODE_TEXT_ELEMSTYLE
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return BoxTextElemStyle
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, BoxTextElemStyle.BoxProvider boxProvider)
           
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, BoxTextElemStyle.BoxProvider boxProvider, java.awt.Rectangle box)
           
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, java.awt.Rectangle box)
           
 



JOSM