Class VibrationThread
java.lang.Object
java.lang.Thread
org.jmol.thread.JmolThread
org.jmol.thread.VibrationThread
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class JmolThread
CHECK1, CHECK2, CHECK3, currentTime, eval, FINISH, haveReference, hoverEnabled, INIT, isJS, isReset, lastRepaintTime, MAIN, name, sc, sleepTime, startTime, stopped, targetTime, useTimeout, vwrFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrun1(int mode) intsetManager(Object manager, Viewer vwr, Object options) Methods inherited from class JmolThread
checkInterrupted, interrupt, oops, reset, resumeEval, run, runSleep, setEval, setViewer, start, toStringMethods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, startVirtualThread, stop, threadId, yield
-
Constructor Details
-
VibrationThread
public VibrationThread()
-
-
Method Details
-
setManager
- Overrides:
setManagerin classJmolThread- Parameters:
manager-vwr-options-- Returns:
- TODO
-
run1
- Specified by:
run1in classJmolThread- Throws:
InterruptedException
-