public abstract class AbstractOffscreenThread extends CachingThread
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractOffscreenThread.RepaintProperties |
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected AbstractOffscreenThread.RepaintProperties |
rp |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
abstract void |
paint() |
void |
quit() |
void |
run() |
void |
setProperties(AbstractOffscreenThread.RepaintProperties rp) |
void |
waitOnRepaintCycle() |
clear, getOrCreateByteArray, getOrCreateByteArray, getOrCreateIntArray, releaseAll, storeArrayForReuse, storeForReuse, storeForReuse, storeForReuseactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected volatile AbstractOffscreenThread.RepaintProperties rp
public void setProperties(AbstractOffscreenThread.RepaintProperties rp)
public void quit()
public void waitOnRepaintCycle()
public abstract void paint()
Copyright © 2015–2021 Fiji. All rights reserved.