Class MaskProviderUnary
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
Implementation of
MaskProvider that calls a single delegate MaskProvider.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MaskProviderUnary
protected MaskProviderUnary()
-
-
Method Details
-
get
- Throws:
ProvisionFailedException
-
createFromMask
Creates aMaskgiven the entity provided by the delegate.- Parameters:
mask- the entity provided by the delegate.- Returns:
- the created
Maskthat is returned by the provider. - Throws:
ProvisionFailedException- if the provider cannot complete successfully.
-
getMask
-
setMask
-