Uses of Class
org.anchoranalysis.image.bean.provider.ChannelProvider
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.provider |
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.provider Modifier and Type Class Description classChannelProviderBinaryImplementation ofChannelProviderthat calls twoChannelProviders that must provideChannels of the same dimensions.classChannelProviderTernaryImplementation ofChannelProviderthat calls threeChannelProviders that must provideChannels of the same dimensions.classChannelProviderUnaryImplementation ofChannelProviderthat calls a single delegateChannelProvider.Methods in org.anchoranalysis.image.bean.provider that return ChannelProvider Modifier and Type Method Description ChannelProviderChannelProviderUnary. getChannel()The delegateChannelProviderthat is called.ChannelProviderChannelProviderBinary. getChannel1()The first delegateChannelProviderthat is called.ChannelProviderChannelProviderTernary. getChannel1()The first delegateChannelProviderthat is called.ChannelProviderChannelProviderBinary. getChannel2()The second delegateChannelProviderthat is called.ChannelProviderChannelProviderTernary. getChannel2()The second delegateChannelProviderthat is called.ChannelProviderChannelProviderTernary. getChannel3()The third delegateChannelProviderthat is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type ChannelProvider Modifier and Type Method Description voidChannelProviderUnary. 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.