Class StatusBar.DisplayThread
java.lang.Object
java.lang.Thread
org.apache.batik.apps.svgbrowser.StatusBar.DisplayThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
StatusBar
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long(package private) long(package private) ThreadFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionDisplayThread(long duration) DisplayThread(long duration, Thread toJoin) DisplayThread(Thread toJoin) -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Field Details
-
DEFAULT_DURATION
static final long DEFAULT_DURATION- See Also:
-
duration
long duration -
toJoin
Thread toJoin
-
-
Constructor Details
-
DisplayThread
public DisplayThread() -
DisplayThread
public DisplayThread(long duration) -
DisplayThread
-
DisplayThread
-
-
Method Details
-
finish
public void finish() -
run
-