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

Packages that use BoxTextElemStyle.VerticalTextAlignment
org.openstreetmap.josm.gui.mappaint   
 

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

Fields in org.openstreetmap.josm.gui.mappaint declared as BoxTextElemStyle.VerticalTextAlignment
 BoxTextElemStyle.VerticalTextAlignment BoxTextElemStyle.vAlign
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return BoxTextElemStyle.VerticalTextAlignment
static BoxTextElemStyle.VerticalTextAlignment BoxTextElemStyle.VerticalTextAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoxTextElemStyle.VerticalTextAlignment[] BoxTextElemStyle.VerticalTextAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type BoxTextElemStyle.VerticalTextAlignment
BoxTextElemStyle(Cascade c, TextElement text, BoxTextElemStyle.BoxProvider boxProvider, java.awt.Rectangle box, BoxTextElemStyle.HorizontalTextAlignment hAlign, BoxTextElemStyle.VerticalTextAlignment vAlign)
           
 



JOSM