Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
Modifier and Type | Method and Description |
---|---|
static FileFormat |
Saver.getFileFormat(loci.formats.IFormatWriter writer,
FileFormat defaultValue)
Deprecated.
|
static FileFormat |
FileFormat.getFileFormat(java.lang.String ext)
Deprecated.
Use
getFileFormat(String, FileFormat) instead. |
static FileFormat |
FileFormat.getFileFormat(java.lang.String ext,
FileFormat defaultValue)
Deprecated.
Return the FileFormat corresponding to specified extension.
|
abstract FileFormat |
ImageFileFormat.toFileFormat()
For backward compatibility with
FileFormat . |
static FileFormat |
FileFormat.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FileFormat |
Saver.getFileFormat(loci.formats.IFormatWriter writer,
FileFormat defaultValue)
Deprecated.
|
static FileFormat |
FileFormat.getFileFormat(java.lang.String ext,
FileFormat defaultValue)
Deprecated.
Return the FileFormat corresponding to specified extension.
|
static ImageFileFormat |
ImageFileFormat.getFormat(FileFormat format)
For backward compatibility with
FileFormat . |
static loci.formats.IFormatWriter |
Saver.getWriter(java.io.File file,
FileFormat defaultFormat)
Deprecated.
Use
Saver.getWriter(File, ImageFileFormat) instead. |
static loci.formats.IFormatWriter |
Saver.getWriter(FileFormat fileFormat)
Deprecated.
Use
Saver.getWriter(ImageFileFormat) instead. |
static loci.formats.IFormatWriter |
Saver.getWriter(java.lang.String ext,
FileFormat defaultFormat)
Deprecated.
Use
Saver.getWriter(String, ImageFileFormat) instead. |