ikayaki
Class Project.ManualDemag

java.lang.Object
  extended by 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.


Field Summary
private  double amplitude
           
private  Project.ManualDemagAxel axel
           
 
Constructor Summary
Project.ManualDemag(Project.ManualDemagAxel axel, double amplitude)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axel

private Project.ManualDemagAxel axel

amplitude

private double amplitude
Constructor Detail

Project.ManualDemag

public Project.ManualDemag(Project.ManualDemagAxel axel,
                           double amplitude)
Method Detail

run

public void run()
Specified by:
run in interface Runnable