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, writeSequential
asBrowsableLocation, asBrowsableLocation, getFormat, getFormatName
getVersion, log
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFormat, getFormatName
getVersion, log
getIdentifier
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
public void setMetadata(Metadata meta) throws FormatException
setMetadata
in interface Writer
setMetadata
in class AbstractWriter<DefaultMetadata>
FormatException
public void setDest(Location fileName, int imageIndex, SCIFIOConfig config) throws FormatException, IOException
setDest
in interface Writer
setDest
in class AbstractWriter<DefaultMetadata>
FormatException
IOException
public void setDest(DataHandle<Location> out, int imageIndex, SCIFIOConfig config) throws FormatException, IOException
setDest
in interface Writer
setDest
in class AbstractWriter<DefaultMetadata>
FormatException
IOException
protected String[] makeCompressionTypes()
makeCompressionTypes
in class AbstractWriter<DefaultMetadata>
protected void initialize(int imageIndex, long planeIndex, Interval bounds) throws FormatException, IOException
initialize
in class AbstractWriter<DefaultMetadata>
FormatException
IOException
public void savePlane(int imageIndex, long planeIndex, Plane plane) throws FormatException, IOException
savePlane
in interface Writer
savePlane
in class AbstractWriter<DefaultMetadata>
FormatException
IOException
public boolean isInitialized(int imageIndex, long planeIndex)
isInitialized
in interface Writer
isInitialized
in class AbstractWriter<DefaultMetadata>
public void writePlane(int imageIndex, long planeIndex, Plane plane, Interval bounds) throws FormatException, IOException
writePlane
in class AbstractWriter<DefaultMetadata>
FormatException
IOException
public void close() throws IOException
close
in interface HasSource
close
in class AbstractHasSource
IOException
Copyright © 2015–2022 SCIFIO. All rights reserved.