Uses of Class
loci.formats.FilePattern
Packages that use FilePattern
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
Bio-Formats Importer plugin for ImageJ.
-
Uses of FilePattern in loci.formats
Fields in loci.formats declared as FilePatternModifier and TypeFieldDescriptionprotected FilePatternAxisGuesser.fpFile pattern identifying dimensional axis blocks.private FilePatternFileStitcher.ExternalSeries.patternMethods in loci.formats that return FilePatternModifier and TypeMethodDescriptionFileStitcher.findPattern(String id) AxisGuesser.getFilePattern()Gets the file pattern.FileStitcher.ExternalSeries.getFilePattern()FileStitcher.getFilePattern()Gets the file pattern object used to build the list of files.Constructors in loci.formats with parameters of type FilePatternModifierConstructorDescriptionAxisGuesser(FilePattern fp, String dimOrder, int sizeZ, int sizeT, int sizeC, boolean isCertain) Guesses dimensional axis assignments corresponding to the given file pattern, using the specified dimensional information from within each file as a guide.ExternalSeries(FilePattern pattern) -
Uses of FilePattern in loci.plugins.in
Fields in loci.plugins.in declared as FilePattern