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.
|
Modifier and Type | Method and Description |
---|---|
CodedEnum |
CodedEnumAdapter.ModernWrapper.unwrap() |
protected CodedEnum |
CodedEnumAdapter.wrapToModern(CodedEnum legacy) |
Modifier and Type | Method and Description |
---|---|
protected CodedEnum |
CodedEnumAdapter.wrapToLegacy(CodedEnum modern) |
Constructor and Description |
---|
CodedEnumAdapter.ModernWrapper(CodedEnum ce) |
Copyright © 2014 Open Microscopy Environment