app2.client.game
Class Actor

java.lang.Object
  extended byapp2.client.game.Actor
Direct Known Subclasses:
HeroeActor, MultiplayerActor

public abstract class Actor
extends java.lang.Object


Constructor Summary
Actor(GameCanvas game)
           
 
Method Summary
 void addedNotify()
           
 void executeActions(long time, long delta_time)
           
static javax.microedition.lcdui.Image getImage(int id)
           
 int getX()
           
 int getY()
           
abstract  void initialize()
           
 boolean isInGame()
           
 void paint(javax.microedition.lcdui.Graphics g)
           
 void removedNotify()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actor

public Actor(GameCanvas game)
Method Detail

initialize

public abstract void initialize()

getX

public int getX()

getY

public int getY()

addedNotify

public void addedNotify()

removedNotify

public void removedNotify()

isInGame

public boolean isInGame()

executeActions

public void executeActions(long time,
                           long delta_time)

getImage

public static javax.microedition.lcdui.Image getImage(int id)

paint

public void paint(javax.microedition.lcdui.Graphics g)
Parameters:
g -