Uses of Class
com.jme3.font.LineWrapMode

Packages that use LineWrapMode
com.jme3.font   
 

Uses of LineWrapMode in com.jme3.font
 

Methods in com.jme3.font that return LineWrapMode
 LineWrapMode BitmapText.getLineWrapMode()
           
static LineWrapMode LineWrapMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineWrapMode[] LineWrapMode.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 LineWrapMode
 void BitmapText.setLineWrapMode(LineWrapMode wrap)
          Available only when bounding is set.