loci.formats
Class FluoviewReader

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

public class FluoviewReader
extends BaseTiffReader

FluoviewReader is the file format reader for Olympus Fluoview 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
FluoviewReader()
          Constructs a new Fluoview TIFF reader.
 
Method Summary
protected  void initMetadata()
          Populates the metadata hashtable.
 boolean isThisType(byte[] block)
          Checks if the given block is a valid header for a Fluoview TIFF file.
 boolean isThisType(String name)
          Checks if the given string is a valid filename for a Fluoview TIFF file.
static void main(String[] args)
           
 
Methods inherited from class loci.formats.BaseTiffReader
close, getImageCount, getTiffDimensions, initFile, initOMEMetadata, initStandardMetadata, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluoviewReader

public FluoviewReader()
Constructs a new Fluoview TIFF reader.

Method Detail

isThisType

public boolean isThisType(byte[] block)
Checks if the given block is a valid header for a Fluoview TIFF file.

Overrides:
isThisType in class BaseTiffReader

isThisType

public boolean isThisType(String name)
Checks if the given string is a valid filename for a Fluoview TIFF file.

Overrides:
isThisType in class FormatHandler

initMetadata

protected void initMetadata()
Populates the metadata hashtable.

Overrides:
initMetadata in class BaseTiffReader

main

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