Uses of Class
org.anchoranalysis.image.io.bean.stack.writer.StackWriter
Packages that use StackWriter
Package
Description
Bean classes for writing raster-files to the filesystem.
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.writerModifier and TypeClassDescriptionclassA base-class for aStackWriterthat writes an image that has either one or three channels.Subclasses with type arguments of type StackWriter in org.anchoranalysis.image.io.bean.stack.writerMethods in org.anchoranalysis.image.io.bean.stack.writer with type parameters of type StackWriterModifier and TypeMethodDescriptionstatic <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 StackWriterModifier and TypeMethodDescriptionstatic StackWriterGeneratorOutputter.writer(OutputWriteSettings settings) Gets the defaultStackWriter.