Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
icy.gui.dialog |
Contains all custom Dialog (modal frame)
|
Modifier and Type | Method and Description |
---|---|
static ImageFileFormat |
ImageFileFormat.getFormat(FileFormat format)
For backward compatibility with
FileFormat . |
static ImageFileFormat |
ImageFileFormat.getFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the FileFormat corresponding to specified extension.
|
static ImageFileFormat |
Saver.getImageFileFormat(loci.formats.IFormatWriter writer,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to specified IFormatWriter . |
static ImageFileFormat |
ImageFileFormat.getReadFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to the specified extension and which
support read operation. |
static ImageFileFormat |
ImageFileFormat.getWriteFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to the specified extension and which
support write operation. |
static ImageFileFormat |
ImageFileFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageFileFormat[] |
ImageFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IcyColorModel |
Saver.getCompatibleColorModel(ImageFileFormat imageFileFormat,
IcyColorModel colorModel)
Return the closest compatible
IcyColorModel supported by the specified image file format
from the specified IcyColorModel . |
static IcyColorModel |
Saver.getCompatibleColorModel(ImageFileFormat imageFileFormat,
int numChannel,
DataType dataType)
Return the closest compatible
IcyColorModel supported by the specified ImageFileFormat
from the specified image description. |
static ImageFileFormat |
ImageFileFormat.getFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the FileFormat corresponding to specified extension.
|
static ImageFileFormat |
Saver.getImageFileFormat(loci.formats.IFormatWriter writer,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to specified IFormatWriter . |
static ImageFileFormat |
ImageFileFormat.getReadFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to the specified extension and which
support read operation. |
static ImageFileFormat |
ImageFileFormat.getWriteFormat(java.lang.String ext,
ImageFileFormat defaultValue)
Returns the
ImageFileFormat corresponding to the specified extension and which
support write operation. |
static loci.formats.IFormatWriter |
Saver.getWriter(java.io.File file,
ImageFileFormat defaultFormat)
Return the writer to use for the specified file.
|
static loci.formats.IFormatWriter |
Saver.getWriter(ImageFileFormat format)
Return the writer to use for the specified ImageFileFormat.
|
static loci.formats.IFormatWriter |
Saver.getWriter(java.lang.String ext,
ImageFileFormat defaultFormat)
Return the writer to use for the specified filename extension.
|
static boolean |
Saver.isCompatible(ImageFileFormat imageFileFormat,
IcyColorModel colorModel)
Return true if the specified image file format is compatible with the given
IcyColorModel . |
static boolean |
Saver.isCompatible(ImageFileFormat imageFileFormat,
int numChannel,
boolean alpha,
DataType dataType)
Return true if the specified image file format is compatible with the image description.
|
static boolean |
Saver.isCompatible(ImageFileFormat imageFileFormat,
Sequence sequence)
Return true if the specified image file format is compatible to save the given Sequence.
|
Modifier and Type | Method and Description |
---|---|
ImageFileFormat |
SaverDialog.getSelectedFileFormat() |