public class AddData extends DynamicCommand
moduleService, pluginService
Constructor and Description |
---|
AddData() |
Modifier and Type | Method and Description |
---|---|
AxisType |
getAxis() |
Dataset |
getDataset() |
long |
getPosition() |
long |
getQuantity() |
protected void |
initAll() |
protected void |
parameterChanged() |
void |
run()
Creates new ImgPlus data copying pixel values as needed from an input
Dataset.
|
void |
setAxis(AxisType axis) |
void |
setDataset(Dataset dataset) |
void |
setPosition(long position) |
void |
setQuantity(long quantity) |
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 Dataset getDataset()
public void setDataset(Dataset dataset)
public AxisType getAxis()
public void setAxis(AxisType axis)
public long getPosition()
public void setPosition(long position)
public long getQuantity()
public void setQuantity(long quantity)
public void run()
protected void initAll()
protected void parameterChanged()
Copyright © 2014–2022 ImageJ. All rights reserved.