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