kaos.robots.naimtsimulator
Class Mine

java.lang.Object
  extended by kaos.robots.naimtsimulator.GenericImmobileObject
      extended by kaos.robots.naimtsimulator.Mine
All Implemented Interfaces:
SimObject

public class Mine
extends GenericImmobileObject


Constructor Summary
Mine(double x, double y, double width, double height)
           
 
Method Summary
 
Methods inherited from class kaos.robots.naimtsimulator.GenericImmobileObject
distanceFromSonar, getHeight, getPose, getWidth, setHeight, setPose, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mine

public Mine(double x,
            double y,
            double width,
            double height)