Class AllValuesOff

Object
AnchorBean<MaskProvider>
InitializableBean<MaskProvider, ImageInitialization>
ImageBean<MaskProvider>
BeanProviderAsStackBase<MaskProvider, Mask>
MaskProvider
FromDimensionsBase
AllValuesOff
All Implemented Interfaces:
Provider<Mask>, ProviderAsStack

public class AllValuesOff extends FromDimensionsBase
Creates a new mask of particular dimensionality where all values are off.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Mask
    createFromDimensions(Dimensions dimensions)
    Creates a Mask from the given Dimensions.

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AllValuesOff

      public AllValuesOff()
  • Method Details

    • createFromDimensions

      protected Mask createFromDimensions(Dimensions dimensions)
      Description copied from class: FromDimensionsBase
      Creates a Mask from the given Dimensions.
      Specified by:
      createFromDimensions in class FromDimensionsBase
      Parameters:
      dimensions - the dimensions to use for creating the mask
      Returns:
      the created mask