public class EPSWriter
extends loci.formats.FormatWriter
| Modifier and Type | Field and Description |
|---|---|
protected java.io.RandomAccessFile |
out
Current file.
|
| Constructor and Description |
|---|
EPSWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes currently open file(s) and frees allocated memory.
|
int[] |
getPixelTypes()
Gets the supported pixel types.
|
void |
saveImage(java.awt.Image image,
boolean last)
Saves the given image to the current file.
|
canDoStacks, canDoStacks, getColorModel, getCompressionTypes, getFramesPerSecond, getMetadataRetrieve, 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, waitpublic void saveImage(java.awt.Image image,
boolean last)
throws loci.formats.FormatException,
java.io.IOException
loci.formats.IFormatWriterloci.formats.FormatExceptionjava.io.IOExceptionpublic int[] getPixelTypes()
loci.formats.IFormatWritergetPixelTypes in interface loci.formats.IFormatWritergetPixelTypes in class loci.formats.FormatWriterpublic void close()
throws java.io.IOException
loci.formats.IFormatHandlerjava.io.IOException