Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.BoxTextElement.HorizontalTextAlignment
-
Packages that use BoxTextElement.HorizontalTextAlignment Package Description org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered. -
-
Uses of BoxTextElement.HorizontalTextAlignment in org.openstreetmap.josm.gui.mappaint.styleelement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement declared as BoxTextElement.HorizontalTextAlignment Modifier and Type Field Description BoxTextElement.HorizontalTextAlignment
BoxTextElement. hAlign
TheBoxTextElement.HorizontalTextAlignment
for this text.Methods in org.openstreetmap.josm.gui.mappaint.styleelement that return BoxTextElement.HorizontalTextAlignment Modifier and Type Method Description static BoxTextElement.HorizontalTextAlignment
BoxTextElement.HorizontalTextAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoxTextElement.HorizontalTextAlignment[]
BoxTextElement.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.styleelement with parameters of type BoxTextElement.HorizontalTextAlignment Constructor Description BoxTextElement(Cascade c, TextLabel text, BoxTextElement.BoxProvider boxProvider, int offsetX, int offsetY, BoxTextElement.HorizontalTextAlignment hAlign, BoxTextElement.VerticalTextAlignment vAlign)
Create a newBoxTextElement
-