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

Packages that use iOffscreenCanvasCallback
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.interfaces.ivideo.graph2d   
 

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

Classes in crystalspace.jbind.impl.video.graph2d that implement iOffscreenCanvasCallback
 class csOffscreenCanvasCallback
           
 

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type iOffscreenCanvasCallback
 iGraphics2D csGraphics2D.createOffscreenCanvas(iPointer memory, int width, int height, int depth, iOffscreenCanvasCallback ofscb)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type iOffscreenCanvasCallback
 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.