Package | Description |
---|---|
loci.common.adapter |
Modifier and Type | Class and Description |
---|---|
static class |
CodedEnumAdapter.LegacyWrapper
This class can be used to wrap loci.common.enumeration.CodedEnum
objects and be passed to API expecting an ome.scifio.enumeration.CodedEnum
object.
|
static class |
CodedEnumAdapter.ModernWrapper
This class can be used to wrap ome.scifio.enumeration.CodedEnum
objects and be passed to API expecting a loci.common.enumeration.CodedEnum
object.
|
static class |
IRandomAccessAdapter.LegacyWrapper
This class can be used to wrap loci.common.IRandomAccess
objects and be passed to API expecting an ome.scifio.io.IRandomAccess
object.
|
static class |
IRandomAccessAdapter.ModernWrapper
This class can be used to wrap ome.scifio.io.IRandomAccess
objects and be passed to API expecting a loci.common.IRandomAccess
object.
|
static class |
StatusListenerAdapter.LegacyWrapper
This class can be used to wrap loci.common.StatusListener
objects and be passed to API expecting an ome.scifio.common.StatusListener
object.
|
static class |
StatusListenerAdapter.ModernWrapper
This class can be used to wrap ome.scifio.common.StatusListener
objects and be passed to API expecting a loci.common.StatusListener
object.
|
static class |
StatusReporterAdapter.LegacyWrapper
This class can be used to wrap loci.common.StatusReporter
objects and be passed to API expecting an ome.scifio.common.StatusReporter
object.
|
static class |
StatusReporterAdapter.ModernWrapper
This class can be used to wrap ome.scifio.common.StatusReporter
objects and be passed to API expecting a loci.common.StatusReporter
object.
|
Copyright © 2014 Open Microscopy Environment