Class StackWriteOptions
Object
org.anchoranalysis.image.io.stack.output.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 Summary
Constructors Constructor Description StackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) -
Method Summary
Modifier and Type Method Description StackWriteAttributesgetAttributes()The attributes of the particular stack to write.Optional<ImageFileFormat>getSuggestedFormatToWrite()A suggestion on what file-format to write.
-
Constructor Details
-
StackWriteOptions
public StackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite)
-
-
Method Details
-
getAttributes
The attributes of the particular stack to write. -
getSuggestedFormatToWrite
A suggestion on what file-format to write.
-