|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object loci.formats.FormatHandler loci.formats.FormatWriter loci.formats.out.AVIWriter
public class AVIWriter
AVIWriter is the file format writer for AVI files. Much of this writer's code was adapted from Wayne Rasband's AVI Movie Writer plugin for ImageJ (available at http://rsb.info.nih.gov/ij/).
Field Summary |
---|
Fields inherited from class loci.formats.FormatWriter |
---|
cm, compression, compressionTypes, fps, initialized, metadataRetrieve |
Fields inherited from class loci.formats.FormatHandler |
---|
currentId, debug, debugLevel, format, statusListeners, suffixes |
Constructor Summary | |
---|---|
AVIWriter()
|
Method Summary | |
---|---|
boolean |
canDoStacks()
|
void |
close()
|
int[] |
getPixelTypes()
|
void |
saveImage(Image image,
boolean last)
|
Methods inherited from class loci.formats.FormatWriter |
---|
canDoStacks, getColorModel, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, getPixelTypes, isSupportedType, isSupportedType, save, saveBytes, saveBytes, saveImage, 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 |
Methods inherited from interface loci.formats.IFormatHandler |
---|
getFormat, getSuffixes, isThisType, isThisType, setId |
Methods inherited from interface loci.formats.StatusReporter |
---|
addStatusListener, getStatusListeners, removeStatusListener |
Constructor Detail |
---|
public AVIWriter()
Method Detail |
---|
public void saveImage(Image image, boolean last) throws loci.formats.FormatException, IOException
loci.formats.FormatException
IOException
public boolean canDoStacks()
canDoStacks
in interface loci.formats.IFormatWriter
canDoStacks
in class loci.formats.FormatWriter
public int[] getPixelTypes()
getPixelTypes
in interface loci.formats.IFormatWriter
getPixelTypes
in class loci.formats.FormatWriter
public void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |