Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
Modifier and Type | Field and Description |
---|---|
private ClassList<IFormatReader> |
FileStitcher.classList |
private static ClassList<IFormatWriter> |
ImageWriter.defaultClasses
Default list of writer classes, for use with noargs constructor.
|
private static ClassList<IFormatReader> |
ImageReader.defaultClasses
Default list of reader classes, for use with noargs constructor.
|
Modifier and Type | Method and Description |
---|---|
static ClassList<IFormatReader> |
ImageReader.getDefaultReaderClasses() |
static ClassList<IFormatWriter> |
ImageWriter.getDefaultWriterClasses() |
Modifier and Type | Method and Description |
---|---|
void |
ClassList.append(ClassList<T> c)
Appends a class list which must be assignable to the base class
|
void |
ClassList.prepend(ClassList<T> c)
Prepends a class list which must be assignable to the base class
|
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 © 2020 Open Microscopy Environment