public class AnimationThread extends JmolThread
Modifier and Type | Field and Description |
---|---|
private AnimationManager |
animationManager |
private int |
framePointer1 |
private int |
framePointer2 |
private int |
intThread |
private boolean |
isFirst |
CHECK1, CHECK2, CHECK3, currentTime, eval, FINISH, hoverEnabled, INIT, isJS, isReset, junk, lastRepaintTime, MAIN, name, sc, sleepTime, startTime, stopped, targetTime, viewer
Constructor and Description |
---|
AnimationThread(AnimationManager animationManager,
Viewer viewer,
int framePointer1,
int framePointer2,
int intAnimThread) |
Modifier and Type | Method and Description |
---|---|
void |
interrupt() |
protected void |
run1(int mode) |
checkInterrupted, oops, reset, resumeEval, run, runSleep, setEval, setViewer, start
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
private final AnimationManager animationManager
private final int framePointer1
private final int framePointer2
private int intThread
private boolean isFirst
public AnimationThread(AnimationManager animationManager, Viewer viewer, int framePointer1, int framePointer2, int intAnimThread)
public void interrupt()
interrupt
in class JmolThread
protected void run1(int mode) throws java.lang.InterruptedException
run1
in class JmolThread
java.lang.InterruptedException