public class OverlayChannelsCommand
extends org.scijava.command.DynamicCommand
implements org.scijava.command.Command
Constructor and Description |
---|
OverlayChannelsCommand() |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
getAddToMe() |
boolean |
getKeepOriginals() |
double |
getM00() |
double |
getM01() |
double |
getM02() |
double |
getM10() |
double |
getM11() |
double |
getM12() |
int |
getThreads() |
ij.ImagePlus |
getTransformMe() |
void |
initialize() |
void |
run() |
void |
setAddToMe(ij.ImagePlus addToMe) |
void |
setKeepOriginals(boolean keep) |
void |
setM00(double m00) |
void |
setM01(double m01) |
void |
setM02(double m02) |
void |
setM10(double m10) |
void |
setM11(double m11) |
void |
setM12(double m12) |
void |
setThreads(int nThreads) |
void |
setTransformMe(ij.ImagePlus transformMe) |
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
cancel, getDelegateObject, getInputs, getOutputs, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void initialize()
initialize
in interface org.scijava.module.Module
initialize
in class org.scijava.module.AbstractModule
public void run()
run
in interface java.lang.Runnable
run
in interface org.scijava.module.MutableModule
public void setAddToMe(ij.ImagePlus addToMe)
public ij.ImagePlus getAddToMe()
public void setTransformMe(ij.ImagePlus transformMe)
public ij.ImagePlus getTransformMe()
public void setKeepOriginals(boolean keep)
public boolean getKeepOriginals()
public void setM00(double m00)
public double getM00()
public void setM01(double m01)
public double getM01()
public void setM02(double m02)
public double getM02()
public void setM10(double m10)
public double getM10()
public void setM11(double m11)
public double getM11()
public void setM12(double m12)
public double getM12()
public void setThreads(int nThreads)
public int getThreads()