Uses of Package
ballworlds.framework

Packages that use ballworlds.framework
ballworlds.ball   
ballworlds.framework   
 

Classes in ballworlds.framework used by ballworlds.ball
Animate
          An Animate is an object that can: act (in any way it chooses) pause/resume its action die (remove itself from its World, hence no longer be asked to act).
BallEnvironment
          A BallEnvironment manages the Balls in an associated World.
Drawable
          A Drawable is an object that can be drawn onto a Graphics object, by returning its Shape and Color.
Relocatable
          A Relocatable is an object that can be found and moved.
 

Classes in ballworlds.framework used by ballworlds.framework
BallEnvironment
          A BallEnvironment manages the Balls in an associated World.
BumperEnvironment
          A BumperEnvironment manages the Bumpers in an associated World.
CollectionOfBalls
          A CollectionOfBalls provides for the management of a collection of Balls.
Drawable
          A Drawable is an object that can be drawn onto a Graphics object, by returning its Shape and Color.
World
          A World simulates a "world" that contain various kinds of "balls" (and possibly other objects).