gl4java.utils.glut.fonts
Class StrokeFontRec

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

public class StrokeFontRec
extends java.lang.Object


Field Summary
 float bottom
           
 StrokeCharRec[] ch
           
 java.lang.String name
           
 int num_chars
           
 float top
           
 
Constructor Summary
StrokeFontRec(java.lang.String n, int num, StrokeCharRec[] c, float t, float b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

num_chars

public int num_chars

ch

public StrokeCharRec[] ch

top

public float top

bottom

public float bottom
Constructor Detail

StrokeFontRec

public StrokeFontRec(java.lang.String n,
                     int num,
                     StrokeCharRec[] c,
                     float t,
                     float b)