Uses of Class
PinBallDomain.PinBall

Uses of PinBall in PinBallDomain
 

Methods in PinBallDomain with parameters of type PinBall
 void PinBallCanvas.updatePinBall(PinBall pb)
          Update the internal PinBall instance.
 

Constructors in PinBallDomain with parameters of type PinBall
PinBallCanvas(PinBall p)
          Constructor.
PinBallCanvas(PinBall p, java.lang.String fname)
          Constructor: including output file.
PinBallState(double xx, double yy, double xxdot, double yydot, PinBall p)
          State constructor.