Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
ome.specification | |
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Method and Description |
---|---|
protected Binning |
FormatReader.getBinning(String value)
Retrieves an
Binning enumeration
value for the given String. |
Modifier and Type | Field and Description |
---|---|
private Binning |
InCellReader.bin |
Modifier and Type | Field and Description |
---|---|
static Binning |
XMLMockObjects.BINNING
The default binning value.
|
Modifier and Type | Method and Description |
---|---|
Binning |
AggregateMetadata.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) |
Binning |
DummyMetadata.getDetectorSettingsBinning(int imageIndex,
int channelIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex)
Set the Binning property of DetectorSettings.
|
void |
FilterMetadata.setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex) |
Modifier and Type | Field and Description |
---|---|
private Binning |
DetectorSettings.binning |
Modifier and Type | Method and Description |
---|---|
Binning |
DetectorSettings.getBinning() |
Modifier and Type | Method and Description |
---|---|
void |
DetectorSettings.setBinning(Binning binning) |
Modifier and Type | Method and 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.
|
Copyright © 2016 Open Microscopy Environment