loci.formats.out
Class OMETiffWriter
java.lang.Object
loci.formats.FormatHandler
loci.formats.FormatWriter
loci.formats.out.TiffWriter
loci.formats.out.OMETiffWriter
- All Implemented Interfaces:
- IFormatHandler, IFormatWriter, StatusReporter
public class OMETiffWriter
- extends TiffWriter
OMETiffWriter is the file format writer for OME-TIFF files.
- Source code:
- Trac,
SVN
Method Summary |
void |
close()
Closes currently open file(s) and frees allocated memory. |
Methods inherited from class loci.formats.FormatWriter |
canDoStacks, getColorModel, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, getPixelTypes, getPixelTypes, isSupportedType, isSupportedType, save, saveBytes, saveBytes, setColorModel, setCompression, setFramesPerSecond, setId, setMetadataRetrieve |
Methods inherited from class loci.formats.FormatHandler |
addStatusListener, debug, getFormat, getStatusListeners, getSuffixes, isThisType, isThisType, removeStatusListener, setDebug, setDebugLevel, setId, status, status, status, trace, trace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMETiffWriter
public OMETiffWriter()
close
public void close()
throws IOException
- Description copied from interface:
IFormatHandler
- Closes currently open file(s) and frees allocated memory.
- Specified by:
close
in interface IFormatHandler
- Overrides:
close
in class TiffWriter
- Throws:
IOException