org.realobject
Class VirtualEcoBe

java.lang.Object
  extended by org.realobject.EcoBe
      extended by org.realobject.VirtualEcoBe
Direct Known Subclasses:
RCRSVirtualSoccerEcoBe

public class VirtualEcoBe
extends EcoBe


Constructor Summary
VirtualEcoBe(int id)
           
 
Method Summary
 double getAngle()
           
 java.awt.geom.Point2D.Double getLocation()
           
 double getRadius()
           
 void move(double dx, double dy)
           
 void rotate(double angle)
           
 
Methods inherited from class org.realobject.EcoBe
getID, getMark, getNickName, putMark, removeMark, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualEcoBe

public VirtualEcoBe(int id)
Method Detail

move

public void move(double dx,
                 double dy)
Specified by:
move in class EcoBe

rotate

public void rotate(double angle)

getRadius

public double getRadius()
Specified by:
getRadius in class EcoBe

getAngle

public double getAngle()
Specified by:
getAngle in class EcoBe

getLocation

public java.awt.geom.Point2D.Double getLocation()
Specified by:
getLocation in class EcoBe