Uses of Interface
crystalspace.jbind.interfaces.igeom.clip2d.iClipper2D

Packages that use iClipper2D
crystalspace.jbind.impl.csgeom.clip2d   
crystalspace.jbind.impl.csgeom.poly2d   
crystalspace.jbind.impl.cstool.csview   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.varia.view   
crystalspace.jbind.impl.video.graph3d   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.ivaria.view   
crystalspace.jbind.interfaces.ivideo.graph3d   
 

Uses of iClipper2D in crystalspace.jbind.impl.csgeom.clip2d
 

Classes in crystalspace.jbind.impl.csgeom.clip2d that implement iClipper2D
 class csClipper2D
           
 

Uses of iClipper2D in crystalspace.jbind.impl.csgeom.poly2d
 

Methods in crystalspace.jbind.impl.csgeom.poly2d with parameters of type iClipper2D
 boolean csPoly2D.clipAgainst(iClipper2D view)
          Clipping routines.
 

Uses of iClipper2D in crystalspace.jbind.impl.cstool.csview
 

Methods in crystalspace.jbind.impl.cstool.csview that return iClipper2D
 iClipper2D csView.getClipper()
           
 

Uses of iClipper2D in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iClipper2D
 iClipper2D csEngine.getTopLevelClipper()
           
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iClipper2D
 void csEngine.draw(iCamera c, iClipper2D clipper)
           
 

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

Methods in crystalspace.jbind.impl.engine.rview that return iClipper2D
 iClipper2D csRenderView.getClipper()
           
 

Methods in crystalspace.jbind.impl.engine.rview with parameters of type iClipper2D
 void csRenderView.setClipper(iClipper2D clip)
           
 

Uses of iClipper2D in crystalspace.jbind.impl.varia.view
 

Methods in crystalspace.jbind.impl.varia.view that return iClipper2D
 iClipper2D csView.getClipper()
           
 

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

Methods in crystalspace.jbind.impl.video.graph3d that return iClipper2D
 iClipper2D csGraphics3D.getClipper()
           
 

Methods in crystalspace.jbind.impl.video.graph3d with parameters of type iClipper2D
 void csGraphics3D.setClipper(iClipper2D clipper, int cliptype)
           
 

Uses of iClipper2D in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iClipper2D
 iClipper2D iEngine.getTopLevelClipper()
          Get the top-level clipper.
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iClipper2D
 void iEngine.draw(iCamera c, iClipper2D clipper)
          Draw the 3D world given a camera and a clipper.
 

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

Methods in crystalspace.jbind.interfaces.iengine.rview that return iClipper2D
 iClipper2D iRenderView.getClipper()
          Get the 2D clipper for this view
 

Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type iClipper2D
 void iRenderView.setClipper(iClipper2D clip)
          Set the 2D clipper for this view
 

Uses of iClipper2D in crystalspace.jbind.interfaces.ivaria.view
 

Methods in crystalspace.jbind.interfaces.ivaria.view that return iClipper2D
 iClipper2D iView.getClipper()
          Return the current clipper.
 

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

Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iClipper2D
 iClipper2D iGraphics3D.getClipper()
          Get clipper that was used.
 

Methods in crystalspace.jbind.interfaces.ivideo.graph3d with parameters of type iClipper2D
 void iGraphics3D.setClipper(iClipper2D clipper, int cliptype)
          Set optional clipper to use.