de.unihalle.informatik.MiToBo.apps.singleCellTracking2D
Class Trajectory2D
java.lang.Object
de.unihalle.informatik.Alida.operator.ALDData
de.unihalle.informatik.MiToBo.apps.singleCellTracking2D.Trajectory2D
public class Trajectory2D
- extends de.unihalle.informatik.Alida.operator.ALDData
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDData |
cloneProperties, getLocation, getProperty, getPropertyKeys, print, setLocation, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trajectory2D
public Trajectory2D(int id,
int startFrame,
Vector<Point2D.Double> points)
Trajectory2D
public Trajectory2D(int id,
int startFrame)
Trajectory2D
public Trajectory2D(int id)
getID
public int getID()
setID
public void setID(int id)
getStartFrame
public int getStartFrame()
setStartFrame
public void setStartFrame(int startFrame)
getPoints
public Vector<Point2D.Double> getPoints()
setPoints
public void setPoints(Vector<Point2D.Double> points)
addPoint
public void addPoint(Point2D.Double p)
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.