Uses of Class
ome.xml.model.enums.ContrastMethod
-
Packages that use ContrastMethod Package Description ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of ContrastMethod in ome.xml.meta
Methods in ome.xml.meta that return ContrastMethod Modifier and Type Method Description ContrastMethod
AggregateMetadata. getChannelContrastMethod(int imageIndex, int channelIndex)
ContrastMethod
DummyMetadata. 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)
Methods in ome.xml.meta with parameters of type ContrastMethod Modifier and Type Method Description void
AggregateMetadata. setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex)
void
DummyMetadata. setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex)
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
OMEXMLMetadataImpl. setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex)
-
Uses of ContrastMethod in ome.xml.model
Methods in ome.xml.model that return ContrastMethod Modifier and Type Method Description ContrastMethod
Channel. getContrastMethod()
Methods in ome.xml.model with parameters of type ContrastMethod Modifier and Type Method Description void
Channel. setContrastMethod(ContrastMethod contrastMethod)
-
Uses of ContrastMethod in ome.xml.model.enums
Methods in ome.xml.model.enums that return ContrastMethod Modifier and Type Method 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.
-