Class Bumper

java.lang.Object
  extended by Detector
      extended by Bumper

public class Bumper
extends Detector


Field Summary
(package private)  long score
           
 
Fields inherited from class Detector
active, height, timeInactive, val, width, x, y
 
Constructor Summary
Bumper(double xi, double yi, long si, boolean act)
           
 
Method Summary
(package private)  int actOnCollision()
           
 
Methods inherited from class Detector
activate, deactivate, detect, plot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

score

long score
Constructor Detail

Bumper

Bumper(double xi,
       double yi,
       long si,
       boolean act)
Method Detail

actOnCollision

int actOnCollision()