Uses of Enum Class
ome.xml.model.enums.IlluminationType
Packages that use IlluminationType
-
Uses of IlluminationType in ome.xml.meta
Methods in ome.xml.meta that return IlluminationTypeModifier and TypeMethodDescriptionAggregateMetadata.getChannelIlluminationType(int imageIndex, int channelIndex) DummyMetadata.getChannelIlluminationType(int imageIndex, int channelIndex) MetadataRetrieve.getChannelIlluminationType(int imageIndex, int channelIndex) Get the IlluminationType property of Channel.OMEXMLMetadataImpl.getChannelIlluminationType(int imageIndex, int channelIndex) Methods in ome.xml.meta with parameters of type IlluminationTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.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 IlluminationTypeMethods in ome.xml.model with parameters of type IlluminationTypeModifier and TypeMethodDescriptionvoidChannel.setIlluminationType(IlluminationType illuminationType) -
Uses of IlluminationType in ome.xml.model.enums
Methods in ome.xml.model.enums that return IlluminationTypeModifier and TypeMethodDescriptionstatic IlluminationTypeIlluminationType.fromString(String value) static IlluminationTypeReturns the enum constant of this class with the specified name.static IlluminationType[]IlluminationType.values()Returns an array containing the constants of this enum class, in the order they are declared.