Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
SigmaPalette(SNT snt) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(SigmaPaletteListener listener) |
void |
dismiss() |
List<Double> |
getMultiScaleSettings() |
void |
makePalette(int x_min,
int x_max,
int y_min,
int y_max,
int z_min,
int z_max,
double[] sigmaValues,
int sigmasAcross,
int sigmasDown,
int initial_z)
Displays the Sigma wizard in a separate thread.
|
void |
removeListener(SigmaPaletteListener listener) |
void |
run() |
void |
setParent(Window parent) |
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
public SigmaPalette(SNT snt)
public void setParent(Window parent)
public void makePalette(int x_min, int x_max, int y_min, int y_max, int z_min, int z_max, double[] sigmaValues, int sigmasAcross, int sigmasDown, int initial_z)
x_min
- image boundary for choice gridx_max
- image boundary for choice gridy_min
- image boundary for choice gridy_max
- image boundary for choice gridz_min
- image boundary for choice grid (1-based index)z_max
- image boundary for choice grid (1-based index)sigmaValues
- the desired range of sigma values for choice gridsigmasAcross
- the number of columns in choice gridsigmasDown
- the number of rows in choice gridinitial_z
- the default z-positionpublic void dismiss()
public void addListener(SigmaPaletteListener listener)
public void removeListener(SigmaPaletteListener listener)
Copyright © 2015–2021 Fiji. All rights reserved.