Uses of Class
crystalspace.jbind.impl.csgeom.csrect.csRect

Packages that use csRect
crystalspace.jbind.impl.csgeom.csrect   
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.interfaces.ivideo.graph2d   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of csRect in crystalspace.jbind.impl.csgeom.csrect
 

Methods in crystalspace.jbind.impl.csgeom.csrect with parameters of type csRect
 void csRect.intersect(csRect other)
          Intersect with another rectangle.
 boolean csRect.intersects(csRect target)
          Return true if rectangle intersects with target.
 void csRect.union(csRect other)
          Add a rectangle: find minimal rectangle that embeds both given rectangles.
 void csRect.exclude(csRect other)
          Same but works on a csRect argument.
 void csRect.subtract(csRect rect)
          Alternative subtraction: find maximal area of this rectangle that is not covered by argument.
 void csRect.set(csRect target)
          Copy rectangle.
 boolean csRect.equals(csRect other)
          Same but compare with another csRect.
 void csRect.addAdjanced(csRect rect)
          Add an adjanced rectangle if resulting rectangle will have larger area.
 boolean csRect.nEquals(csRect rect)
          Test inequality of two rectangles.
 void csRect.join(csRect rect)
          Joins two rects by their minimum and maximum bounds.
 

Constructors in crystalspace.jbind.impl.csgeom.csrect with parameters of type csRect
csRect(csRect copy)
          Copy constructor.
 

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

Methods in crystalspace.jbind.impl.video.graph2d with parameters of type csRect
 void csGraphics2D.print(csRect pArea)
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type csRect
 void csGraphics3D.print(csRect area)
           
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type csRect
 void iGraphics2D.print(csRect pArea)
          Flip video pages (or dump backbuffer into framebuffer);.
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type csRect
 void iGraphics3D.print(csRect area)
          Print the image in backbuffer.