Uses of Interface
loci.formats.IFormatWriter

Packages that use IFormatWriter
loci.formats Bio-Formats: a library for reading and writing popular microscopy file formats. 
loci.formats.out   
visad.data.bio Provides data forms for handling common microscopy formats. 
 

Uses of IFormatWriter in loci.formats
 

Classes in loci.formats that implement IFormatWriter
 class FormatWriter
          Abstract superclass of all biological file format writers.
 class ImageWriter
          ImageWriter is the master file format writer for all supported formats.
 

Fields in loci.formats declared as IFormatWriter
protected  IFormatWriter[] ImageWriter.writers
          List of supported file format writers.
protected  IFormatWriter[] ImageWriter.writers
          List of supported file format writers.
 

Methods in loci.formats that return IFormatWriter
 IFormatWriter ImageWriter.getWriter()
          Gets the writer used to save the current file.
 IFormatWriter ImageWriter.getWriter()
          Gets the writer used to save the current file.
 IFormatWriter ImageWriter.getWriter(Class c)
          Gets the file format writer instance matching the given class.
 IFormatWriter ImageWriter.getWriter(Class c)
          Gets the file format writer instance matching the given class.
 IFormatWriter ImageWriter.getWriter(String id)
          Gets the writer used to save the given file.
 IFormatWriter ImageWriter.getWriter(String id)
          Gets the writer used to save the given file.
 IFormatWriter[] ImageWriter.getWriters()
          Gets all constituent file format writers.
 IFormatWriter[] ImageWriter.getWriters()
          Gets all constituent file format writers.
 

Uses of IFormatWriter in loci.formats.out
 

Classes in loci.formats.out that implement IFormatWriter
 class AVIWriter
          AVIWriter is the file format writer for AVI files.
 class EPSWriter
          EPSWriter is the file format writer for Encapsulated PostScript (EPS) files.
 class ImageIOWriter
          ImageIOWriter is the superclass for file format writers that use the javax.imageio library.
 class JPEGWriter
          JPEGWriter is the file format writer for JPEG files.
 class LegacyQTWriter
          LegacyQTWriter is a file format writer for QuickTime movies.
 class OMETiffWriter
          OMETiffWriter is the file format writer for OME-TIFF files.
 class PNGWriter
          PNGWriter is the file format writer for PNG files.
 class QTWriter
          QTWriter is the file format writer for uncompressed QuickTime movie files.
 class TiffWriter
          TiffWriter is the file format writer for TIFF files.
 

Uses of IFormatWriter in visad.data.bio
 

Fields in visad.data.bio declared as IFormatWriter
protected  IFormatWriter LociForm.writer
          Writer to use for save-related functions.
protected  IFormatWriter LociForm.writer
          Writer to use for save-related functions.
 

Methods in visad.data.bio that return IFormatWriter
 IFormatWriter LociForm.getWriter()
          Gets the IFormatWriter backing this form's writing capabilities.
 IFormatWriter LociForm.getWriter()
          Gets the IFormatWriter backing this form's writing capabilities.
 

Constructors in visad.data.bio with parameters of type IFormatWriter
LociForm(IFormatReader reader, IFormatWriter writer)
          Constructs a new LociForm that handles the given reader/writer pair.
LociForm(IFormatReader reader, IFormatWriter writer)
          Constructs a new LociForm that handles the given reader/writer pair.
LociForm(IFormatWriter writer)
          Constructs a new LociForm that handles the given writer.
LociForm(IFormatWriter writer)
          Constructs a new LociForm that handles the given writer.