|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitmapFont.HAlignment | |
---|---|
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.scenes.scene2d.actors |
Uses of BitmapFont.HAlignment in com.badlogic.gdx.graphics.g2d |
---|
Methods in com.badlogic.gdx.graphics.g2d that return BitmapFont.HAlignment | |
---|---|
static BitmapFont.HAlignment |
BitmapFont.HAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BitmapFont.HAlignment[] |
BitmapFont.HAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.badlogic.gdx.graphics.g2d with parameters of type BitmapFont.HAlignment | |
---|---|
BitmapFont.TextBounds |
BitmapFont.drawMultiLine(SpriteBatch spriteBatch,
java.lang.CharSequence str,
float x,
float y,
float alignmentWidth,
BitmapFont.HAlignment alignment)
Draws a string, which may contain newlines (\n), at the specified position and alignment. |
BitmapFont.TextBounds |
BitmapFont.drawWrapped(SpriteBatch spriteBatch,
java.lang.CharSequence str,
float x,
float y,
float wrapWidth,
BitmapFont.HAlignment alignment)
Draws a string, which may contain newlines (\n), with the specified position. |
BitmapFont.TextBounds |
BitmapFontCache.setMultiLineText(java.lang.CharSequence str,
float x,
float y,
float alignmentWidth,
BitmapFont.HAlignment alignment)
Caches a string, which may contain newlines (\n), with the specified position and alignment. |
BitmapFont.TextBounds |
BitmapFontCache.setWrappedText(java.lang.CharSequence str,
float x,
float y,
float wrapWidth,
BitmapFont.HAlignment alignment)
Caches a string, which may contain newlines (\n), with the specified position. |
Uses of BitmapFont.HAlignment in com.badlogic.gdx.scenes.scene2d.actors |
---|
Methods in com.badlogic.gdx.scenes.scene2d.actors with parameters of type BitmapFont.HAlignment | |
---|---|
void |
Label.setWrappedText(java.lang.String text,
BitmapFont.HAlignment halign)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |