public class DeleteAxis extends DynamicCommand
moduleService, pluginService| Constructor and Description |
|---|
DeleteAxis() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
axisChanged()
Updates the last value when the axis changes.
|
AxisType |
getAxis() |
Dataset |
getDataset() |
long |
getPosition() |
protected void |
initAll() |
protected void |
positionChanged() |
void |
run()
Creates new ImgPlus data with one less axis.
|
void |
setAxis(AxisType axis) |
void |
setDataset(Dataset dataset) |
void |
setPosition(long position) |
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancelcancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddInput, addInput, addOutput, addOutput, removeInput, removeOutputcancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutputpublic Dataset getDataset()
public void setDataset(Dataset dataset)
public AxisType getAxis()
public void setAxis(AxisType axis)
public long getPosition()
public void setPosition(long position)
public void run()
protected void initAll()
protected void axisChanged()
protected void positionChanged()
Copyright © 2014–2022 ImageJ. All rights reserved.