Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
icy.plugin.abstract_ |
Plugin abstract classes
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
plugins.kernel.importer |
Contains all Importer type plugins for the kernel
|
Modifier and Type | Interface and Description |
---|---|
interface |
SequenceFileImporter
Sequence file importer interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileGroupImporter
Special importer able to group a list of path (
SequenceFileSticher.SequenceFileGroup ) to build a single Sequence out of it. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImageProvider
Abstract implementation of the
ImageProvider interface. |
Modifier and Type | Class and Description |
---|---|
class |
PluginSequenceFileImporter
Plugin specialized for Sequence file import operation (see the
SequenceFileImporter interface) |
class |
PluginSequenceIdImporter
Plugin specialized for Sequence id import operation (see the
SequenceIdImporter interface) |
Modifier and Type | Interface and Description |
---|---|
interface |
SequenceIdImporter
Sequence importer interface.
|
Modifier and Type | Method and Description |
---|---|
ImageProvider |
Sequence.getImageProvider()
Returns the
ImageProvider used to load the sequence data. |
Modifier and Type | Method and Description |
---|---|
void |
Sequence.setImageProvider(ImageProvider value)
Set the
ImageProvider used to load the sequence data. |
Modifier and Type | Class and Description |
---|---|
class |
LociImporterPlugin
LOCI Bio-Formats library importer class.
|