ikayaki
Class Project.ManualRotate

java.lang.Object
  extended by ikayaki.Project.ManualRotate
All Implemented Interfaces:
Runnable
Enclosing class:
Project

private class Project.ManualRotate
extends Object
implements Runnable

Runs a manual rotate command. The project's state must be non-IDLE before starting this thread.


Field Summary
private  int angle
           
 
Constructor Summary
Project.ManualRotate(int angle)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

angle

private int angle
Constructor Detail

Project.ManualRotate

public Project.ManualRotate(int angle)
Method Detail

run

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