Uses of Class
gzz.gfx.gl.GL.Window

Packages that use GL.Window
gzz.client.gl   
gzz.gfx.gl   
 

Uses of GL.Window in gzz.client.gl
 

Methods in gzz.client.gl that return GL.Window
 GL.Window GLScreen.getWindow()
           
 

Uses of GL.Window in gzz.gfx.gl
 

Methods in gzz.gfx.gl that return GL.Window
static GL.Window GL.createWindow(int x, int y, int w, int h, GL.EventHandler eh)
          Create a new window.
 

Methods in gzz.gfx.gl with parameters of type GL.Window
static void GL.call(java.lang.String s, GL.Window w)
          CallGL the given string in the given window.
 void GL.DisplayList.startCompile(GL.Window w)
          Deprecated. Use CallGL
 void GL.DisplayList.endCompile(GL.Window w)
          Deprecated. Use CallGL
 void GL.DisplayList.call(GL.Window w)
          Call the display list in the given window.
 void GL.ByteVector.drawPixels(GL.Window win, int x, int y, float z, int width, int height, java.lang.String format, java.lang.String type)