public class ChannelsTool extends ContextCommand implements Previewable
| Modifier and Type | Field and Description |
|---|---|
static String |
COLOR |
static String |
COMPOSITE |
static String |
GRAYSCALE |
| Constructor and Description |
|---|
ChannelsTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
ColorMode |
getColorMode() |
DatasetView |
getView() |
void |
preview() |
void |
run() |
void |
setColorMode(ColorMode colorMode) |
void |
setView(DatasetView view) |
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic static final String GRAYSCALE
public static final String COLOR
public static final String COMPOSITE
public void preview()
preview in interface Previewablepublic void cancel()
cancel in interface Previewablepublic DatasetView getView()
public void setView(DatasetView view)
public ColorMode getColorMode()
public void setColorMode(ColorMode colorMode)
Copyright © 2014–2022 ImageJ. All rights reserved.