Uses of Class
adams.data.image.Channel
-
Packages that use Channel Package Description adams.data.image adams.data.image.multiimageoperation adams.data.image.transformer -
-
Uses of Channel in adams.data.image
Methods in adams.data.image that return Channel Modifier and Type Method Description static Channel
Channel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Channel[]
Channel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Channel in adams.data.image.multiimageoperation
Fields in adams.data.image.multiimageoperation declared as Channel Modifier and Type Field Description protected Channel[]
CombineChannels. m_Channels
the channels to combine.Methods in adams.data.image.multiimageoperation that return Channel Modifier and Type Method Description Channel[]
CombineChannels. getChannels()
Returns the channels.Methods in adams.data.image.multiimageoperation with parameters of type Channel Modifier and Type Method Description void
CombineChannels. setChannels(Channel[] value)
Sets the channels. -
Uses of Channel in adams.data.image.transformer
Fields in adams.data.image.transformer declared as Channel Modifier and Type Field Description protected Channel[]
SplitChannels. m_Channels
the channels to extract.Methods in adams.data.image.transformer that return Channel Modifier and Type Method Description Channel[]
SplitChannels. getChannels()
Returns the channels.Methods in adams.data.image.transformer with parameters of type Channel Modifier and Type Method Description void
SplitChannels. setChannels(Channel[] value)
Sets the channels.
-