| Modifier and Type | Field and Description |
|---|---|
protected IterativeContext |
process |
protected long |
sleepTime
how long the relaxer thread pauses between iteration loops.
|
protected boolean |
stop |
protected Thread |
thread |
| Constructor and Description |
|---|
Animator(IterativeContext process) |
Animator(IterativeContext process,
long sleepTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSleepTime() |
void |
run() |
void |
setSleepTime(long sleepTime) |
void |
start() |
void |
stop() |
protected IterativeContext process
protected boolean stop
protected Thread thread
protected long sleepTime
public Animator(IterativeContext process)
public Animator(IterativeContext process, long sleepTime)
Copyright © 2016. All rights reserved.