Class Duplicate
- All Implemented Interfaces:
- Provider<Mask>,- ProviderAsStack
A provider that creates a duplicate of a given 
Mask.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateFromMask(Mask mask) Creates aMaskgiven the entity provided by the delegate.Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProviderUnaryget, getMask, setMaskMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProvidergetAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBeangetInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBeancheckMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
- 
Constructor Details- 
Duplicatepublic Duplicate()
 
- 
- 
Method Details- 
createFromMaskDescription copied from class:MaskProviderUnaryCreates aMaskgiven the entity provided by the delegate.- Specified by:
- createFromMaskin class- MaskProviderUnary
- Parameters:
- mask- the entity provided by the delegate.
- Returns:
- the created Maskthat is returned by the provider.
 
 
-