breakout
Class DecPaddleBlock

java.lang.Object
  extended by breakout.GameObject
      extended by breakout.Block
          extended by breakout.DecPaddleBlock

public class DecPaddleBlock
extends Block


Field Summary
 
Fields inherited from class breakout.Block
BLOCK_HEIGHT, BLOCK_WIDTH
 
Constructor Summary
DecPaddleBlock()
           
DecPaddleBlock(int x, int y)
           
 
Method Summary
 
Methods inherited from class breakout.Block
getDrop, getImage, hit, setDrop, setImage, setPosition
 
Methods inherited from class breakout.GameObject
addSize, getHeight, getWidth, getX, getY, hits, isAboveOf, isBelowOf, isLeftOf, isRightOf, setHeight, setPos, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecPaddleBlock

public DecPaddleBlock()

DecPaddleBlock

public DecPaddleBlock(int x,
                      int y)