Package | Description |
---|---|
org.lazywizard.lazylib.ui |
Contains classes and methods for rendering text and simple GUI elements.
|
Modifier and Type | Method and Description |
---|---|
LazyFont.TextAlignment |
LazyFont.DrawableString.getAlignment()
Returns which side of the text area the text will be aligned with.
|
static LazyFont.TextAlignment |
LazyFont.TextAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyFont.TextAlignment[] |
LazyFont.TextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LazyFont.DrawableString.setAlignment(LazyFont.TextAlignment alignment)
Sets which side of the text area the text will be aligned with.
|