vooga.games.tron.bonus
Class SpeedBonus

java.lang.Object
  extended by Sprite
      extended by vooga.games.tron.bonus.SpeedBonus

public class SpeedBonus
extends Sprite


Constructor Summary
SpeedBonus(java.awt.image.BufferedImage image, double initialColPosition, double initialRowPosition, int BounsImageWidth)
          constructor
 
Method Summary
 double getBounsImageWidth()
          get the width of the bonus image
 double getCol()
          get column
 double getRow()
          get row
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedBonus

public SpeedBonus(java.awt.image.BufferedImage image,
                  double initialColPosition,
                  double initialRowPosition,
                  int BounsImageWidth)
constructor

Parameters:
image -
initialColPosition -
initialRowPosition -
BounsImageWidth -
Method Detail

getBounsImageWidth

public double getBounsImageWidth()
get the width of the bonus image

Returns:

getRow

public double getRow()
get row

Returns:

getCol

public double getCol()
get column

Returns: