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 ContrastMethod |
FormatReader.getContrastMethod(String value)
Retrieves an
ContrastMethod enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
ContrastMethod |
DummyMetadata.getChannelContrastMethod(int imageIndex,
int channelIndex) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex)
Set the ContrastMethod property of Channel.
|
void |
FilterMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
Modifier and Type | Field and Description |
---|---|
private ContrastMethod |
Channel.contrastMethod |
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 © 2016 Open Microscopy Environment