Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
com.b3dgs.lionengine.graphic |
Graphic related package.
|
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(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 |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
String... text)
Draw a multiple text at specified location.
|
void |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
String text)
Draw a single text at specified location.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.draw(Graphic g,
int x,
int y,
Align alignment,
String text)
Renders text on graphic output, to the specified location and alignment.
|
void |
Text.setAlign(Align align)
Set text alignment.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.