Opus5
Class Point

java.lang.Object
  |
  +--Opus5.Point

public class Point
extends java.lang.Object

Represents a point in the Cartesian plane.

Version:
$Id: Point.java,v 3.1 1998/07/28 01:32:17 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.

Constructor Summary
Point(int x, int y)
          Constructs a point with the specified x and y coordinates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(int x,
             int y)
Constructs a point with the specified x and y coordinates.
Parameters:
x - The abscissa.
y - The ordinate.