Class MyPoint

java.lang.Object
  extended by MyPoint

public class MyPoint
extends java.lang.Object

implement the equivalent of the AWT class points except this can use floation point numbers fromt he time domain


Field Summary
 double x
           
 double y
           
 
Method Summary
 java.lang.String toString()
          Converts point to string values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Method Detail

toString

public java.lang.String toString()
Converts point to string values

Overrides:
toString in class java.lang.Object
Returns:
string conversion of x and y co-ordinates