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

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

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

Fields in org.openstreetmap.josm.gui.mappaint declared as BoxTextElemStyle.HorizontalTextAlignment
 BoxTextElemStyle.HorizontalTextAlignment BoxTextElemStyle.hAlign
           
 

Methods in org.openstreetmap.josm.gui.mappaint that return BoxTextElemStyle.HorizontalTextAlignment
static BoxTextElemStyle.HorizontalTextAlignment BoxTextElemStyle.HorizontalTextAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoxTextElemStyle.HorizontalTextAlignment[] BoxTextElemStyle.HorizontalTextAlignment.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.HorizontalTextAlignment
BoxTextElemStyle(Cascade c, TextElement text, BoxTextElemStyle.BoxProvider boxProvider, java.awt.Rectangle box, BoxTextElemStyle.HorizontalTextAlignment hAlign, BoxTextElemStyle.VerticalTextAlignment vAlign)
           
 



JOSM