Package | Description |
---|---|
net.imagej.display | |
net.imagej.plugins.commands.display |
Modifier and Type | Method and Description |
---|---|
static ColorMode |
ColorMode.get(String label) |
ColorMode |
DefaultDatasetView.getColorMode() |
ColorMode |
DatasetView.getColorMode() |
static ColorMode |
ColorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorMode[] |
ColorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDatasetView.setColorMode(ColorMode colorMode) |
void |
DatasetView.setColorMode(ColorMode colorMode) |
Modifier and Type | Method and Description |
---|---|
ColorMode |
ChannelsTool.getColorMode() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelsTool.setColorMode(ColorMode colorMode) |
Copyright © 2014–2022 ImageJ. All rights reserved.