Uses of Enum Class
ome.xml.model.enums.ContrastMethod
Packages that use ContrastMethod
-
Uses of ContrastMethod in ome.xml.meta
Methods in ome.xml.meta that return ContrastMethodModifier and TypeMethodDescriptionAggregateMetadata.getChannelContrastMethod(int imageIndex, int channelIndex) DummyMetadata.getChannelContrastMethod(int imageIndex, int channelIndex) MetadataRetrieve.getChannelContrastMethod(int imageIndex, int channelIndex) Get the ContrastMethod property of Channel.OMEXMLMetadataImpl.getChannelContrastMethod(int imageIndex, int channelIndex) Methods in ome.xml.meta with parameters of type ContrastMethodModifier and TypeMethodDescriptionvoidAggregateMetadata.setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex) voidDummyMetadata.setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex) voidFilterMetadata.setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex) voidMetadataStore.setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex) Set the ContrastMethod property of Channel.voidOMEXMLMetadataImpl.setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex) -
Uses of ContrastMethod in ome.xml.model
Methods in ome.xml.model that return ContrastMethodMethods in ome.xml.model with parameters of type ContrastMethod -
Uses of ContrastMethod in ome.xml.model.enums
Methods in ome.xml.model.enums that return ContrastMethodModifier and TypeMethodDescriptionstatic ContrastMethodContrastMethod.fromString(String value) static ContrastMethodReturns the enum constant of this class with the specified name.static ContrastMethod[]ContrastMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.