Uses of Class
net.imglib2.converter.ChannelARGBConverter.Channel
-
Packages that use ChannelARGBConverter.Channel Package Description net.imglib2.converter -
-
Uses of ChannelARGBConverter.Channel in net.imglib2.converter
Methods in net.imglib2.converter that return ChannelARGBConverter.Channel Modifier and Type Method Description static ChannelARGBConverter.Channel
ChannelARGBConverter.Channel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelARGBConverter.Channel[]
ChannelARGBConverter.Channel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.imglib2.converter with parameters of type ChannelARGBConverter.Channel Constructor Description ChannelARGBConverter(ChannelARGBConverter.Channel channel)
-