Class TestSortie

java.lang.Object
  |
  +--Sprite
        |
        +--TestSortie

public class TestSortie
extends Sprite

See Also:
Serialized Form

Fields inherited from class Sprite
currentDx, currentDy, DEFAULT_SPRITE_HEIGHT, DEFAULT_SPRITE_WIDTH, height, imageDisplayer, map, rectangle, width
 
Constructor Summary
TestSortie()
           
 
Method Summary
 void draw(java.awt.Graphics g)
           
 void init()
           
 void moveListener(CollisionEvent event)
           
 
Methods inherited from class Sprite
addEnemi, addEnemi, addLineOfImage, destroy, getGravityX, getGravityY, getPosUnderScreen, getVectorMonster, getX, getY, isFalling, life, mapCollision, move, performePath, removeMonster, setGravity, setGravity, setMap, setPos, setSize, setVectorMonster
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSortie

public TestSortie()
Method Detail

moveListener

public void moveListener(CollisionEvent event)
Overrides:
moveListener in class Sprite

init

public void init()
Overrides:
init in class Sprite

draw

public void draw(java.awt.Graphics g)
Overrides:
draw in class Sprite