public class RotateImageXY<T extends RealType<T>> extends ContextCommand
Constructor and Description |
---|
RotateImageXY() |
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Gets the angle of counterclockwise rotation to apply.
|
Dataset |
getDataset()
Gets the Dataset that the rotate operation will be run upon.
|
String |
getInterpolationMethod()
Gets the interpolation method used to combine pixels.
|
String |
getUnit()
Gets the current angle unit setting (radians or degrees).
|
void |
run() |
void |
setAngle(double angle)
Sets the angle of counterclockwise rotation to apply.
|
void |
setDataset(Dataset ds)
Sets the Dataset that the rotate operation will be run upon.
|
void |
setInterpolationMethod(String str)
Sets the interpolation method used to combine pixels.
|
void |
setUnit(String unit)
Sets the current angle unit setting (radians or dgrees).
|
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 setAngle(double angle)
public double getAngle()
public void setUnit(String unit)
public String getUnit()
public void setInterpolationMethod(String str)
public String getInterpolationMethod()
public void run()
Copyright © 2014–2022 ImageJ. All rights reserved.