public static enum ChannelARGBConverter.Channel extends Enum<ChannelARGBConverter.Channel>
Modifier and Type | Method and Description |
---|---|
static ChannelARGBConverter.Channel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelARGBConverter.Channel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelARGBConverter.Channel A
public static final ChannelARGBConverter.Channel R
public static final ChannelARGBConverter.Channel G
public static final ChannelARGBConverter.Channel B
public static ChannelARGBConverter.Channel[] values()
for (ChannelARGBConverter.Channel c : ChannelARGBConverter.Channel.values()) System.out.println(c);
public static ChannelARGBConverter.Channel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2022 ImgLib2. All rights reserved.