org.diamondspin
Class DSInertiaManager.PointInTime

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Double
          extended by org.diamondspin.DSInertiaManager.PointInTime
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
DSInertiaManager

public class DSInertiaManager.PointInTime
extends Point2D.Double

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
protected  long time
           
 
Fields inherited from class java.awt.geom.Point2D.Double
x, y
 
Constructor Summary
DSInertiaManager.PointInTime(double x, double y, long time)
           
 
Method Summary
 
Methods inherited from class java.awt.geom.Point2D.Double
getX, getY, setLocation, toString
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

time

protected long time
Constructor Detail

DSInertiaManager.PointInTime

public DSInertiaManager.PointInTime(double x,
                                    double y,
                                    long time)


Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.