Uses of Class
com.jme.ui.UICharacter

Packages that use UICharacter
com.jme.ui   
 

Uses of UICharacter in com.jme.ui
 

Methods in com.jme.ui that return UICharacter
 UICharacter UIFonts.createCharacter(java.lang.String name, char c, java.lang.String fontname, int x, int y, int width, int height, float scale, UIColorScheme scheme)
           
 

Constructors in com.jme.ui with parameters of type UICharacter
UICharacter(java.lang.String name, UICharacter tmp, int x, int y, int width, int height, float scale, UIColorScheme scheme)
          Copy contstructor, this is used when UIText needs to make a copy of a character for actual rendering.