Uses of Class
games.pinball.Pinball

Packages that use Pinball
games.pinball   
 

Uses of Pinball in games.pinball
 

Fields in games.pinball declared as Pinball
(package private)  Pinball ImageObstacle.myPinball
           
(package private)  Pinball Box.myPinball
           
 

Constructors in games.pinball with parameters of type Pinball
Box(double width, double height, Pinball pinball, double Elasticity)
          Constructs a new Box as a Rectangle with the given height and width The mass of the box is set to MAX_VALUE, and the Moment of inertia is set to 1000 in order to make the box stay in position, but spin around its centroid when it is collided with.
ImageObstacle(double width, double height, Pinball pinball, java.lang.String string, double Elasticity)
          Constructs a new Obstacle from an Image.