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.
 

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).