loci.formats
Class TiffReader

java.lang.Object
  extended byloci.formats.FormatHandler
      extended byloci.formats.FormatReader
          extended byloci.formats.BaseTiffReader
              extended byloci.formats.TiffReader

public class TiffReader
extends BaseTiffReader

TiffReader is the file format reader for TIFF files.


Field Summary
 
Fields inherited from class loci.formats.BaseTiffReader
ifds, in, numImages
 
Fields inherited from class loci.formats.FormatReader
DEBUG, DEBUG_LEVEL, metadata, ome
 
Fields inherited from class loci.formats.FormatHandler
chooser, currentId, filters, format, suffixes
 
Constructor Summary
TiffReader()
          Constructs a new Tiff reader.
 
Method Summary
protected  void initOMEMetadata()
          Parses OME-XML metadata.
static void main(String[] args)
           
 
Methods inherited from class loci.formats.BaseTiffReader
close, getImageCount, getTiffDimensions, initFile, initMetadata, initStandardMetadata, isThisType, open, put, put, put, put, put, put, put, put, put, put, putInt
 
Methods inherited from class loci.formats.FormatReader
createFilters, getMetadata, getMetadataValue, getOMENode, open, testRead
 
Methods inherited from class loci.formats.FormatHandler
getFileChooser, getFileFilters, getFormat, getSuffixes, isThisType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiffReader

public TiffReader()
Constructs a new Tiff reader.

Method Detail

initOMEMetadata

protected void initOMEMetadata()
Parses OME-XML metadata.

Overrides:
initOMEMetadata in class BaseTiffReader

main

public static void main(String[] args)
                 throws FormatException,
                        IOException
Throws:
FormatException
IOException