gnu.app.redbook
Class BitmapLetter

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by gnu.x11.extension.glx.Application
              extended by gnu.app.redbook.BitmapLetter

public class BitmapLetter
extends Application

Draw a bitmapped letter F on the screen for several times. To demonstrate GL.bitmap(int, int, float, float, float, float, byte[]). Modified from drawf.c.


Field Summary
 
Fields inherited from class gnu.x11.Application
display
 
Constructor Summary
BitmapLetter(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapLetter

public BitmapLetter(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)