Uses of Class
loci.formats.FormatHandler

Packages that use FormatHandler
loci.formats Bio-Formats: a library for reading and writing popular microscopy file formats. 
loci.formats.in   
loci.formats.out   
 

Uses of FormatHandler in loci.formats
 

Subclasses of FormatHandler in loci.formats
 class FormatReader
          Abstract superclass of all biological file format readers.
 class FormatWriter
          Abstract superclass of all biological file format writers.
 

Uses of FormatHandler in loci.formats.in
 

Subclasses of FormatHandler in loci.formats.in
 class AliconaReader
          AliconaReader is the file format reader for Alicona AL3D files.
 class AVIReader
          AVIReader is the file format reader for AVI files.
 class BaseTiffReader
          BaseTiffReader is the superclass for file format readers compatible with or derived from the TIFF 6.0 file format.
 class BioRadReader
          BioRadReader is the file format reader for Bio-Rad PIC files.
 class BMPReader
          BMPReader is the file format reader for Microsoft Bitmap (BMP) files.
 class DeltavisionReader
          DeltavisionReader is the file format reader for Deltavision files.
 class DicomReader
          DicomReader is the file format reader for DICOM files.
 class EPSReader
          Reader is the file format reader for Encapsulated PostScript (EPS) files.
 class FitsReader
          FitsReader is the file format reader for Flexible Image Transport System (FITS) images.
 class FlexReader
          FlexReader is a file format reader for Evotec Flex files.
 class FluoviewReader
          FluoviewReader is the file format reader for Olympus Fluoview TIFF files AND Andor Bio-imaging Division (ABD) TIFF files.
 class GatanReader
          GatanReader is the file format reader for Gatan files.
 class GelReader
          GelReader is the file format reader for Molecular Dynamics GEL TIFF files.
 class GIFReader
          GIFReader is the file format reader for Graphics Interchange Format (GIF) files.
 class ICSReader
          ICSReader is the file format reader for ICS (Image Cytometry Standard) files.
 class ImageIOReader
          ImageIOReader is the superclass for file format readers that use the javax.imageio package.
 class ImarisReader
          ImarisReader is the file format reader for Bitplane Imaris files.
 class ImarisTiffReader
          ImarisTiffReader is the file format reader for Imaris 5 files (TIFF variant).
 class ImprovisionTiffReader
          ImprovisionTiffReader is the file format reader for Improvision TIFF files.
 class IPLabReader
          IPLabReader is the file format reader for IPLab (.IPL) files.
 class IPWReader
          IPWReader is the file format reader for Image-Pro Workspace (IPW) files.
 class JPEGReader
          JPEGReader is the file format reader for JPEG images.
 class KhorosReader
          Reader for Khoros XV files.
 class LegacyPictReader
          LegacyPictReader is the old file format reader for Apple PICT files.
 class LegacyQTReader
          LegacyQTReader is a file format reader for QuickTime movie files.
 class LegacyZVIReader
          LegacyZVIReader is the legacy file format reader for Zeiss ZVI files.
 class LeicaReader
          LeicaReader is the file format reader for Leica files.
 class LIFReader
          LIFReader is the file format reader for Leica LIF files.
 class LIMReader
          LIMReader is the file format reader for Laboratory Imaging/Nikon LIM files.
 class MetamorphReader
          Reader is the file format reader for Metamorph STK files.
 class MicromanagerReader
          MicromanagerReader is the file format reader for Micro-Manager files.
 class MNGReader
          MNGReader is the file format reader for Multiple Network Graphics (MNG) files.
 class MRCReader
          MRCReader is the file format reader for MRC files.
 class ND2Reader
          ND2Reader is the file format reader for Nikon ND2 files.
 class NikonReader
          NikonReader is the file format reader for Nikon NEF (TIFF) files.
 class NRRDReader
          File format reader for NRRD files; see http://teem.sourceforge.net/nrrd.
 class OIBReader
          OIBReader is the file format reader for Fluoview FV1000 OIB files.
 class OIFReader
          OIFReader is the file format reader for Fluoview FV 1000 OIF files.
 class OMETiffReader
          OMETiffReader is the file format reader for OME-TIFF files.
 class OMEXMLReader
          OMEXMLReader is the file format reader for OME-XML files.
 class OpenlabRawReader
          OpenlabRawReader is the file format reader for Openlab RAW files.
 class OpenlabReader
          OpenlabReader is the file format reader for Openlab LIFF files.
 class PCIReader
          PCIReader is the file format reader for SimplePCI (Compix) .cxd files.
 class PerkinElmerReader
          PerkinElmerReader is the file format reader for PerkinElmer files.
 class PGMReader
          PGMReader is the file format reader for Portable Gray Map (PGM) images.
 class PictReader
          PictReader is the file format reader for Apple PICT files.
 class PNGReader
          PNGReader is the file format reader for Portable Network Graphics (PNG) images.
 class PrairieReader
          PrairieReader is the file format reader for Prairie Technologies' TIFF variant.
 class PSDReader
          PSDReader is the file format reader for Photoshop PSD files.
 class QTReader
          QTReader is the file format reader for QuickTime movie files.
 class SDTReader
          SDTReader is the file format reader for Becker & Hickl SPC-Image SDT files.
 class SEQReader
          SEQReader is the file format reader for Image-Pro Sequence files.
 class SlidebookReader
          SlidebookReader is the file format reader for 3I Slidebook files.
 class TCSReader
          TCSReader is the file format reader for Leica TCS TIFF files.
 class TiffReader
          TiffReader is the file format reader for TIFF files, including OME-TIFF.
 class VisitechReader
          VisitechReader is the file format reader for Visitech XYS files.
 class ZeissLSMReader
          ZeissLSMReader is the file format reader for Zeiss LSM files.
 class ZeissZVIReader
          ZeissZVIReader is the file format reader for Zeiss ZVI files.
 

Uses of FormatHandler in loci.formats.out
 

Subclasses of FormatHandler in loci.formats.out
 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.