Uses of Class
source.ucregents.playground.samplegame.Ball

Packages that use Ball
source.ucregents.playground.samplegame   
source.ucregents.playground.samplegame.planets   
 

Uses of Ball in source.ucregents.playground.samplegame
 

Subclasses of Ball in source.ucregents.playground.samplegame
 class Ball_Beach
          A Soccer ball is a MovingEntity with a soccerball image and with a mass of .2kg, and friction coefficients of 1
 class Ball_Bowling
          A Bowling Ball is a MovingEntity with the image of a bowling ball and with a weight of 7kg and friction coefs of 1.
 class Ball_Smile
           
 class Ball_Soccer
          A Soccer ball is a MovingEntity with a soccerball image and with a mass of 1kg, and friction coefficients of 1
 

Uses of Ball in source.ucregents.playground.samplegame.planets
 

Subclasses of Ball in source.ucregents.playground.samplegame.planets
 class Planet1
          A Planet1 is a MovingEntity with a Planet1 image and with a mass of 50000kg, and friction coefficients of 1
 class Planet2
          A Planet1 is a MovingEntity with a Planet2 image and with a mass of 80000kg, and friction coefficients of 1