public class LegacyQTWriter
extends loci.formats.FormatWriter
| Modifier and Type | Field and Description |
|---|---|
protected int |
codec
The codec to use.
|
protected int |
quality
The quality to use.
|
protected loci.formats.ReflectedUniverse |
r
Reflection tool for QuickTime for Java calls.
|
protected loci.formats.LegacyQTTools |
tools
Instance of LegacyQTTools to handle QuickTime for Java detection.
|
| Constructor and Description |
|---|
LegacyQTWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDoStacks()
Reports whether the writer can save multiple images to a single file.
|
void |
close()
Closes currently open file(s) and frees allocated memory.
|
void |
saveImage(java.awt.Image image,
boolean last)
Saves the given image to the current file.
|
void |
setCodec(int codec)
Sets the encoded movie's codec.
|
void |
setQuality(int quality)
Sets the quality of the encoded movie.
|
canDoStacks, getColorModel, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, getPixelTypes, getPixelTypes, isSupportedType, isSupportedType, save, saveBytes, saveBytes, saveImage, setColorModel, setCompression, setFramesPerSecond, setId, setMetadataRetrieveaddStatusListener, debug, getFormat, getStatusListeners, getSuffixes, isThisType, isThisType, removeStatusListener, setDebug, setDebugLevel, setId, status, status, status, trace, traceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected loci.formats.LegacyQTTools tools
protected loci.formats.ReflectedUniverse r
protected int codec
protected int quality
public void setCodec(int codec)
codec - Codec value:public void setQuality(int quality)
quality - Quality value:public void saveImage(java.awt.Image image,
boolean last)
throws loci.formats.FormatException,
java.io.IOException
loci.formats.IFormatWriterloci.formats.FormatExceptionjava.io.IOExceptionpublic boolean canDoStacks()
loci.formats.IFormatWritercanDoStacks in interface loci.formats.IFormatWritercanDoStacks in class loci.formats.FormatWriterpublic void close()
throws java.io.IOException
loci.formats.IFormatHandlerjava.io.IOException