Class StackWriteOptions

Object
StackWriteOptions

public class StackWriteOptions extends Object
A combination of attributions describing how to write a particular stack and any suggestions from the user.
Author:
Owen Feehan
  • Constructor Details

    • StackWriteOptions

      public StackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite)
      Creates a new StackWriteOptions instance.
      Parameters:
      attributes - The attributes of the particular stack to write.
      suggestedFormatToWrite - A suggestion on what file-format to write.
  • Method Details

    • getAttributes

      public StackWriteAttributes getAttributes()
      The attributes of the particular stack to write.
    • getSuggestedFormatToWrite

      public Optional<ImageFileFormat> getSuggestedFormatToWrite()
      A suggestion on what file-format to write.