Uses of Class
org.anchoranalysis.image.io.bean.stack.writer.StackWriter
| 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 StackWriter in org.anchoranalysis.image.io.bean.stack.writer
Subclasses of StackWriter in org.anchoranalysis.image.io.bean.stack.writer Modifier and Type Class Description classOneOrThreeChannelsWriterA base-class for aStackWriterthat writes an image that has either one or three channels.Methods in org.anchoranalysis.image.io.bean.stack.writer with type parameters of type StackWriter Modifier and Type Method Description static <T extends StackWriter>
ImageIOExceptionWriterErrorMessageHelper. generalWriteException(Class<T> writerClass, Path path, Exception cause)Creates aImageIOExceptionwith an error message that image-writing failed. -
Uses of StackWriter in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that return StackWriter Modifier and Type Method Description static StackWriterGeneratorOutputter. writer(OutputWriteSettings settings)Gets the defaultStackWriter.