|
||||||||||
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.EPSWriter
public class EPSWriter
EPSWriter is the file format writer for Encapsulated PostScript (EPS) files.
Field Summary | |
---|---|
protected RandomAccessFile |
out
Current file. |
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 | |
---|---|
EPSWriter()
|
Method Summary | |
---|---|
void |
close()
|
int[] |
getPixelTypes()
|
void |
saveImage(Image image,
boolean last)
|
Methods inherited from class loci.formats.FormatWriter |
---|
canDoStacks, 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 |
Field Detail |
---|
protected RandomAccessFile out
Constructor Detail |
---|
public EPSWriter()
Method Detail |
---|
public void saveImage(Image image, boolean last) throws loci.formats.FormatException, IOException
loci.formats.FormatException
IOException
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 |