com.partnersoft.gui
Class BitmapFont.BitmapGlyph

java.lang.Object
  extended by com.partnersoft.gui.BitmapFont.BitmapGlyph
Enclosing class:
BitmapFont

public static class BitmapFont.BitmapGlyph
extends java.lang.Object


Field Summary
 int advance
           
 java.awt.image.BufferedImage bitmap
           
 float u
           
 
Constructor Summary
BitmapFont.BitmapGlyph()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

advance

public int advance

bitmap

public java.awt.image.BufferedImage bitmap

u

public float u
Constructor Detail

BitmapFont.BitmapGlyph

public BitmapFont.BitmapGlyph()