Uses of Interface
gzz.client.GraphicsAPI.Window

Packages that use GraphicsAPI.Window
gzz.client   
gzz.client.awt   
gzz.client.gl   
 

Uses of GraphicsAPI.Window in gzz.client
 

Classes in gzz.client that implement GraphicsAPI.Window
static class GraphicsAPI.AbstractWindow
           
 

Fields in gzz.client declared as GraphicsAPI.Window
 GraphicsAPI.Window Screen.window
          The window system -level window.
 

Methods in gzz.client that return GraphicsAPI.Window
abstract  GraphicsAPI.Window GraphicsAPI.createWindow()
          Create a new window.
 

Constructors in gzz.client with parameters of type GraphicsAPI.Window
Screen(GraphicsAPI.Window window, Binder binder, Shower shower)
           
 

Uses of GraphicsAPI.Window in gzz.client.awt
 

Classes in gzz.client.awt that implement GraphicsAPI.Window
 class AWTScreen
          A single output window.
 class FrameScreen
          A single output window in a Java AWT Frame.
 

Methods in gzz.client.awt that return GraphicsAPI.Window
 GraphicsAPI.Window AWTAPI.createWindow()
           
 

Uses of GraphicsAPI.Window in gzz.client.gl
 

Classes in gzz.client.gl that implement GraphicsAPI.Window
 class GLScreen
           
 

Methods in gzz.client.gl that return GraphicsAPI.Window
 GraphicsAPI.Window GLAPI.createWindow()