Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
Modifier and Type | Field and Description |
---|---|
BoxTextElement.VerticalTextAlignment |
BoxTextElement.vAlign
The
BoxTextElement.VerticalTextAlignment for this text. |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
BoxTextElement(Cascade c,
TextLabel text,
BoxTextElement.BoxProvider boxProvider,
java.awt.Rectangle box,
BoxTextElement.HorizontalTextAlignment hAlign,
BoxTextElement.VerticalTextAlignment vAlign)
Create a new
BoxTextElement |