libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.BitmapFont.HAlignment

Packages that use BitmapFont.HAlignment
com.badlogic.gdx.graphics.g2d   
 

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.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)