Uses of Class
com.jme3.font.BitmapFont.Align

Packages that use BitmapFont.Align
com.jme3.font   
 

Uses of BitmapFont.Align in com.jme3.font
 

Methods in com.jme3.font that return BitmapFont.Align
 BitmapFont.Align BitmapText.getAlignment()
           
static BitmapFont.Align BitmapFont.Align.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BitmapFont.Align[] BitmapFont.Align.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.font with parameters of type BitmapFont.Align
 void BitmapText.setAlignment(BitmapFont.Align align)
          Set horizontal alignment.