net.sf.jaer.eventprocessing.tracking
Class ParticleTracker.Cluster
java.lang.Object
net.sf.jaer.eventprocessing.tracking.ParticleTracker.Cluster
- Enclosing class:
- ParticleTracker
public class ParticleTracker.Cluster
- extends java.lang.Object
Field Summary |
java.awt.Color |
color
|
boolean |
em
|
int[] |
id
|
java.awt.geom.Point2D.Float |
lastPixel
|
float |
lifeForce
|
java.awt.geom.Point2D.Float |
location
|
float |
mass
|
java.awt.geom.Point2D.Float |
velocity
velocity of cluster in pixels/tick, where tick is timestamp tick (usually microseconds) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
public java.awt.geom.Point2D.Float location
lastPixel
public java.awt.geom.Point2D.Float lastPixel
velocity
public java.awt.geom.Point2D.Float velocity
- velocity of cluster in pixels/tick, where tick is timestamp tick (usually microseconds)
id
public int[] id
mass
public float mass
lifeForce
public float lifeForce
color
public java.awt.Color color
em
public boolean em
ParticleTracker.Cluster
public ParticleTracker.Cluster(float x,
float y,
int first_event_time)
ParticleTracker.Cluster
public ParticleTracker.Cluster(int identity,
float x,
float y,
float vx,
float vy,
int first_event_time)
addEvent
public void addEvent(BasicEvent ev)
getLocation
public java.awt.geom.Point2D.Float getLocation()
setLocation
public void setLocation(java.awt.geom.Point2D.Float l)