com.partnersoft.geometry
Class Point

java.lang.Object
  extended by com.partnersoft.geometry.Point

public class Point
extends java.lang.Object


Field Summary
 double x
           
 double y
           
 
Constructor Summary
Point()
           
Point(double x, double y)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Point

public Point()

Point

public Point(double x,
             double y)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object