|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GameRoot | +--TestGame
Field Summary | |
static ScoreSprite |
scoreSprite
|
Fields inherited from class GameRoot |
map,
sprite |
Constructor Summary | |
TestGame()
|
Method Summary | |
void |
actionFire1()
|
void |
actionFire2()
|
void |
actionLeft()
|
void |
actionRight()
|
void |
actionUp()
|
void |
draw(java.awt.Graphics g)
|
void |
endGame()
|
void |
gameWin()
|
void |
initGame()
|
static void |
main(java.lang.String[] argv)
|
Methods inherited from class GameRoot |
actionDown,
addGroup,
addGroup,
addSprite,
getAutoFire,
getMap,
mapScroll,
removeSprite,
setAutoFire |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static ScoreSprite scoreSprite
Constructor Detail |
public TestGame()
Method Detail |
public void draw(java.awt.Graphics g)
public void initGame()
public void actionLeft()
public void actionRight()
public void actionUp()
public void actionFire1()
public void actionFire2()
public static void main(java.lang.String[] argv)
public void endGame()
public void gameWin()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |