Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.drawable |
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.draw(Graphic g,
int x,
int y,
Align alignment,
java.lang.String text)
Renders text on graphic output, to the specified location and alignment.
|
void |
Text.setAlign(Align align)
Set text alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
java.lang.String... text)
Draw a multiple text at specified location.
|
void |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
java.lang.String text)
Draw a single text at specified location.
|