Uses of Class
crystalspace.jbind.impl.video.graph2d.csImageArea

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

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

Methods in crystalspace.jbind.impl.video.graph2d that return csImageArea
 csImageArea csGraphics2D.saveArea(int x, int y, int w, int h)
           
 

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type csImageArea
 void csGraphics2D.freeArea(csImageArea Area)
           
 void csGraphics2D.restoreArea(csImageArea Area, boolean Free)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph2d that return csImageArea
 csImageArea iGraphics2D.saveArea(int x, int y, int w, int h)
          Save a subarea of screen and return a handle to saved buffer.
 

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type csImageArea
 void iGraphics2D.freeArea(csImageArea Area)
          Free storage allocated for a subarea of screen.
 void iGraphics2D.restoreArea(csImageArea Area, boolean Free)
          Restore a subarea of screen saved with SaveArea();.