public class SaltAndPepper extends ContextCommand
Constructor and Description |
---|
SaltAndPepper() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
getDisplay() |
double |
getPepperValue() |
double |
getSaltValue() |
void |
run() |
void |
setDisplay(ImageDisplay disp) |
void |
setPepperValue(double val) |
void |
setSaltValue(double val) |
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public void run()
public void setDisplay(ImageDisplay disp)
public ImageDisplay getDisplay()
public void setSaltValue(double val)
public double getSaltValue()
public void setPepperValue(double val)
public double getPepperValue()
Copyright © 2014–2022 ImageJ. All rights reserved.