Uses of Class
net.sourceforge.cilib.games.game.tetris.shape.AbstractShape

Packages that use AbstractShape
net.sourceforge.cilib.games.game.tetris   
net.sourceforge.cilib.games.game.tetris.shape   
 

Uses of AbstractShape in net.sourceforge.cilib.games.game.tetris
 

Methods in net.sourceforge.cilib.games.game.tetris that return AbstractShape
 AbstractShape TetrisGameState.getCurrentShape()
           
 

Methods in net.sourceforge.cilib.games.game.tetris with parameters of type AbstractShape
 boolean TetrisGameState.collides(AbstractShape shape)
          Check whether one of the blocks in the AbstractShape collides in the current grid
 void TetrisGameState.setCurrentShape(AbstractShape newShape)
           
 

Uses of AbstractShape in net.sourceforge.cilib.games.game.tetris.shape
 

Subclasses of AbstractShape in net.sourceforge.cilib.games.game.tetris.shape
 class BoxShape
          This class represents the Box shape
 class LineShape
          This class represents the line shape
 class LShape
          This class represents the L shape
 class RLShape
          This class represents the reverse L shape
 class RZigZagShape
          This class represents the Reverse ZigZag shape
 class TShape
          This class represents the T shape
 class ZigZagShape
          This class represents the ZigZag shape
 

Methods in net.sourceforge.cilib.games.game.tetris.shape that return AbstractShape
 AbstractShape LShape.getClone()
          Create a cloned copy of the current object and return it.
 AbstractShape ZigZagShape.getClone()
          Create a cloned copy of the current object and return it.
abstract  AbstractShape AbstractShape.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.games.game.tetris.shape with parameters of type AbstractShape
AbstractShape(AbstractShape other)
          
BoxShape(AbstractShape other)
           
LineShape(AbstractShape other)
           
RLShape(AbstractShape other)
           
TShape(AbstractShape other)
           
ZigZagShape(AbstractShape other)
           
 



Copyright © 2009 CIRG. All Rights Reserved.