Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.styleelement |
Modifier and Type | Field and Description |
---|---|
BoxTextElement.HorizontalTextAlignment |
BoxTextElement.hAlign |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BoxTextElement(Cascade c,
TextLabel text,
BoxTextElement.BoxProvider boxProvider,
java.awt.Rectangle box,
BoxTextElement.HorizontalTextAlignment hAlign,
BoxTextElement.VerticalTextAlignment vAlign) |