uk.ac.ed.inf.sdp2012.group7.vision.worldstate
Class TimePoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by uk.ac.ed.inf.sdp2012.group7.vision.worldstate.TimePoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TimePoint
extends java.awt.Point

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
TimePoint(int x, int y, long t)
           
TimePoint(java.awt.Point p, long t)
           
 
Method Summary
 long getTimestamp()
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimePoint

public TimePoint(int x,
                 int y,
                 long t)

TimePoint

public TimePoint(java.awt.Point p,
                 long t)
Method Detail

getTimestamp

public long getTimestamp()