gzz.gfx.gl
Class GL.RenderingSurface

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.NonRenderableJavaObject
                    |
                    +--gzz.gfx.gl.GL.RenderingSurface
All Implemented Interfaces:
GLDeletable
Direct Known Subclasses:
GL.Window
Enclosing class:
GL

public static class GL.RenderingSurface
extends GL.NonRenderableJavaObject


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
protected  void deleteObj()
           
 java.awt.Rectangle getBounds()
          Get the current bounds of the window on screen.
 void release()
          Release this window from being the current OpenGL context.
 void setCurrent()
          Set this window to be the current OpenGL context.
 
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

getBounds

public java.awt.Rectangle getBounds()
Get the current bounds of the window on screen. For off-screen surfaces, only width and height are significant.


setCurrent

public void setCurrent()
Set this window to be the current OpenGL context.


release

public void release()
Release this window from being the current OpenGL context.