uk.ac.leeds.ccg.andyt.gws.core
Class GWS.Point2DDouble_DistanceDouble_IDInt

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DDouble_DistanceDouble_IDInt
Enclosing class:
GWS

protected class GWS.Point2DDouble_DistanceDouble_IDInt
extends java.lang.Object

A basic class for holding a Point2D.Double a double and an int in a single object TODO: documentation


Field Summary
protected  double distanceDouble
           
protected  int iDInt
           
protected  java.awt.geom.Point2D.Double point2DDouble
           
 
Constructor Summary
protected GWS.Point2DDouble_DistanceDouble_IDInt()
           
protected GWS.Point2DDouble_DistanceDouble_IDInt(double distanceDouble)
           
protected GWS.Point2DDouble_DistanceDouble_IDInt(java.awt.geom.Point2D.Double point2DDouble, double distanceDouble, int iDInt)
           
 
Method Summary
protected  java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point2DDouble

protected java.awt.geom.Point2D.Double point2DDouble

distanceDouble

protected double distanceDouble

iDInt

protected int iDInt
Constructor Detail

GWS.Point2DDouble_DistanceDouble_IDInt

protected GWS.Point2DDouble_DistanceDouble_IDInt()

GWS.Point2DDouble_DistanceDouble_IDInt

protected GWS.Point2DDouble_DistanceDouble_IDInt(double distanceDouble)

GWS.Point2DDouble_DistanceDouble_IDInt

protected GWS.Point2DDouble_DistanceDouble_IDInt(java.awt.geom.Point2D.Double point2DDouble,
                                                 double distanceDouble,
                                                 int iDInt)
Method Detail

clone

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