Package jgl.wt.awt

Class GLApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
alpha, alpha3D, bezcurve, bezmesh, bezsurf, checker, clip, colormat, cube, doublebuffer, hello, light, lines, list, material, mipmap, model, movelight, pickdepth, picksquare, planet, polys, quadric, robot, scene, select, simple, smooth, stroke, surface, tea, teapots, texbind, texgen, texsub, texture3d, texturesurf, torus, unproject

public class GLApplet extends Applet
GLApplet is the applet class of jGL 2.4.
Version:
0.1, 19 Apr 2001
Author:
Robin Bing-Yu Chen
See Also:
  • Field Details

    • myGL

      protected GL myGL
    • myGLU

      protected GLU myGLU
    • myUT

      protected GLUT myUT
  • Constructor Details

    • GLApplet

      public GLApplet()
  • Method Details