Class StackWriteOptions
Object
StackWriteOptions
A combination of attributions describing how to write a particular stack and any suggestions from
the user.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionStackWriteOptions
(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) Creates a newStackWriteOptions
instance. -
Method Summary
Modifier and TypeMethodDescriptionThe attributes of the particular stack to write.A suggestion on what file-format to write.
-
Constructor Details
-
StackWriteOptions
public StackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) Creates a newStackWriteOptions
instance.- Parameters:
attributes
- The attributes of the particular stack to write.suggestedFormatToWrite
- A suggestion on what file-format to write.
-
-
Method Details
-
getAttributes
The attributes of the particular stack to write. -
getSuggestedFormatToWrite
A suggestion on what file-format to write.
-