game
Class SimpleBalloon

java.lang.Object
  extended by game.MovingBody
      extended by game.MovingGraphic
          extended by game.SimpleBalloon
All Implemented Interfaces:
Animated

public class SimpleBalloon
extends MovingGraphic


Field Summary
 
Fields inherited from class game.MovingBody
lr, outOfBounds, start, ul
 
Constructor Summary
SimpleBalloon(Controller controller, Trackable t, Point lr)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class game.MovingGraphic
getShape, respondAfterTick, respondToDeath
 
Methods inherited from class game.MovingBody
die, getLocation, getStart, inBounds, isDone, setTrajectory, tick
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleBalloon

public SimpleBalloon(Controller controller,
                     Trackable t,
                     Point lr)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object