Package samer.maths
Class LineTrace
- java.lang.Object
-
- VCanvas
-
- samer.tools.Trace
-
- samer.maths.LineTrace
-
- All Implemented Interfaces:
- java.util.Observer, Task
public class LineTrace extends Trace implements java.util.Observer
This viewer outputs all the elements of a row or column to a trace (graph of value against time step). All elements of the row are column are consecutively output at each time step.
-
-
Constructor Summary
Constructors Constructor and Description LineTrace(java.util.Observable o, Vec v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
attach()
void
detach()
protected void
next(double x)
protected void
realized()
void
update(java.util.Observable o, java.lang.Object s)
-
-
-
Constructor Detail
-
LineTrace
public LineTrace(java.util.Observable o, Vec v)
-
-