Package | Description |
---|---|
org.lazywizard.lazylib.ui |
Contains classes and methods for rendering text and simple GUI elements.
|
Modifier and Type | Method and Description |
---|---|
LazyFont.TextAnchor |
LazyFont.DrawableString.getAnchor()
Returns the current anchor (origin when drawing) for this
LazyFont.DrawableString . |
static LazyFont.TextAnchor |
LazyFont.TextAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyFont.TextAnchor[] |
LazyFont.TextAnchor.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.setAnchor(LazyFont.TextAnchor anchor)
Sets the anchor (origin when drawing) for this
LazyFont.DrawableString . |