| Package | Description |
|---|---|
| ome.xml.meta | |
| ome.xml.model | |
| ome.xml.model.enums |
| Modifier and Type | Method and Description |
|---|---|
ContrastMethod |
AggregateMetadata.getChannelContrastMethod(int imageIndex,
int channelIndex) |
ContrastMethod |
MetadataRetrieve.getChannelContrastMethod(int imageIndex,
int channelIndex)
Get the ContrastMethod property of Channel.
|
ContrastMethod |
OMEXMLMetadataImpl.getChannelContrastMethod(int imageIndex,
int channelIndex) |
ContrastMethod |
DummyMetadata.getChannelContrastMethod(int imageIndex,
int channelIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex)
Set the ContrastMethod property of Channel.
|
void |
AggregateMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
| Modifier and Type | Method and Description |
|---|---|
ContrastMethod |
Channel.getContrastMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setContrastMethod(ContrastMethod contrastMethod) |
| Modifier and Type | Method and Description |
|---|---|
static ContrastMethod |
ContrastMethod.fromString(String value) |
static ContrastMethod |
ContrastMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContrastMethod[] |
ContrastMethod.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.