breakout
Class IncPaddleBlock

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

public class IncPaddleBlock
extends Block


Field Summary
 
Fields inherited from class breakout.Block
BLOCK_HEIGHT, BLOCK_WIDTH
 
Constructor Summary
IncPaddleBlock()
           
IncPaddleBlock(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

IncPaddleBlock

public IncPaddleBlock()

IncPaddleBlock

public IncPaddleBlock(int x,
                      int y)