Uses of Interface
ballworlds.framework.Drawable

Packages that use Drawable
ballworlds.ball   
ballworlds.framework   
 

Uses of Drawable in ballworlds.ball
 

Classes in ballworlds.ball that implement Drawable
 class Ball
          A Ball is an abstract class that does nothing -- it is just a convenient name for a "generic" ball, that is, any Drawable, Relocatable, Animate object.
 class Bouncer
          A Bouncer behaves just like a Mover, except that it bounces off the edges of its World.
 class Dud
          A Dud is a Ball that merely appears on the screen.
 class DudThatMoves
          A DudThatMoves behaves exactly like a Dud (including random location), except that it moves, on its own, in a straight line (i.e., a constant velocity).
 class Mover
          A Mover starts in the exact middle of its world (even if its world is resized).
 

Uses of Drawable in ballworlds.framework
 

Classes in ballworlds.framework that implement Drawable
 class World
          A World simulates a "world" that contain various kinds of "balls" (and possibly other objects).