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

Packages that use BitmapFont.VAlign
com.jme3.font   
 

Uses of BitmapFont.VAlign in com.jme3.font
 

Methods in com.jme3.font that return BitmapFont.VAlign
 BitmapFont.VAlign BitmapText.getVerticalAlignment()
           
static BitmapFont.VAlign BitmapFont.VAlign.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BitmapFont.VAlign[] BitmapFont.VAlign.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.VAlign
 void BitmapText.setVerticalAlignment(BitmapFont.VAlign align)
          Set vertical alignment.