gzz.client
Class GraphicsAPI.AbstractWindow

java.lang.Object
  |
  +--gzz.client.GraphicsAPI.AbstractRenderingSurface
        |
        +--gzz.client.GraphicsAPI.AbstractWindow
All Implemented Interfaces:
GraphicsAPI.RenderingSurface, GraphicsAPI.Window
Direct Known Subclasses:
AWTScreen
Enclosing class:
GraphicsAPI

public abstract static class GraphicsAPI.AbstractWindow
extends GraphicsAPI.AbstractRenderingSurface
implements GraphicsAPI.Window


Constructor Summary
GraphicsAPI.AbstractWindow(GraphicsAPI api)
           
 
Method Summary
 void addTimeout(int ms, java.lang.Object o)
          Add a timeout: Binder.timeout() is called after given number of milliseconds.
 
Methods inherited from class gzz.client.GraphicsAPI.AbstractRenderingSurface
createVobScene, getGraphicsAPI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gzz.client.GraphicsAPI.Window
getGraphicsAPI, registerBinder, setLocation
 
Methods inherited from interface gzz.client.GraphicsAPI.RenderingSurface
createVobScene, createVobScene, getSize, readPixels, renderAnim, renderStill
 

Constructor Detail

GraphicsAPI.AbstractWindow

public GraphicsAPI.AbstractWindow(GraphicsAPI api)
Method Detail

addTimeout

public void addTimeout(int ms,
                       java.lang.Object o)
Description copied from interface: GraphicsAPI.Window
Add a timeout: Binder.timeout() is called after given number of milliseconds.

Specified by:
addTimeout in interface GraphicsAPI.Window