Package | Description |
---|---|
com.b3dgs.lionengine.audio.impl | |
com.b3dgs.lionengine.core | |
com.b3dgs.lionengine.drawable | |
com.b3dgs.lionengine.drawable.impl |
Constructor and Description |
---|
WAV(java.lang.String wavfile,
Alignment align) |
Modifier and Type | Method and Description |
---|---|
static Alignment |
Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.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(java.awt.Graphics2D g,
java.lang.String text,
int x,
int y,
Alignment alignment)
Renders text on graphic output, to the specified location and alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
TextImpl.draw(java.awt.Graphics2D g,
java.lang.String text,
int x,
int y,
Alignment alignment) |