|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSprite
vooga.games.tron.bonus.SpeedBonus
public class SpeedBonus
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 |
---|
public SpeedBonus(java.awt.image.BufferedImage image, double initialColPosition, double initialRowPosition, int BounsImageWidth)
image
- initialColPosition
- initialRowPosition
- BounsImageWidth
- Method Detail |
---|
public double getBounsImageWidth()
public double getRow()
public double getCol()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |