|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Float
net.sf.jaer.eventprocessing.tracking.RectangularClusterTracker.Cluster.PathPoint
public class RectangularClusterTracker.Cluster.PathPoint
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.geom.Point2D.Float |
---|
x, y |
Constructor Summary | |
---|---|
RectangularClusterTracker.Cluster.PathPoint(float x,
float y,
int t,
int numEvents)
|
Method Summary | |
---|---|
int |
getNEvents()
|
int |
getT()
|
void |
setNEvents(int nEvents)
|
void |
setT(int t)
|
Methods inherited from class java.awt.geom.Point2D.Float |
---|
getX, getY, setLocation, 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 |
Constructor Detail |
---|
public RectangularClusterTracker.Cluster.PathPoint(float x, float y, int t, int numEvents)
Method Detail |
---|
public int getT()
public void setT(int t)
public int getNEvents()
public void setNEvents(int nEvents)
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |