public class ConvertToMask extends ContextCommand
| Constructor and Description |
|---|
ConvertToMask() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlpha() |
ColorRGB |
getColor() |
ImageDisplay |
getInput() |
Overlay |
getOutput() |
void |
run() |
void |
setAlpha(int val) |
void |
setColor(ColorRGB val) |
void |
setInput(ImageDisplay disp) |
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic void setInput(ImageDisplay disp)
public ImageDisplay getInput()
public void setColor(ColorRGB val)
public ColorRGB getColor()
public void setAlpha(int val)
public int getAlpha()
public Overlay getOutput()
public void run()
Copyright © 2014–2022 ImageJ. All rights reserved.