|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapp2.client.game.Actor
app2.client.game.HeroeActor
Constructor Summary | |
HeroeActor(GameCanvas game)
|
Method Summary | |
void |
executeActions(long time,
long delta_time)
|
void |
initialize()
|
void |
initializeHeroe(int x,
int y)
|
void |
paint(javax.microedition.lcdui.Graphics g)
|
Methods inherited from class app2.client.game.Actor |
addedNotify, getImage, getX, getY, isInGame, removedNotify |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeroeActor(GameCanvas game)
game
- Method Detail |
public void initialize()
initialize
in class Actor
public void initializeHeroe(int x, int y)
public void executeActions(long time, long delta_time)
executeActions
in class Actor
public void paint(javax.microedition.lcdui.Graphics g)
paint
in class Actor
g
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |