public class ResizeImage<T extends RealType<T>> extends ContextCommand
Constructor and Description |
---|
ResizeImage() |
Modifier and Type | Method and Description |
---|---|
boolean |
getConstrainXY()
Gets whether command will constrain XY aspect ratio.
|
Dataset |
getDataset()
Gets the Dataset that the resize operation will be run upon.
|
long |
getDimension(int d)
Gets the given dimension of the resized image.
|
String |
getError()
Returns the current error message if any.
|
String |
getInterpolationMethod()
Gets the interpolation method used to combine pixels.
|
protected void |
init() |
void |
run() |
void |
setConstrainXY(Boolean val)
Sets whether command will constrain XY aspect ratio.
|
void |
setDataset(Dataset ds)
Sets the Dataset that the resize operation will be run upon.
|
void |
setDimension(int d,
long size)
Sets the given dimension of the resized image.
|
void |
setInterpolationMethod(String str)
Sets the interpolation method used to combine pixels.
|
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public void setDataset(Dataset ds)
public Dataset getDataset()
public void setDimension(int d, long size)
public long getDimension(int d)
public void setInterpolationMethod(String str)
public String getInterpolationMethod()
public void setConstrainXY(Boolean val)
public boolean getConstrainXY()
public String getError()
public void run()
protected void init()
Copyright © 2014–2022 ImageJ. All rights reserved.