Uses of Interface
gzz.client.GraphicsAPI.RenderingSurface

Packages that use GraphicsAPI.RenderingSurface
gzz.client   
gzz.client.awt   
gzz.client.gl   
gzz.gfx.gl   
gzz.vob org.gzigzag.vob 
 

Uses of GraphicsAPI.RenderingSurface in gzz.client
 

Subinterfaces of GraphicsAPI.RenderingSurface in gzz.client
static interface GraphicsAPI.Window
          An interface for windows visible on the screen.
 

Classes in gzz.client that implement GraphicsAPI.RenderingSurface
static class GraphicsAPI.AbstractRenderingSurface
           
static class GraphicsAPI.AbstractWindow
           
 

Methods in gzz.client that return GraphicsAPI.RenderingSurface
abstract  GraphicsAPI.RenderingSurface GraphicsAPI.createStableOffscreen(int w, int h)
          Create an off-screen rendering surface that does not get corrupted by other windows.
 

Uses of GraphicsAPI.RenderingSurface in gzz.client.awt
 

Classes in gzz.client.awt that implement GraphicsAPI.RenderingSurface
 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.RenderingSurface
 GraphicsAPI.RenderingSurface AWTAPI.createStableOffscreen(int w, int h)
           
 

Uses of GraphicsAPI.RenderingSurface in gzz.client.gl
 

Classes in gzz.client.gl that implement GraphicsAPI.RenderingSurface
 class GLRenderingSurface
           
 class GLScreen
           
 

Methods in gzz.client.gl that return GraphicsAPI.RenderingSurface
 GraphicsAPI.RenderingSurface GLAPI.createStableOffscreen(int w, int h)
           
 

Uses of GraphicsAPI.RenderingSurface in gzz.gfx.gl
 

Fields in gzz.gfx.gl declared as GraphicsAPI.RenderingSurface
static GraphicsAPI.RenderingSurface PageSpanPaper.paperMillWindow
           
 

Methods in gzz.gfx.gl with parameters of type GraphicsAPI.RenderingSurface
 Paper PaperMill.getOptimizedPaper(int seed, GraphicsAPI.RenderingSurface w)
          Get an optimized (rendered-to-texture) paper.
 void GLVobCoorder.renderInterp(GraphicsAPI.RenderingSurface into, GLVobMap theVobs, int[] csinds, GLVobCoorder other, float fract, boolean standardcoords, boolean showFinal)
           
 Paper CachingPaperMill.getOptimizedPaper(int seed, GraphicsAPI.RenderingSurface w)
           
 

Uses of GraphicsAPI.RenderingSurface in gzz.vob
 

Fields in gzz.vob declared as GraphicsAPI.RenderingSurface
 GraphicsAPI.RenderingSurface VobScene.window
           
 

Methods in gzz.vob with parameters of type GraphicsAPI.RenderingSurface
 int Vob.addToListGL(GraphicsAPI.RenderingSurface win, int[] list, int curs, int coordsys1, int coordsys2)
           
 

Constructors in gzz.vob with parameters of type GraphicsAPI.RenderingSurface
VobScene(VobMap m, VobCoorder c, VobMatcher mat, GraphicsAPI gfxapi, GraphicsAPI.RenderingSurface window, java.awt.Dimension size)