gzz.gfx.gl
Class GL.NonRenderableJavaObject

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.NonRenderableJavaObject
All Implemented Interfaces:
GLDeletable
Direct Known Subclasses:
GL.ByteVector, GL.DisplayList, GL.Font, GL.Image, GL.Program, GL.RenderingSurface, GL.ShaderRect, GL.TexRect, GL.Texture
Enclosing class:
GL

public abstract static class GL.NonRenderableJavaObject
extends GL.JavaObject

A Java object which is not supposed to be placed on display lists. This is here because Vob is a class, not an interface and we don't want to implement JavaObject twice.


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
 
Fields inherited from class gzz.vob.Vob
dbg, rcsid
 
Methods inherited from class gzz.gfx.gl.GL.JavaObject
deleteObj, 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