Class AllValuesOff
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
Creates a new mask of particular dimensionality where all values are off.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MaskcreateFromDimensions(Dimensions dimensions) Creates aMaskfrom the givenDimensions.Methods inherited from class org.anchoranalysis.plugin.image.bean.mask.provider.FromDimensionsBase
get, getDimensions, setDimensionsMethods 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
-
AllValuesOff
public AllValuesOff()
-
-
Method Details
-
createFromDimensions
Description copied from class:FromDimensionsBaseCreates aMaskfrom the givenDimensions.- Specified by:
createFromDimensionsin classFromDimensionsBase- Parameters:
dimensions- the dimensions to use for creating the mask- Returns:
- the created mask
-