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 IlluminationTypeAggregateMetadata. getChannelIlluminationType(int imageIndex, int channelIndex)IlluminationTypeDummyMetadata. getChannelIlluminationType(int imageIndex, int channelIndex)IlluminationTypeMetadataRetrieve. getChannelIlluminationType(int imageIndex, int channelIndex)Get the IlluminationType property of Channel.IlluminationTypeOMEXMLMetadataImpl. getChannelIlluminationType(int imageIndex, int channelIndex)Methods in ome.xml.meta with parameters of type IlluminationType Modifier and Type Method Description voidAggregateMetadata. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)voidDummyMetadata. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)voidFilterMetadata. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)voidMetadataStore. setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)Set the IlluminationType property of Channel.voidOMEXMLMetadataImpl. 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 IlluminationTypeChannel. getIlluminationType()Methods in ome.xml.model with parameters of type IlluminationType Modifier and Type Method Description voidChannel. 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 IlluminationTypeIlluminationType. fromString(java.lang.String value)static IlluminationTypeIlluminationType. valueOf(java.lang.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.
-