Class AllValuesOn
- All Implemented Interfaces:
Provider<Mask>
,ProviderAsStack
Creates a new mask of particular dimensionality where all values are on.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Mask
createFromDimensions
(Dimensions dimensions) Creates aMask
from the givenDimensions
.Methods inherited from class org.anchoranalysis.plugin.image.bean.mask.provider.FromDimensionsBase
get, getDimensions, setDimensions
Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
getAsStack
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
AllValuesOn
public AllValuesOn()
-
-
Method Details
-
createFromDimensions
Description copied from class:FromDimensionsBase
Creates aMask
from the givenDimensions
.- Specified by:
createFromDimensions
in classFromDimensionsBase
- Parameters:
dimensions
- the dimensions to use for creating the mask- Returns:
- the created mask
-