Uses of Class
ome.xml.model.enums.Binning
-
Packages that use Binning Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of Binning in ome.specification
Fields in ome.specification declared as Binning Modifier and Type Field Description static BinningXMLMockObjects. BINNINGThe default binning value. -
Uses of Binning in ome.xml.meta
Methods in ome.xml.meta that return Binning Modifier and Type Method Description BinningAggregateMetadata. getDetectorSettingsBinning(int imageIndex, int channelIndex)BinningDummyMetadata. getDetectorSettingsBinning(int imageIndex, int channelIndex)BinningMetadataRetrieve. getDetectorSettingsBinning(int imageIndex, int channelIndex)Get the Binning property of DetectorSettings.BinningOMEXMLMetadataImpl. getDetectorSettingsBinning(int imageIndex, int channelIndex)Methods in ome.xml.meta with parameters of type Binning Modifier and Type Method Description voidAggregateMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)voidDummyMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)voidFilterMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)voidMetadataStore. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)Set the Binning property of DetectorSettings.voidOMEXMLMetadataImpl. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex) -
Uses of Binning in ome.xml.model
Methods in ome.xml.model that return Binning Modifier and Type Method Description BinningDetectorSettings. getBinning()Methods in ome.xml.model with parameters of type Binning Modifier and Type Method Description voidDetectorSettings. setBinning(Binning binning) -
Uses of Binning in ome.xml.model.enums
Methods in ome.xml.model.enums that return Binning Modifier and Type Method Description static BinningBinning. fromString(java.lang.String value)static BinningBinning. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Binning[]Binning. values()Returns an array containing the constants of this enum type, in the order they are declared.
-