public class WindowLevelAdjuster
extends java.lang.Object
implements ij.plugin.PlugIn, java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected float |
cur_level |
protected float |
cur_window |
protected float |
defaultLevel |
protected float |
defaultWindow |
protected GenericRecallableDialog |
gd |
protected ij.ImagePlus |
imp |
protected ij.process.ImageProcessor[] |
ips |
protected java.lang.String |
Label |
protected int |
nSlices |
| Constructor and Description |
|---|
WindowLevelAdjuster() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
void |
run() |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
void |
runInThread(java.lang.String arg) |
java.lang.String |
toString() |
protected ij.ImagePlus imp
protected ij.process.ImageProcessor[] ips
protected int nSlices
protected GenericRecallableDialog gd
protected java.lang.String Label
protected float cur_window
protected float cur_level
protected float defaultWindow
protected float defaultLevel
public void run()
run in interface java.lang.Runnablepublic void run(java.lang.String arg)
ij.plugin.PlugInrun in interface ij.plugin.PlugInpublic void runInThread(java.lang.String arg)
public java.lang.String toString()
toString in class java.lang.Objectpublic void reset()