Package samer.tools
Class SignalTrace
- java.lang.Object
-
- VCanvas
-
- samer.tools.Trace
-
- samer.tools.SignalTrace
-
-
Constructor Summary
Constructors Constructor and Description SignalTrace(VDouble x)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
detach()
void
execute(java.lang.String cmd, Environment env)
void
getCommands(Registry r)
void
run()
moves the trace along one time step, by preparing space for the next bit of plotting.void
update(java.util.Observable obs, java.lang.Object arg)
-
-
-
Method Detail
-
run
public void run()
Description copied from class:Trace
moves the trace along one time step, by preparing space for the next bit of plotting.
-
detach
public void detach()
-
update
public void update(java.util.Observable obs, java.lang.Object arg)
-
getCommands
public void getCommands(Registry r)
- Overrides:
getCommands
in classTrace
-
-