|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.Point
uk.ac.ed.inf.sdp2012.group7.vision.worldstate.TimePoint
public class TimePoint
| 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 |
|---|
public TimePoint(int x,
int y,
long t)
public TimePoint(java.awt.Point p,
long t)
| Method Detail |
|---|
public long getTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||