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 ContrastMethodAggregateMetadata. getChannelContrastMethod(int imageIndex, int channelIndex)ContrastMethodDummyMetadata. getChannelContrastMethod(int imageIndex, int channelIndex)ContrastMethodMetadataRetrieve. getChannelContrastMethod(int imageIndex, int channelIndex)Get the ContrastMethod property of Channel.ContrastMethodOMEXMLMetadataImpl. getChannelContrastMethod(int imageIndex, int channelIndex)Methods in ome.xml.meta with parameters of type ContrastMethod Modifier and Type Method Description voidAggregateMetadata. 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 ContrastMethod Modifier and Type Method Description ContrastMethodChannel. getContrastMethod()Methods in ome.xml.model with parameters of type ContrastMethod Modifier and Type Method Description voidChannel. 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 ContrastMethodContrastMethod. fromString(java.lang.String value)static ContrastMethodContrastMethod. valueOf(java.lang.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.
-