Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Method and Description |
---|---|
protected IlluminationType |
FormatReader.getIlluminationType(String value)
Retrieves an
IlluminationType enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
IlluminationType |
AggregateMetadata.getChannelIlluminationType(int imageIndex,
int channelIndex) |
IlluminationType |
MetadataRetrieve.getChannelIlluminationType(int imageIndex,
int channelIndex) |
IlluminationType |
OMEXMLMetadataImpl.getChannelIlluminationType(int imageIndex,
int channelIndex) |
IlluminationType |
DummyMetadata.getChannelIlluminationType(int imageIndex,
int channelIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
FilterMetadata.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
Modifier and Type | Method and Description |
---|---|
IlluminationType |
Channel.getIlluminationType() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setIlluminationType(IlluminationType illuminationType) |
Modifier and Type | Method and Description |
---|---|
static IlluminationType |
IlluminationType.fromString(String value) |
static IlluminationType |
IlluminationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlluminationType[] |
IlluminationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment