Uses of Class
loci.formats.FilePattern

Packages that use FilePattern
loci.formats Bio-Formats: a library for reading and writing popular microscopy file formats. 
 

Uses of FilePattern in loci.formats
 

Fields in loci.formats declared as FilePattern
protected  FilePattern AxisGuesser.fp
          File pattern identifying dimensional axis blocks.
protected  FilePattern AxisGuesser.fp
          File pattern identifying dimensional axis blocks.
 

Methods in loci.formats that return FilePattern
 FilePattern FileStitcher.findPattern(String id)
          Finds the file pattern for the given ID, based on the state of the file stitcher.
 FilePattern FileStitcher.findPattern(String id)
          Finds the file pattern for the given ID, based on the state of the file stitcher.
 FilePattern AxisGuesser.getFilePattern()
          Gets the file pattern.
 FilePattern FileStitcher.getFilePattern()
          Gets the file pattern object used to build the list of files.
 FilePattern AxisGuesser.getFilePattern()
          Gets the file pattern.
 FilePattern FileStitcher.getFilePattern()
          Gets the file pattern object used to build the list of files.
 FilePattern FileStitcher.getFilePattern(String id)
          Deprecated. Replaced by FileStitcher.getFilePattern()
 FilePattern FileStitcher.getFilePattern(String id)
          Deprecated. Replaced by FileStitcher.getFilePattern()
 

Constructors in loci.formats with parameters of type FilePattern
AxisGuesser(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.
AxisGuesser(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.