public class AddSpecifiedNoiseToDataValues<T extends RealType<T>> extends ContextCommand
| Constructor and Description |
|---|
AddSpecifiedNoiseToDataValues() |
| Modifier and Type | Method and Description |
|---|---|
ImageDisplay |
getDisplay() |
double |
getStdDev() |
boolean |
isAllPlanes() |
void |
run() |
void |
setAllPlanes(boolean value) |
void |
setDisplay(ImageDisplay display) |
void |
setStdDev(double stdDev) |
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic void run()
public ImageDisplay getDisplay()
public void setDisplay(ImageDisplay display)
public boolean isAllPlanes()
public void setAllPlanes(boolean value)
public double getStdDev()
public void setStdDev(double stdDev)
Copyright © 2014–2022 ImageJ. All rights reserved.