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 Binning
XMLMockObjects. BINNING
The default binning value. -
Uses of Binning in ome.xml.meta
Methods in ome.xml.meta that return Binning Modifier and Type Method Description Binning
AggregateMetadata. getDetectorSettingsBinning(int imageIndex, int channelIndex)
Binning
DummyMetadata. getDetectorSettingsBinning(int imageIndex, int channelIndex)
Binning
MetadataRetrieve. getDetectorSettingsBinning(int imageIndex, int channelIndex)
Get the Binning property of DetectorSettings.Binning
OMEXMLMetadataImpl. getDetectorSettingsBinning(int imageIndex, int channelIndex)
Methods in ome.xml.meta with parameters of type Binning Modifier and Type Method Description void
AggregateMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)
void
DummyMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)
void
FilterMetadata. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)
void
MetadataStore. setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)
Set the Binning property of DetectorSettings.void
OMEXMLMetadataImpl. 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 Binning
DetectorSettings. getBinning()
Methods in ome.xml.model with parameters of type Binning Modifier and Type Method Description void
DetectorSettings. 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 Binning
Binning. fromString(String value)
static Binning
Binning. valueOf(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.
-