Uses of Interface
crystalspace.jbind.interfaces.ivideo.graph2d.iGraphics2D

Packages that use iGraphics2D
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.impl.video.texture   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.ivideo.graph2d   
crystalspace.jbind.interfaces.ivideo.graph3d   
crystalspace.jbind.interfaces.ivideo.texture   
 

Uses of iGraphics2D in crystalspace.jbind.impl.engine.rview
 

Methods in crystalspace.jbind.impl.engine.rview that return iGraphics2D
 iGraphics2D csRenderView.getGraphics2D()
           
 

Uses of iGraphics2D in crystalspace.jbind.impl.video.graph2d
 

Classes in crystalspace.jbind.impl.video.graph2d that implement iGraphics2D
 class csGraphics2D
           
 

Methods in crystalspace.jbind.impl.video.graph2d that return iGraphics2D
 iGraphics2D csGraphics2D.createOffscreenCanvas(iPointer memory, int width, int height, int depth, iOffscreenCanvasCallback ofscb)
           
 

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type iGraphics2D
 void csOffscreenCanvasCallback.finishDraw(iGraphics2D canvas)
           
 void csOffscreenCanvasCallback.setRGB(iGraphics2D canvas, int idx, int r, int g, int b)
           
 

Uses of iGraphics2D in crystalspace.jbind.impl.video.graph3d
 

Methods in crystalspace.jbind.impl.video.graph3d that return iGraphics2D
 iGraphics2D csGraphics3D.getDriver2D()
           
 

Uses of iGraphics2D in crystalspace.jbind.impl.video.texture
 

Methods in crystalspace.jbind.impl.video.texture that return iGraphics2D
 iGraphics2D csTextureHandle.getCanvas()
           
 

Uses of iGraphics2D in crystalspace.jbind.interfaces.iengine.rview
 

Methods in crystalspace.jbind.interfaces.iengine.rview that return iGraphics2D
 iGraphics2D iRenderView.getGraphics2D()
          Get the 2D graphics subsystem
 

Uses of iGraphics2D in crystalspace.jbind.interfaces.ivideo.graph2d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph2d that return iGraphics2D
 iGraphics2D iGraphics2D.createOffscreenCanvas(iPointer memory, int width, int height, int depth, iOffscreenCanvasCallback ofscb)
          Create an off-screen canvas so you can render on a given memory area.
 

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type iGraphics2D
 void iOffscreenCanvasCallback.finishDraw(iGraphics2D canvas)
          FinishDraw has been called.
 void iOffscreenCanvasCallback.setRGB(iGraphics2D canvas, int idx, int r, int g, int b)
          Palette entry has been modified.
 

Uses of iGraphics2D in crystalspace.jbind.interfaces.ivideo.graph3d
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iGraphics2D
 iGraphics2D iGraphics3D.getDriver2D()
          Get a pointer to our 2d canvas driver.
 

Uses of iGraphics2D in crystalspace.jbind.interfaces.ivideo.texture
 

Methods in crystalspace.jbind.interfaces.ivideo.texture that return iGraphics2D
 iGraphics2D iTextureHandle.getCanvas()
          Get a canvas instance which is suitable for rendering on this texture.