jAER project on SourceForge

net.sf.jaer.eventprocessing.tracking
Class RectangularClusterTracker.Cluster.PathPoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Float
          extended by net.sf.jaer.eventprocessing.tracking.RectangularClusterTracker.Cluster.PathPoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
RectangularClusterTracker.Cluster

public class RectangularClusterTracker.Cluster.PathPoint
extends java.awt.geom.Point2D.Float

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.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

RectangularClusterTracker.Cluster.PathPoint

public RectangularClusterTracker.Cluster.PathPoint(float x,
                                                   float y,
                                                   int t,
                                                   int numEvents)
Method Detail

getT

public int getT()

setT

public void setT(int t)

getNEvents

public int getNEvents()

setNEvents

public void setNEvents(int nEvents)

jAER project on SourceForge