Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.units | |
ome.units.quantity | |
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums | |
ome.xml.model.enums.handlers |
Modifier and Type | Method and Description |
---|---|
static ElectricPotential |
FormatTools.createElectricPotential(Double value,
Unit<ElectricPotential> valueUnit) |
static ElectricPotential |
FormatTools.createElectricPotential(Integer value,
Unit<ElectricPotential> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createElectricPotential(T value,
Unit<ElectricPotential> valueUnit) |
Modifier and Type | Method and Description |
---|---|
static ElectricPotential |
FormatTools.createElectricPotential(Double value,
Unit<ElectricPotential> valueUnit) |
static ElectricPotential |
FormatTools.createElectricPotential(Integer value,
Unit<ElectricPotential> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createElectricPotential(T value,
Unit<ElectricPotential> valueUnit) |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<ElectricPotential> |
ElectricPotential.unit
Unit type of this quantity.
|
Modifier and Type | Method and Description |
---|---|
Unit<ElectricPotential> |
ElectricPotential.unit() |
Modifier and Type | Method and Description |
---|---|
int |
ElectricPotential.compareTo(ElectricPotential other)
Check quantities for equality.
|
Modifier and Type | Method and Description |
---|---|
Number |
ElectricPotential.value(Unit<ElectricPotential> inUnit)
Perform a unit conversion.
|
Constructor and Description |
---|
ElectricPotential(Number inValue,
Unit<ElectricPotential> inUnit)
Create an ElectricPotential.
|
Modifier and Type | Method and Description |
---|---|
ElectricPotential |
DummyMetadata.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
AggregateMetadata.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
MetadataRetrieve.getDetectorSettingsVoltage(int imageIndex,
int channelIndex)
Get the Voltage property of DetectorSettings.
|
ElectricPotential |
OMEXMLMetadataImpl.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
DummyMetadata.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
ElectricPotential |
AggregateMetadata.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
ElectricPotential |
MetadataRetrieve.getDetectorVoltage(int instrumentIndex,
int detectorIndex)
Get the Voltage property of Detector.
|
ElectricPotential |
OMEXMLMetadataImpl.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex)
Set the Voltage property of DetectorSettings.
|
void |
FilterMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
MetadataStore.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex)
Set the Voltage property of Detector.
|
void |
FilterMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
AggregateMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
OMEXMLMetadataImpl.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
Modifier and Type | Field and Description |
---|---|
private ElectricPotential |
Detector.voltage |
private ElectricPotential |
DetectorSettings.voltage |
Modifier and Type | Method and Description |
---|---|
ElectricPotential |
Detector.getVoltage() |
ElectricPotential |
DetectorSettings.getVoltage() |
Modifier and Type | Method and Description |
---|---|
void |
Detector.setVoltage(ElectricPotential voltage) |
void |
DetectorSettings.setVoltage(ElectricPotential voltage) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsElectricPotential.create(T newValue,
UnitsElectricPotential newUnit) |
static <T extends PrimitiveNumber> |
UnitsElectricPotential.create(T newValue,
UnitsElectricPotential newUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsElectricPotentialEnumHandler.getQuantity(T inValue,
UnitsElectricPotential inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsElectricPotentialEnumHandler.getQuantity(T inValue,
UnitsElectricPotential inModelUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<ElectricPotential> |
UnitsElectricPotentialEnumHandler.getBaseUnit(UnitsElectricPotential inModelUnit) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
UnitsElectricPotentialEnumHandler.getEnumeration(ElectricPotential inUnit) |
Copyright © 2016 Open Microscopy Environment