Uses of Class
org.jtgl.core.JTGLFont

Packages that use JTGLFont
org.jtgl.core   
 

Uses of JTGLFont in org.jtgl.core
 

Methods in org.jtgl.core that return JTGLFont
 JTGLFont JTGLFont.createFont(int style)
           
 JTGLFont JTGLFont.createFont(java.lang.String name)
           
 JTGLFont JTGLFont.createFont(java.lang.String name, int style)
           
abstract  JTGLFont JTGLFont.createFont(java.lang.String name, int style, int size)
           
abstract  JTGLFont JTGLFont.getDefaultFont()
           
abstract  JTGLFont JTGLGraphics.getDefaultFont()
           
 JTGLFont JTGLGraphics.getFont()
           
 

Methods in org.jtgl.core with parameters of type JTGLFont
 void JTGLGraphics.setFont(JTGLFont font)