protected abstract class AbstractPanorama_View.AbstractMappingThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected double |
dt |
protected ij.ImagePlus |
impSource |
protected ij.ImagePlus |
impTarget |
protected boolean |
keepPainting |
protected boolean |
pleaseRepaint |
protected ij.process.ImageProcessor |
target |
protected ij.process.ImageProcessor |
temp |
protected boolean |
visualize |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
AbstractMappingThread(ij.ImagePlus impSource,
ij.ImagePlus impTarget,
ij.process.ImageProcessor target) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
map() |
void |
repaint(boolean keepPainting) |
void |
run() |
abstract void |
toggleInterpolation() |
void |
toggleVisualization() |
activeCount, 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, yield
protected final ij.ImagePlus impSource
protected final ij.ImagePlus impTarget
protected final ij.process.ImageProcessor target
protected final ij.process.ImageProcessor temp
protected boolean visualize
protected boolean pleaseRepaint
protected boolean keepPainting
protected double dt
public AbstractMappingThread(ij.ImagePlus impSource, ij.ImagePlus impTarget, ij.process.ImageProcessor target)
Copyright © 2015–2021 Fiji. All rights reserved.