simulation
Class Prey

java.lang.Object
  extended bysimulation.Simulton
      extended bysimulation.MoveableSimulton
          extended bysimulation.Prey
Direct Known Subclasses:
Ball

public abstract class Prey
extends MoveableSimulton


Field Summary
 
Fields inherited from class simulation.MoveableSimulton
 
Fields inherited from class simulation.Simulton
 
Constructor Summary
(package private) Prey(int x, int y)
           
 
Methods inherited from class simulation.MoveableSimulton
bounce, getAngle, getSpeed, move, randomizeAngle, setAngle, setSpeed, setVelocity, wallBounce
 
Methods inherited from class simulation.Simulton
cannotOverlap, display, encloses, getImage, getInnerBox, getLocation, getOuterBox, mayOverlap, mustOverlap, setLocation, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prey

Prey(int x,
     int y)