Uses of Interface
org.anchoranalysis.image.io.channel.input.ChannelGetter
Packages that use ChannelGetter
Package
Description
Non-bean classes for a mapping of names to
Channel
s.Non-bean classes pertaining to stacks and channels as used in tasks.
-
Uses of ChannelGetter in org.anchoranalysis.image.io.channel.map
Subinterfaces of ChannelGetter in org.anchoranalysis.image.io.channel.mapModifier and TypeInterfaceDescriptioninterface
A collection ofChannel
s, each identified by a unique name and a time-index.Classes in org.anchoranalysis.image.io.channel.map that implement ChannelGetterModifier and TypeClassDescriptionclass
Exposes one or more instances of aNamedChannelsMap
as a single aggregatedNamedChannelsMap
.class
A set of namedChannel
s available from anOpenedImageFile
. -
Uses of ChannelGetter in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack with parameters of type ChannelGetterModifierConstructorDescriptionChannelGetterForTimepoint
(ChannelGetter getter, int t) Creates a newChannelGetterForTimepoint
instance.