public class DuplicateImage extends DynamicCommand
moduleService, pluginService
Constructor and Description |
---|
DuplicateImage() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
getInputDisplay()
Returns the the input image to be sampled.
|
ImageDisplay |
getOutputDisplay()
The output image resulting after executing the run() method.
|
protected void |
initializer() |
protected void |
initName() |
boolean |
isDefaultBehavior()
Returns true if current behavior is default.
|
void |
run() |
String |
setAxisRange(AxisType axis,
String axisDefinition,
boolean originIsOne)
Sets the range of values to copy from the input display for the given axis.
|
void |
setDefaultBehavior(boolean value)
Specifies whether to use default behavior or special behavior.
|
void |
setInputDisplay(ImageDisplay disp)
Sets the the input image to be sampled.
|
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public void setDefaultBehavior(boolean value)
public boolean isDefaultBehavior()
public void setInputDisplay(ImageDisplay disp)
public ImageDisplay getInputDisplay()
public ImageDisplay getOutputDisplay()
public String setAxisRange(AxisType axis, String axisDefinition, boolean originIsOne)
axis
- axisDefinition
- originIsOne
- public void run()
protected void initializer()
protected void initName()
Copyright © 2014–2022 ImageJ. All rights reserved.