Uses of Class
org.anchoranalysis.image.io.stack.output.StackWriteOptions
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.stack.writer |
Bean classes for writing raster-files to the filesystem.
|
| org.anchoranalysis.image.io.stack.output.generator |
Base classes for generators that ultimately write a
Stack to the filesystem. |
-
Uses of StackWriteOptions in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer with parameters of type StackWriteOptions Modifier and Type Method Description ImageFileFormatOneOrThreeChannelsWriter. fileFormat(StackWriteOptions writeOptions)abstract ImageFileFormatStackWriter. fileFormat(StackWriteOptions writeOptions)The file format that will be written by the generator.ImageFileFormatStackWriter. fileFormatWarnUnexpected(StackWriteOptions writeOptions, Optional<Logger> logger)The file format that will be written by the generator, warning with a log message if different to suggestion.voidOneOrThreeChannelsWriter. writeStack(Stack stack, Path filePath, StackWriteOptions options)abstract voidStackWriter. writeStack(Stack stack, Path filePath, StackWriteOptions options)Writes a stack to the filesystem at a particular path.PathStackWriter. writeStackWithExtension(Stack stack, Path filePath, StackWriteOptions options)Writes a stack to the filesystem at a particular path with an extension appended to the path. -
Uses of StackWriteOptions in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackWriteOptions Modifier and Type Method Description static StringGeneratorOutputter. fileExtensionWriter(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger)The file extension to use for the defaultStackWriter, as returned byGeneratorOutputter.writer(OutputWriteSettings).protected abstract StringRasterGenerator. selectFileExtension(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger)Selects the file-extension to use for a particular stack.protected StringRasterGeneratorSelectFormat. selectFileExtension(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger)Combines stack-write-options derived for a particular stack with the general write-options associated with theRasterGenerator.protected abstract voidRasterGenerator. writeToFile(T untransformedElement, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath)Writes a stack to the file-system.protected voidRasterGeneratorSelectFormat. writeToFile(T element, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath)