gl4java.utils.glut.fonts
Class StrokeRec

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

public class StrokeRec
extends java.lang.Object


Field Summary
 CoordRec[] coord
           
 int num_coords
           
 
Constructor Summary
StrokeRec(int num, CoordRec[] c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_coords

public int num_coords

coord

public CoordRec[] coord
Constructor Detail

StrokeRec

public StrokeRec(int num,
                 CoordRec[] c)