Uses of Class
loci.formats.ReaderWrapper
Packages that use ReaderWrapper
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
Package containing Bio-Formats graphical user interface code.
Package containing Bio-Formats file format readers.
Utility classes and methods for the Bio-Formats plugins for ImageJ.
-
Uses of ReaderWrapper in loci.formats
Subclasses of ReaderWrapper in loci.formatsModifier and TypeClassDescriptionclassFor indexed color data representing true color, factors out the indices, replacing them with the color table values directly.classLogic to automatically merge channels in a file.classLogic to automatically separate the channels in a file.classHandles swapping the dimension order of an image series.classLogic to stitch together files with similar names.classReaderWrapperimplementation which caches the state of the delegate (including and otherReaderWrapperinstances) afterMemoizer.setId(String)has been called.classLogic to compute minimum and maximum values for each channel.classMethods in loci.formats that return ReaderWrapperModifier and TypeMethodDescriptionReaderWrapper.duplicate(Class<? extends IFormatReader> imageReaderClass) Performs a deep copy of the reader, including nested wrapped readers.private ReaderWrapperReaderWrapper.duplicateRecurse(Class<? extends IFormatReader> imageReaderClass) protected abstract ReaderWrapperWrappedReader.getHelper()Get the helper class that reads imagesMethods in loci.formats with parameters of type ReaderWrapperModifier and TypeMethodDescriptionprotected voidWrappedReader.callDeferredSetters(ReaderWrapper helper) A helper may not exist before initFile() is called. -
Uses of ReaderWrapper in loci.formats.gui
Subclasses of ReaderWrapper in loci.formats.guiModifier and TypeClassDescriptionclassA reader wrapper for reading image planes as BufferedImage objects. -
Uses of ReaderWrapper in loci.formats.in
Methods in loci.formats.in that return ReaderWrapper -
Uses of ReaderWrapper in loci.plugins.util
Subclasses of ReaderWrapper in loci.plugins.utilModifier and TypeClassDescriptionclassA low-level reader forImageProcessorobjects.classTODO