| 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 |
| Modifier and Type | Method and Description |
|---|---|
Unit<ElectricPotential> |
ElectricPotential.unit() |
| Modifier and Type | Method and Description |
|---|---|
int |
ElectricPotential.compareTo(ElectricPotential other) |
| Modifier and Type | Method and Description |
|---|---|
Number |
ElectricPotential.value(Unit<ElectricPotential> inUnit) |
| Constructor and Description |
|---|
ElectricPotential(Number inValue,
Unit<ElectricPotential> inUnit) |
| Modifier and Type | Method and Description |
|---|---|
ElectricPotential |
AggregateMetadata.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
MetadataRetrieve.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
OMEXMLMetadataImpl.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
DummyMetadata.getDetectorSettingsVoltage(int imageIndex,
int channelIndex) |
ElectricPotential |
AggregateMetadata.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
ElectricPotential |
MetadataRetrieve.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
ElectricPotential |
OMEXMLMetadataImpl.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
ElectricPotential |
DummyMetadata.getDetectorVoltage(int instrumentIndex,
int detectorIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
FilterMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
OMEXMLMetadataImpl.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
MetadataStore.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
FilterMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
DummyMetadata.setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
| Modifier and Type | Field and Description |
|---|---|
private ElectricPotential |
DetectorSettings.voltage |
private ElectricPotential |
Detector.voltage |
| Modifier and Type | Method and Description |
|---|---|
ElectricPotential |
DetectorSettings.getVoltage() |
ElectricPotential |
Detector.getVoltage() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorSettings.setVoltage(ElectricPotential voltage) |
void |
Detector.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 © 2015 Open Microscopy Environment