gzz.gfx.gl
Class GL.DisplayList

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.NonRenderableJavaObject
                    |
                    +--gzz.gfx.gl.GL.DisplayList
All Implemented Interfaces:
GLDeletable
Enclosing class:
GL

public static class GL.DisplayList
extends GL.NonRenderableJavaObject

An OpenGL display list.


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
 
Fields inherited from class gzz.vob.Vob
dbg, rcsid
 
Method Summary
 void call()
          Call the display list in the default context.
 void call(GL.Window w)
          Call the display list in the given window.
 void compileCallGL(java.lang.String s)
          Compile the given string using the CallGL library into this display list.
protected  void deleteObj()
           
 void endCompile(GL.Window w)
          Deprecated. Use CallGL
 void startCompile(GL.Window w)
          Deprecated. Use CallGL
 
Methods inherited from class gzz.gfx.gl.GL.JavaObject
deleteObject, finalize, getId, render
 
Methods inherited from class gzz.vob.Vob
addToListGL, addToListGL, intersect, putGL, putGL, putGL, putGL
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteObj

protected void deleteObj()
Specified by:
deleteObj in class GL.JavaObject

startCompile

public void startCompile(GL.Window w)
Deprecated. Use CallGL

Start compiling the display list.


endCompile

public void endCompile(GL.Window w)
Deprecated. Use CallGL

Start compiling the display list.


compileCallGL

public void compileCallGL(java.lang.String s)
Compile the given string using the CallGL library into this display list.


call

public void call(GL.Window w)
Call the display list in the given window.


call

public void call()
Call the display list in the default context.