done.inpro.system.carchase
Class CarChaseExperimenter.WorldAction
java.lang.Object
done.inpro.system.carchase.CarChaseExperimenter.Action
done.inpro.system.carchase.CarChaseExperimenter.WorldAction
- Direct Known Subclasses:
- CarChaseExperimenter.WorldStartAction
- Enclosing class:
- CarChaseExperimenter
public static class CarChaseExperimenter.WorldAction
- extends CarChaseExperimenter.Action
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
duration
int duration
target
java.awt.Point target
reverseGear
boolean reverseGear
CarChaseExperimenter.WorldAction
public CarChaseExperimenter.WorldAction()
CarChaseExperimenter.WorldAction
CarChaseExperimenter.WorldAction(int t,
java.awt.Point p,
int d)
getDuration
public int getDuration()
setDuration
public void setDuration(int duration)
getEnd
public int getEnd()
setTarget
public void setTarget(java.awt.Point p)
getTarget
public java.awt.Point getTarget()
setReverseGear
public void setReverseGear(boolean b)
isReverseGear
public boolean isReverseGear()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object