Class SolidBlockMask

All Implemented Interfaces:
Mask

public class SolidBlockMask extends BlockMask
  • Constructor Details

    • SolidBlockMask

      public SolidBlockMask(Extent extent)
  • Method Details

    • toMask2D

      @Nullable public Mask2D toMask2D()
      Description copied from interface: Mask
      Get the 2D version of this mask if one exists.
      Specified by:
      toMask2D in interface Mask
      Overrides:
      toMask2D in class BlockMask
      Returns:
      a 2D mask version or null if this mask can't be 2D
    • copy

      public Mask copy()
      Description copied from interface: Mask
      Returns a copy of the mask. Usually for multi-threaded operation
      Specified by:
      copy in interface Mask
      Overrides:
      copy in class BlockMask
      Returns:
      a clone of the mask