Uses of Class
org.anchoranalysis.image.bean.provider.HistogramProvider
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.provider |
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.provider Modifier and Type Class Description classHistogramProviderUnaryImplementation ofHistogramProviderthat calls a single delegateHistogramProvider.Methods in org.anchoranalysis.image.bean.provider that return HistogramProvider Modifier and Type Method Description HistogramProviderHistogramProviderUnary. getHistogram()The delegateHistogramProviderthat is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type HistogramProvider Modifier and Type Method Description voidHistogramProviderUnary. setHistogram(HistogramProvider histogram)The delegateHistogramProviderthat is called.