app2.client.game
Class HeroeActor

java.lang.Object
  extended byapp2.client.game.Actor
      extended byapp2.client.game.HeroeActor

public class HeroeActor
extends Actor


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

HeroeActor

public HeroeActor(GameCanvas game)
Parameters:
game -
Method Detail

initialize

public void initialize()
Specified by:
initialize in class Actor

initializeHeroe

public void initializeHeroe(int x,
                            int y)

executeActions

public void executeActions(long time,
                           long delta_time)
Overrides:
executeActions in class Actor

paint

public void paint(javax.microedition.lcdui.Graphics g)
Overrides:
paint in class Actor
Parameters:
g -