loci.formats
Class SEQReader
java.lang.Object
loci.formats.FormatHandler
loci.formats.FormatReader
loci.formats.BaseTiffReader
loci.formats.SEQReader
- public class SEQReader
- extends BaseTiffReader
SEQReader is the file format reader for Image-Pro Sequence files.
|
Constructor Summary |
SEQReader()
Constructs a new Image-Pro SEQ reader. |
| Methods inherited from class loci.formats.BaseTiffReader |
close, getImageCount, getTiffDimensions, initFile, initMetadata, isThisType, open, put, put, put, put, put, put, put, put, put, put, putInt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQReader
public SEQReader()
- Constructs a new Image-Pro SEQ reader.
initStandardMetadata
protected void initStandardMetadata()
- Overridden to include the three SEQ-specific tags.
- Overrides:
initStandardMetadata in class BaseTiffReader
initOMEMetadata
protected void initOMEMetadata()
- Overridden to include the three SEQ-specific tags.
- Overrides:
initOMEMetadata in class BaseTiffReader
main
public static void main(String[] args)
throws FormatException,
IOException
- Throws:
FormatException
IOException