Uses of Class
ome.xml.model.enums.IlluminationType
-
Packages that use IlluminationType Package Description ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of IlluminationType in ome.xml.meta
Methods in ome.xml.meta that return IlluminationType Modifier and Type Method Description IlluminationType
AggregateMetadata. getChannelIlluminationType(int imageIndex, int channelIndex)
IlluminationType
DummyMetadata. 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)
Methods in ome.xml.meta with parameters of type IlluminationType Modifier and Type Method Description void
AggregateMetadata. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)
void
DummyMetadata. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)
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
OMEXMLMetadataImpl. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)
-
Uses of IlluminationType in ome.xml.model
Methods in ome.xml.model that return IlluminationType Modifier and Type Method Description IlluminationType
Channel. getIlluminationType()
Methods in ome.xml.model with parameters of type IlluminationType Modifier and Type Method Description void
Channel. setIlluminationType(IlluminationType illuminationType)
-
Uses of IlluminationType in ome.xml.model.enums
Methods in ome.xml.model.enums that return IlluminationType Modifier and Type Method 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.
-