|
||||||||||
| 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
net.silentlycrashing.util.PointInTime
public class PointInTime
A Point with a time stamp (in frames).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Field Summary | |
|---|---|
private int |
birthFrame
|
| Fields inherited from class java.awt.Point |
|---|
x, y |
| Constructor Summary | |
|---|---|
PointInTime(int x,
int y,
int b)
Builds a PointInTime. |
|
PointInTime(Point pt,
int b)
Builds a PointInTime. |
|
| Method Summary | |
|---|---|
int |
birthFrame()
|
| 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 |
| Field Detail |
|---|
private int birthFrame
| Constructor Detail |
|---|
public PointInTime(int x,
int y,
int b)
x - the x-coordy - the y-coordb - the birth frame
public PointInTime(Point pt,
int b)
pt - the Pointb - the birth frame| Method Detail |
|---|
public int birthFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||