Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Loader.FilePosition> |
Loader.getFilePositions(java.util.List<java.lang.String> paths,
boolean dimOrder,
FileFrame loadingFrame)
Deprecated.
|
static java.util.Collection<SequenceFileSticher.SequenceFileGroup> |
SequenceFileSticher.groupAllFiles(SequenceFileImporter importer,
java.util.Collection<java.lang.String> paths,
boolean findPosition,
FileFrame loadingFrame)
Same as
SequenceFileSticher.groupFiles(SequenceFileImporter, Collection, boolean, FileFrame) except it does several groups if all image file path
cannot be grouped to form a single Sequence. |
static SequenceFileSticher.SequenceFileGroup |
SequenceFileSticher.groupFiles(SequenceFileImporter importer,
java.util.Collection<java.lang.String> paths,
boolean findPosition,
FileFrame loadingFrame)
Take a list of image file path as input and try to group them to form a unique Sequence.
|
static Sequence |
Loader.internalLoadSingle(SequenceIdImporter importer,
ome.xml.meta.OMEXMLMetadata metadata,
int series,
int resolution,
java.awt.Rectangle region,
int minZ,
int maxZ,
int minT,
int maxT,
int channel,
boolean forceVolatile,
FileFrame loadingFrame)
Internal use only !
|
boolean |
FileImporter.load(java.lang.String path,
FileFrame loadingFrame)
Load the specified file and returns true if the operation succeed.
|
boolean |
SequenceFileExporter.save(Sequence sequence,
java.lang.String path,
FileFrame loadingFrame)
Save the specified sequence in the specified file.
|