| Package | Description |
|---|---|
| ome.xml.meta | |
| ome.xml.model | |
| ome.xml.model.enums |
| Modifier and Type | Method and Description |
|---|---|
IlluminationType |
AggregateMetadata.getChannelIlluminationType(int imageIndex,
int channelIndex) |
IlluminationType |
MetadataRetrieve.getChannelIlluminationType(int imageIndex,
int channelIndex)
Get the IlluminationType property of Channel.
|
IlluminationType |
OMEXMLMetadataImpl.getChannelIlluminationType(int imageIndex,
int channelIndex) |
IlluminationType |
DummyMetadata.getChannelIlluminationType(int imageIndex,
int channelIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterMetadata.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex)
Set the IlluminationType property of Channel.
|
void |
AggregateMetadata.setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.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 © 2006–2024 Open Microscopy Environment. All rights reserved.