public static class ImarisFormat.Writer extends AbstractWriter<DefaultMetadata>
| Constructor and Description |
|---|
Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
initialize(int imageIndex,
long planeIndex,
Interval bounds) |
boolean |
isInitialized(int imageIndex,
long planeIndex) |
protected String[] |
makeCompressionTypes() |
void |
savePlane(int imageIndex,
long planeIndex,
Plane plane) |
void |
setDest(DataHandle<Location> out,
int imageIndex,
SCIFIOConfig config) |
void |
setDest(Location fileName,
int imageIndex,
SCIFIOConfig config) |
void |
setMetadata(Metadata meta) |
void |
writePlane(int imageIndex,
long planeIndex,
Plane plane,
Interval bounds) |
canDoStacks, checkLocation, checkParams, close, getCodecOptions, getColorModel, getCompression, getCompressionTypes, getFramesPerSecond, getHandle, getMetadata, getPixelTypes, getValidBits, isSupportedCompression, isSupportedType, savePlane, setColorModel, setDest, setDest, setDest, setDest, setDest, setDest, setMetadata, writeSequentialasBrowsableLocation, asBrowsableLocation, getFormat, getFormatNamegetVersion, loggetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFormat, getFormatNamegetVersion, loggetIdentifiercontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationpublic void setMetadata(Metadata meta) throws FormatException
setMetadata in interface WritersetMetadata in class AbstractWriter<DefaultMetadata>FormatExceptionpublic void setDest(Location fileName, int imageIndex, SCIFIOConfig config) throws FormatException, IOException
setDest in interface WritersetDest in class AbstractWriter<DefaultMetadata>FormatExceptionIOExceptionpublic void setDest(DataHandle<Location> out, int imageIndex, SCIFIOConfig config) throws FormatException, IOException
setDest in interface WritersetDest in class AbstractWriter<DefaultMetadata>FormatExceptionIOExceptionprotected String[] makeCompressionTypes()
makeCompressionTypes in class AbstractWriter<DefaultMetadata>protected void initialize(int imageIndex,
long planeIndex,
Interval bounds)
throws FormatException,
IOException
initialize in class AbstractWriter<DefaultMetadata>FormatExceptionIOExceptionpublic void savePlane(int imageIndex,
long planeIndex,
Plane plane)
throws FormatException,
IOException
savePlane in interface WritersavePlane in class AbstractWriter<DefaultMetadata>FormatExceptionIOExceptionpublic boolean isInitialized(int imageIndex,
long planeIndex)
isInitialized in interface WriterisInitialized in class AbstractWriter<DefaultMetadata>public void writePlane(int imageIndex,
long planeIndex,
Plane plane,
Interval bounds)
throws FormatException,
IOException
writePlane in class AbstractWriter<DefaultMetadata>FormatExceptionIOExceptionpublic void close()
throws IOException
close in interface HasSourceclose in class AbstractHasSourceIOExceptionCopyright © 2015–2022 SCIFIO. All rights reserved.