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, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public static final String GRAYSCALE
public static final String COLOR
public static final String COMPOSITE
public void preview()
preview
in interface Previewable
public void cancel()
cancel
in interface Previewable
public DatasetView getView()
public void setView(DatasetView view)
public ColorMode getColorMode()
public void setColorMode(ColorMode colorMode)
Copyright © 2014–2022 ImageJ. All rights reserved.