Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
Modifier and Type | Method and Description |
---|---|
static ClassList<IFormatReader> |
ImageReader.getDefaultReaderClasses() |
static ClassList<IFormatWriter> |
ImageWriter.getDefaultWriterClasses() |
Modifier and Type | Method and Description |
---|---|
void |
FileStitcher.setReaderClassList(ClassList<IFormatReader> classList)
Set the ClassList object to use when constructing any helper readers.
|
Constructor and Description |
---|
ImageReader(ClassList<IFormatReader> classList)
Constructs a new ImageReader from the given list of reader classes.
|
ImageWriter(ClassList<IFormatWriter> classList)
Constructs a new ImageWriter from the given list of writer classes.
|
Copyright © 2014 Open Microscopy Environment