CSE115.ShapeWorld
Class Vector

java.lang.Object
  extended by CSE115.ShapeWorld.Vector

public class Vector
extends Object

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

Version:
1.0
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
equals, 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()