kaos.robots.naimtsimulator
Class Benign

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

public class Benign
extends GenericImmobileObject


Constructor Summary
Benign(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

Benign

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