All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.jp.robwar.RobotImage

java.lang.Object
   |
   +----ch.jp.robwar.MapObject
           |
           +----ch.jp.robwar.CircularMapObject
                   |
                   +----ch.jp.robwar.RobotImage

public class RobotImage
extends CircularMapObject
implements Serializable
This contains the map-relevant information of the robot. It is maintained by the map, according to instructions given by the simulator.


Variable Index

 o life
 o nbRockets
 o number
 o orientation

Constructor Index

 o RobotImage(Position, double, Color, int)

Variables

 o orientation
 public double orientation
 o number
 public int number
 o life
 public double life
 o nbRockets
 public int nbRockets

Constructors

 o RobotImage
 public RobotImage(Position nPos,
                   double nOri,
                   Color col,
                   int nNum)

All Packages  Class Hierarchy  This Package  Previous  Next  Index