lane.sente
Class RobotUI

java.lang.Object
  |
  +--lane.sente.GameElementUI
        |
        +--lane.sente.AnimateGameElementUI
              |
              +--lane.sente.RobotUI
All Implemented Interfaces:
AnimateGameElementListener, GameElementListener, RobotListener, ThreeDObject
Direct Known Subclasses:
ThreeDRobotUI

public abstract class RobotUI
extends AnimateGameElementUI
implements RobotListener

This is


Fields inherited from class lane.sente.GameElementUI
sphere, theContainer, xLocation, xSize, yLocation, ySize, zLocation
 
Constructor Summary
RobotUI(RobotArenaUI theContainer)
          constructor
 
Methods inherited from class lane.sente.AnimateGameElementUI
paint
 
Methods inherited from class lane.sente.GameElementUI
getName, getObject, setXlocation, setXSize, setYlocation, setYSize, setZlocation, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lane.sente.AnimateGameElementListener
setBattery, setXTurret, setZTurret
 
Methods inherited from interface lane.sente.GameElementListener
setXlocation, setXSize, setYlocation, setYSize, setZlocation
 

Constructor Detail

RobotUI

public RobotUI(RobotArenaUI theContainer)
constructor
Parameters:
theContainer - The container in which this UI will live