Package | Description |
---|---|
loci.common | |
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.tools |
Package containing utility methods corresponding
to the Bio-Formats command line tools.
|
loci.plugins.in |
Bio-Formats Importer plugin for ImageJ.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseInsensitiveLocation
Case insensitive variant of Location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.getAbsoluteFile() |
Location |
Location.getCanonicalFile() |
Location |
Location.getParentFile() |
Location[] |
Location.listFiles()
Return a list of absolute files in this directory.
|
Constructor and Description |
---|
Location(Location parent,
String child) |
Modifier and Type | Method and Description |
---|---|
Location |
ResourceNamer.getLocationFromResourceName(Location resourceParentPath,
String resourceName,
int nameIndex,
String resourceExtension)
Creates a new
Location instance using the provided parent path and
child node name. |
Modifier and Type | Method and Description |
---|---|
static String |
FilePattern.findPattern(Location file)
Identifies the group pattern from a given file within that group.
|
Location |
ResourceNamer.getLocationFromResourceName(Location resourceParentPath,
String resourceName,
int nameIndex,
String resourceExtension)
Creates a new
Location instance using the provided parent path and
child node name. |
Constructor and Description |
---|
FilePattern(Location file)
Creates a pattern object using the given file as a template.
|
Modifier and Type | Method and Description |
---|---|
Location |
FakeImage.generateScreen(int plates,
int plateAcquisitions,
int rows,
int columns,
int fields)
Creates a fake SPW file/directory structure.
|
Constructor and Description |
---|
FakeImage(Location directoryRoot) |
Modifier and Type | Field and Description |
---|---|
protected Location |
ImportProcess.idLoc |
Modifier and Type | Method and Description |
---|---|
Location |
ImportProcess.getIdLocation()
Valid only after
ImportStep.READER . |
Copyright © 2014 Open Microscopy Environment