weiman.BouncingBall
Class Ball

java.lang.Object
  extended by weiman.BouncingBall.Ball

public class Ball
extends java.lang.Object

Created by IntelliJ IDEA. User: Lindsay Date: Mar 17, 2008 Time: 3:31:58 PM To change this template use File | Settings | File Templates.


Constructor Summary
Ball(int x, int y, int velocityX, int velocityY)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ball

public Ball(int x,
            int y,
            int velocityX,
            int velocityY)