Package org.jmol.thread
Class AnimationThread
java.lang.Object
java.lang.Thread
org.jmol.thread.JmolThread
org.jmol.thread.AnimationThread
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AnimationManagerprivate intprivate intprivate intprivate booleanFields inherited from class org.jmol.thread.JmolThread
CHECK1, CHECK2, CHECK3, currentTime, eval, FINISH, haveReference, hoverEnabled, INIT, isJS, isReset, junk, lastRepaintTime, MAIN, name, sc, sleepTime, startTime, stopped, targetTime, useTimeout, vwrFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jmol.thread.JmolThread
checkInterrupted, oops, reset, resumeEval, run, runSleep, setEval, setViewer, start, toStringMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, yield
-
Field Details
-
am
-
framePointer1
private int framePointer1 -
framePointer2
private int framePointer2 -
intThread
private int intThread -
isFirst
private boolean isFirst
-
-
Constructor Details
-
AnimationThread
public AnimationThread()
-
-
Method Details
-
setManager
- Overrides:
setManagerin classJmolThread- Returns:
- TODO
-
interrupt
public void interrupt()- Overrides:
interruptin classJmolThread
-
run1
- Specified by:
run1in classJmolThread- Throws:
InterruptedException
-