gui.components
Class Trace
java.lang.Object
gui.components.Trace
public class Trace
- extends java.lang.Object
- Author:
- jasonkb
Constructor Summary |
Trace(int numberOfFrames)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Trace
public Trace(int numberOfFrames)
setPlotPoint
public void setPlotPoint(int plotPointFrameIndex,
PlotPoint p)
setPlotPoint
public void setPlotPoint(int plotPointFrameIndex,
int x,
int y,
double multiplication)
getPlotPoint
public PlotPoint getPlotPoint(int plotPointFrameIndex)
removePlotPoint
public void removePlotPoint(int plotPointFrameIndex)
getLength
public int getLength()
setTraceName
public void setTraceName(java.lang.String name)
getTraceName
public java.lang.String getTraceName()