Uses of Interface
com.jmex.font3d.TextFactory

Packages that use TextFactory
com.jmex.font2d   
com.jmex.font3d   
 

Uses of TextFactory in com.jmex.font2d
 

Classes in com.jmex.font2d that implement TextFactory
 class Font2D
           
 

Methods in com.jmex.font2d that return TextFactory
 TextFactory Text2D.getFactory()
           
 

Uses of TextFactory in com.jmex.font3d
 

Classes in com.jmex.font3d that implement TextFactory
 class Font3D
          This class represents a font ready to be used for 3D.
 

Methods in com.jmex.font3d that return TextFactory
 TextFactory JmeText.getFactory()
           
 TextFactory Text3D.getFactory()