ikayaki
Class Project.ManualRotate
java.lang.Object
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
|
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
angle
private int angle
Project.ManualRotate
public Project.ManualRotate(int angle)
run
public void run()
- Specified by:
run
in interface Runnable