gov.nih.nci.cagrid.graph.geometry
Class FloatingPoint

java.lang.Object
  extended by gov.nih.nci.cagrid.graph.geometry.FloatingPoint

public class FloatingPoint
extends java.lang.Object


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

Field Detail

x

public float x

y

public float y
Constructor Detail

FloatingPoint

public FloatingPoint(float x,
                     float y)
Method Detail

getPoint

public java.awt.Point getPoint()

toString

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