Uses of Class
org.anchoranalysis.image.bean.provider.ChannelProvider
Packages that use ChannelProvider
Package
Description
Base classes for providers of different core data entities related to images.
-
Uses of ChannelProvider in org.anchoranalysis.image.bean.provider
Subclasses of ChannelProvider in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclassImplementation ofChannelProviderthat calls twoChannelProviders that must provideChannels of the same dimensions.classImplementation ofChannelProviderthat calls threeChannelProviders that must provideChannels of the same dimensions.classImplementation ofChannelProviderthat calls a single delegateChannelProvider.Subclasses with type arguments of type ChannelProvider in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclassMethods in org.anchoranalysis.image.bean.provider that return ChannelProviderModifier and TypeMethodDescriptionChannelProviderUnary.getChannel()The delegateChannelProviderthat is called.ChannelProviderBinary.getChannel1()The first delegateChannelProviderthat is called.ChannelProviderTernary.getChannel1()The first delegateChannelProviderthat is called.ChannelProviderBinary.getChannel2()The second delegateChannelProviderthat is called.ChannelProviderTernary.getChannel2()The second delegateChannelProviderthat is called.ChannelProviderTernary.getChannel3()The third delegateChannelProviderthat is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type ChannelProviderModifier and TypeMethodDescriptionvoidChannelProviderUnary.setChannel(ChannelProvider channel) The delegateChannelProviderthat is called.voidChannelProviderBinary.setChannel1(ChannelProvider channel1) The first delegateChannelProviderthat is called.voidChannelProviderTernary.setChannel1(ChannelProvider channel1) The first delegateChannelProviderthat is called.voidChannelProviderBinary.setChannel2(ChannelProvider channel2) The second delegateChannelProviderthat is called.voidChannelProviderTernary.setChannel2(ChannelProvider channel2) The second delegateChannelProviderthat is called.voidChannelProviderTernary.setChannel3(ChannelProvider channel3) The third delegateChannelProviderthat is called.