Uses of Class
gzz.client.GraphicsAPI

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

Uses of GraphicsAPI in gzz.client
 

Fields in gzz.client declared as GraphicsAPI
static GraphicsAPI Fallback.gfxapi
           
 

Methods in gzz.client that return GraphicsAPI
static GraphicsAPI GraphicsAPI.getInstance()
          Get the singleton instance.
 GraphicsAPI GraphicsAPI.Window.getGraphicsAPI()
          Get the GraphicsAPI this window is associated with.
 GraphicsAPI GraphicsAPI.AbstractRenderingSurface.getGraphicsAPI()
           
 

Constructors in gzz.client with parameters of type GraphicsAPI
GraphicsAPI.AbstractRenderingSurface(GraphicsAPI api)
           
GraphicsAPI.AbstractWindow(GraphicsAPI api)
           
 

Uses of GraphicsAPI in gzz.client.awt
 

Subclasses of GraphicsAPI in gzz.client.awt
 class AWTAPI
          Java.awt.Graphics implementation of GraphicsAPI
 

Constructors in gzz.client.awt with parameters of type GraphicsAPI
FrameScreen(GraphicsAPI api)
           
AWTScreen(GraphicsAPI api)
           
 

Uses of GraphicsAPI in gzz.client.gl
 

Subclasses of GraphicsAPI in gzz.client.gl
 class GLAPI
          Java.awt.Graphics implementation of GraphicsAPI
 

Constructors in gzz.client.gl with parameters of type GraphicsAPI
GLScreen(GraphicsAPI api)
           
 

Uses of GraphicsAPI in gzz.vob
 

Fields in gzz.vob declared as GraphicsAPI
 GraphicsAPI VobScene.gfxapi
           
 

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