gl4java.utils.glut.fonts
Class BitmapCharRec

java.lang.Object
  |
  +--gl4java.utils.glut.fonts.BitmapCharRec

public class BitmapCharRec
extends java.lang.Object


Field Summary
 float advance
           
 byte[] bitmap
           
 int height
           
 int width
           
 float xorig
           
 float yorig
           
 
Constructor Summary
BitmapCharRec(int w, int h, float xo, float yo, float adv, byte[] bm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

xorig

public float xorig

yorig

public float yorig

advance

public float advance

bitmap

public byte[] bitmap
Constructor Detail

BitmapCharRec

public BitmapCharRec(int w,
                     int h,
                     float xo,
                     float yo,
                     float adv,
                     byte[] bm)