|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--lane.sente.GameElementUI
|
+--lane.sente.InanimateGameElementUI
This is
| Fields inherited from class lane.sente.GameElementUI |
sphere, theContainer, xLocation, xSize, yLocation, ySize, zLocation |
| Constructor Summary | |
InanimateGameElementUI(RobotArenaUI theContainer)
The constructor for this element |
|
| Method Summary | |
abstract void |
paint(java.awt.Graphics g)
the paint method to be defined by subclasses |
| 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.GameElementListener |
setXlocation, setXSize, setYlocation, setYSize, setZlocation |
| Constructor Detail |
public InanimateGameElementUI(RobotArenaUI theContainer)
theContainer - the UI that will hold this object| Method Detail |
public abstract void paint(java.awt.Graphics g)
paint in class GameElementUIg - The graphic element to draw upon
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||