CSE115.BouncyShapes
Class Vector

java.lang.Object
  extended byCSE115.BouncyShapes.Vector

public class Vector
extends Object

Vector.java Created: Sat Sep 27 18:58:18 2003

Author:
Carl G. Alphonce

Constructor Summary
Vector(int x, int y)
           
 
Method Summary
static Vector getRandomVector()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector

public Vector(int x,
              int y)
Method Detail

getRandomVector

public static Vector getRandomVector()

getX

public int getX()

getY

public int getY()