|
|||||||
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 | +--lane.sente.ThreeDStoneUI
This is
Fields inherited from class lane.sente.GameElementUI |
sphere, theContainer, xLocation, xSize, yLocation, ySize, zLocation |
Constructor Summary | |
ThreeDStoneUI(RobotArenaUI theContainer)
constructor |
Method Summary | |
void |
paint(java.awt.Graphics g)
paints this object to the screen not needed in 3D, and a sign of bad design |
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 ThreeDStoneUI(RobotArenaUI theContainer)
theContainer
- The container in which this RobotUI livesMethod Detail |
public void paint(java.awt.Graphics g)
paint
in class InanimateGameElementUI
g
- The graphics object to paint to
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |