ikayaki
Class Project.ManualDemag
java.lang.Object
ikayaki.Project.ManualDemag
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Project
private class Project.ManualDemag
- extends Object
- implements Runnable
Runs a manual demag command and adds a new step to this project with the demag value. The project's state must be
non-IDLE before starting this thread.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axel
private Project.ManualDemagAxel axel
amplitude
private double amplitude
Project.ManualDemag
public Project.ManualDemag(Project.ManualDemagAxel axel,
double amplitude)
run
public void run()
- Specified by:
run
in interface Runnable