lane.sente
Class ThreeDStoneUI

java.lang.Object
  |
  +--lane.sente.GameElementUI
        |
        +--lane.sente.InanimateGameElementUI
              |
              +--lane.sente.ThreeDStoneUI
All Implemented Interfaces:
GameElementListener, InanimateGameElementListener, ThreeDObject

public class ThreeDStoneUI
extends InanimateGameElementUI

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

ThreeDStoneUI

public ThreeDStoneUI(RobotArenaUI theContainer)
constructor
Parameters:
theContainer - The container in which this RobotUI lives
Method Detail

paint

public void paint(java.awt.Graphics g)
paints this object to the screen not needed in 3D, and a sign of bad design
Overrides:
paint in class InanimateGameElementUI
Parameters:
g - The graphics object to paint to