Uses of Interface
crystalspace.jbind.interfaces.iengine.shadows.iShadowIterator

Packages that use iShadowIterator
crystalspace.jbind.impl.engine.shadows   
crystalspace.jbind.interfaces.iengine.shadows   
 

Uses of iShadowIterator in crystalspace.jbind.impl.engine.shadows
 

Classes in crystalspace.jbind.impl.engine.shadows that implement iShadowIterator
 class csShadowIterator
           
 

Methods in crystalspace.jbind.impl.engine.shadows that return iShadowIterator
 iShadowIterator csShadowBlock.getShadowIterator()
           
 iShadowIterator csShadowBlock.getShadowIterator(boolean reverse)
           
 iShadowIterator csShadowBlockList.getShadowIterator(csBox3 bbox)
           
 iShadowIterator csShadowBlockList.getShadowIterator(csBox3 bbox, boolean reverse)
           
 iShadowIterator csShadowBlockList.getShadowIterator()
           
 iShadowIterator csShadowBlockList.getShadowIterator(boolean reverse)
           
 

Uses of iShadowIterator in crystalspace.jbind.interfaces.iengine.shadows
 

Methods in crystalspace.jbind.interfaces.iengine.shadows that return iShadowIterator
 iShadowIterator iShadowBlock.getShadowIterator()
          Get an iterator to iterate over all shadows in this block.
 iShadowIterator iShadowBlock.getShadowIterator(boolean reverse)
          Get an iterator to iterate over all shadows in this block.
 iShadowIterator iShadowBlockList.getShadowIterator(csBox3 bbox)
          Get an iterator to iterate over all shadows in this list.
 iShadowIterator iShadowBlockList.getShadowIterator(csBox3 bbox, boolean reverse)
          Get an iterator to iterate over all shadows in this list.
 iShadowIterator iShadowBlockList.getShadowIterator()
          Get an iterator to iterate over all shadows in this list.
 iShadowIterator iShadowBlockList.getShadowIterator(boolean reverse)
          Get an iterator to iterate over all shadows in this list.