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, 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 void run()
protected void initAll()
protected void axisChanged()
protected void positionChanged()
Copyright © 2014–2022 ImageJ. All rights reserved.