Uses of Class
org.anchoranalysis.image.bean.provider.HistogramProvider
Packages that use HistogramProvider
Package
Description
Base classes for providers of different core data entities related to images.
-
Uses of HistogramProvider in org.anchoranalysis.image.bean.provider
Subclasses of HistogramProvider in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclassImplementation ofHistogramProviderthat calls a single delegateHistogramProvider.Subclasses with type arguments of type HistogramProvider in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclassMethods in org.anchoranalysis.image.bean.provider that return HistogramProviderModifier and TypeMethodDescriptionHistogramProviderUnary.getHistogram()The delegateHistogramProviderthat is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoidHistogramProviderUnary.setHistogram(HistogramProvider histogram) The delegateHistogramProviderthat is called.