Class ImageIOWriter
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.image.io.bean.stack.writer.StackWriter>
org.anchoranalysis.image.io.bean.stack.writer.StackWriter
org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
org.anchoranalysis.plugin.io.bean.stack.writer.ImageIOWriter
public class ImageIOWriter
extends org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
-
Constructor Summary
Constructors Constructor Description ImageIOWriter() -
Method Summary
Modifier and Type Method Description protected voidwriteStackAfterCheck(org.anchoranalysis.image.core.stack.Stack stack, Path filePath)Methods inherited from class org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
fileFormat, getExtension, setExtension, writeStackMethods inherited from class org.anchoranalysis.image.io.bean.stack.writer.StackWriter
fileFormatWarnUnexpected, writeStackWithExtension
-
Constructor Details
-
ImageIOWriter
public ImageIOWriter()
-
-
Method Details
-
writeStackAfterCheck
protected void writeStackAfterCheck(org.anchoranalysis.image.core.stack.Stack stack, Path filePath) throws org.anchoranalysis.image.io.ImageIOException- Specified by:
writeStackAfterCheckin classorg.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter- Throws:
org.anchoranalysis.image.io.ImageIOException
-