com.bulletphysics.demos.opengl
Class FontRender.GLFont

java.lang.Object
  extended by com.bulletphysics.demos.opengl.FontRender.GLFont
Enclosing class:
FontRender

public static class FontRender.GLFont
extends java.lang.Object


Field Summary
protected  FontRender.Glyph[] glyphs
           
protected  int height
           
protected  int texture
           
protected  int width
           
 
Constructor Summary
FontRender.GLFont()
           
FontRender.GLFont(java.io.InputStream in)
           
 
Method Summary
 void destroy()
           
protected  void load(java.io.File f)
           
protected  void load(java.io.InputStream _in)
           
protected  void save(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texture

protected int texture

width

protected int width

height

protected int height

glyphs

protected FontRender.Glyph[] glyphs
Constructor Detail

FontRender.GLFont

public FontRender.GLFont()

FontRender.GLFont

public FontRender.GLFont(java.io.InputStream in)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

destroy

public void destroy()

save

protected void save(java.io.File f)
             throws java.io.IOException
Throws:
java.io.IOException

load

protected void load(java.io.File f)
             throws java.io.IOException
Throws:
java.io.IOException

load

protected void load(java.io.InputStream _in)
             throws java.io.IOException
Throws:
java.io.IOException