Uses of Class
loci.formats.Location

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

Uses of Location in loci.formats
 

Methods in loci.formats that return Location
 Location Location.getAbsoluteFile()
           
 Location Location.getAbsoluteFile()
           
 Location Location.getCanonicalFile()
           
 Location Location.getCanonicalFile()
           
 Location Location.getParentFile()
           
 Location Location.getParentFile()
           
 Location[] Location.listFiles()
           
 Location[] Location.listFiles()
           
 

Methods in loci.formats with parameters of type Location
static String FilePattern.findPattern(Location file)
          Identifies the group pattern from a given file within that group.
static String FilePattern.findPattern(Location file)
          Identifies the group pattern from a given file within that group.
 

Constructors in loci.formats with parameters of type Location
FilePattern(Location file)
          Creates a pattern object using the given file as a template.
FilePattern(Location file)
          Creates a pattern object using the given file as a template.
Location(Location parent, String child)
           
Location(Location parent, String child)
           
 

Uses of Location in loci.formats.in
 

Fields in loci.formats.in declared as Location
protected  Location ICSReader.icsIn
          Current ICS file.
protected  Location ICSReader.icsIn
          Current ICS file.