gzz.gfx.gl
Class GL.Window

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

public static final class GL.Window
extends GL.RenderingSurface

An on-screen GLX window into which graphics can be drawn.


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 addTimeout(int ms, int id)
          Call the EventHandler.timeout(id) with the given id, after at least ms milliseconds have passed.
 void move(int x, int y)
          Move the upper left corner of the window to the given coordinates.
 void resize(int w, int h)
          Resize the window.
 
Methods inherited from class gzz.gfx.gl.GL.RenderingSurface
deleteObj, getBounds, release, setCurrent
 
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

addTimeout

public void addTimeout(int ms,
                       int id)
Call the EventHandler.timeout(id) with the given id, after at least ms milliseconds have passed.


move

public void move(int x,
                 int y)
Move the upper left corner of the window to the given coordinates.


resize

public void resize(int w,
                   int h)
Resize the window.