Uses of Class
com.jme3.font.BitmapCharacter

Packages that use BitmapCharacter
com.jme3.font   
 

Uses of BitmapCharacter in com.jme3.font
 

Methods in com.jme3.font that return BitmapCharacter
 BitmapCharacter BitmapCharacter.clone()
           
 BitmapCharacter BitmapCharacterSet.getCharacter(int index)
           
 BitmapCharacter BitmapCharacterSet.getCharacter(int index, int style)
           
 

Methods in com.jme3.font with parameters of type BitmapCharacter
 void BitmapCharacterSet.addCharacter(int index, BitmapCharacter ch)
           
 

Method parameters in com.jme3.font with type arguments of type BitmapCharacter
protected  void BitmapCharacterSet.writeCharset(OutputCapsule oc, int style, IntMap<BitmapCharacter> charset)