public class NewImage<U extends RealType<U> & NativeType<U>> extends DynamicCommand
Dataset
.Modifier and Type | Field and Description |
---|---|
static String |
MAX |
static String |
MIN |
static String |
RAMP |
static String |
ZERO |
moduleService, pluginService
Constructor and Description |
---|
NewImage() |
Modifier and Type | Method and Description |
---|---|
Dataset |
getDataset() |
DataType<?> |
getDataType() |
long |
getDimension(AxisType axisType) |
String |
getFillType() |
String |
getName() |
protected void |
init() |
protected void |
initType() |
void |
run() |
void |
setDataType(DataType<?> dataType) |
void |
setDimension(AxisType axisType,
long size) |
void |
setFillType(String fillType) |
void |
setName(String name) |
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 static final String MAX
public static final String MIN
public static final String ZERO
public static final String RAMP
public String getName()
public void setName(String name)
public String getFillType()
public void setDataType(DataType<?> dataType)
public DataType<?> getDataType()
public void setFillType(String fillType)
public long getDimension(AxisType axisType)
public void setDimension(AxisType axisType, long size)
public Dataset getDataset()
public void run()
protected void init()
protected void initType()
Copyright © 2014–2022 ImageJ. All rights reserved.