Uses of Class
loci.formats.ClassList
Packages that use ClassList
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
-
Uses of ClassList in loci.formats
Fields in loci.formats declared as ClassListModifier and TypeFieldDescriptionprivate ClassList<IFormatReader> FileStitcher.classListprivate static ClassList<IFormatReader> ImageReader.defaultClassesDefault list of reader classes, for use with noargs constructor.private static ClassList<IFormatWriter> ImageWriter.defaultClassesDefault list of writer classes, for use with noargs constructor.Methods in loci.formats that return ClassListModifier and TypeMethodDescriptionstatic ClassList<IFormatReader> ImageReader.getDefaultReaderClasses()static ClassList<IFormatWriter> ImageWriter.getDefaultWriterClasses()Methods in loci.formats with parameters of type ClassListModifier and TypeMethodDescriptionvoidAppends a class list which must be assignable to the base classvoidPrepends a class list which must be assignable to the base classvoidFileStitcher.setReaderClassList(ClassList<IFormatReader> classList) Set the ClassList object to use when constructing any helper readers.Constructors in loci.formats with parameters of type ClassListModifierConstructorDescriptionImageReader(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.