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 Frequency |
FormatTools.createFrequency(Double value,
Unit<Frequency> valueUnit) |
static Frequency |
FormatTools.createFrequency(Integer value,
Unit<Frequency> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createFrequency(T value,
Unit<Frequency> valueUnit) |
Modifier and Type | Method and Description |
---|---|
static Frequency |
FormatTools.createFrequency(Double value,
Unit<Frequency> valueUnit) |
static Frequency |
FormatTools.createFrequency(Integer value,
Unit<Frequency> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createFrequency(T value,
Unit<Frequency> valueUnit) |
Modifier and Type | Field and Description |
---|---|
static Unit<Frequency> |
UNITS.AHZ
Deprecated.
Use
UNITS.ATTOHERTZ instead. |
static Unit<Frequency> |
UNITS.ATTOHERTZ |
static Unit<Frequency> |
UNITS.CENTIHERTZ |
static Unit<Frequency> |
UNITS.CHZ
Deprecated.
Use
UNITS.CENTIHERTZ instead. |
static Unit<Frequency> |
UNITS.DAHZ
Deprecated.
Use
UNITS.DECAHERTZ instead. |
static Unit<Frequency> |
UNITS.DECAHERTZ |
static Unit<Frequency> |
UNITS.DECIHERTZ |
static Unit<Frequency> |
UNITS.DHZ
Deprecated.
Use
UNITS.DECIHERTZ instead. |
static Unit<Frequency> |
UNITS.EXAHERTZ |
static Unit<Frequency> |
UNITS.EXAHZ
Deprecated.
Use
UNITS.EXAHERTZ instead. |
static Unit<Frequency> |
UNITS.FEMTOHERTZ |
static Unit<Frequency> |
UNITS.FHZ
Deprecated.
Use
UNITS.FEMTOHERTZ instead. |
static Unit<Frequency> |
UNITS.GIGAHERTZ |
static Unit<Frequency> |
UNITS.GIGAHZ
Deprecated.
Use
UNITS.GIGAHERTZ instead. |
static Unit<Frequency> |
UNITS.HECTOHERTZ |
static Unit<Frequency> |
UNITS.HERTZ |
static Unit<Frequency> |
UNITS.HHZ
Deprecated.
Use
UNITS.HECTOHERTZ instead. |
static Unit<Frequency> |
UNITS.HZ
Deprecated.
Use
UNITS.HERTZ instead. |
static Unit<Frequency> |
UNITS.KHZ
Deprecated.
Use
UNITS.KILOHERTZ instead. |
static Unit<Frequency> |
UNITS.KILOHERTZ |
static Unit<Frequency> |
UNITS.MEGAHERTZ |
static Unit<Frequency> |
UNITS.MEGAHZ
Deprecated.
Use
UNITS.MEGAHERTZ instead. |
static Unit<Frequency> |
UNITS.MHZ
Deprecated.
Use
UNITS.MILLIHERTZ instead. |
static Unit<Frequency> |
UNITS.MICROHERTZ |
static Unit<Frequency> |
UNITS.MICROHZ
Deprecated.
Use
UNITS.MICROHERTZ instead. |
static Unit<Frequency> |
UNITS.MILLIHERTZ |
static Unit<Frequency> |
UNITS.NANOHERTZ |
static Unit<Frequency> |
UNITS.NHZ
Deprecated.
Use
UNITS.NANOHERTZ instead. |
static Unit<Frequency> |
UNITS.PETAHERTZ |
static Unit<Frequency> |
UNITS.PETAHZ
Deprecated.
Use
UNITS.PETAHERTZ instead. |
static Unit<Frequency> |
UNITS.PHZ
Deprecated.
Use
UNITS.PICOHERTZ instead. |
static Unit<Frequency> |
UNITS.PICOHERTZ |
static Unit<Frequency> |
UNITS.TERAHERTZ |
static Unit<Frequency> |
UNITS.TERAHZ
Deprecated.
Use
UNITS.TERAHERTZ instead. |
static Unit<Frequency> |
UNITS.YHZ
Deprecated.
Use
UNITS.YOCTOHERTZ instead. |
static Unit<Frequency> |
UNITS.YOCTOHERTZ |
static Unit<Frequency> |
UNITS.YOTTAHERTZ |
static Unit<Frequency> |
UNITS.YOTTAHZ
Deprecated.
Use
UNITS.YOTTAHERTZ instead. |
static Unit<Frequency> |
UNITS.ZEPTOHERTZ |
static Unit<Frequency> |
UNITS.ZETTAHERTZ |
static Unit<Frequency> |
UNITS.ZETTAHZ
Deprecated.
Use
UNITS.ZETTAHERTZ instead. |
static Unit<Frequency> |
UNITS.ZHZ
Deprecated.
Use
UNITS.ZEPTOHERTZ instead. |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Frequency> |
Frequency.unit
Unit type of this quantity.
|
Modifier and Type | Method and Description |
---|---|
Unit<Frequency> |
Frequency.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Frequency.compareTo(Frequency other)
Check quantities for equality.
|
Modifier and Type | Method and Description |
---|---|
Number |
Frequency.value(Unit<Frequency> inUnit)
Perform a unit conversion.
|
Constructor and Description |
---|
Frequency(Number inValue,
Unit<Frequency> inUnit)
Create a Frequency.
|
Modifier and Type | Method and Description |
---|---|
Frequency |
DummyMetadata.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
AggregateMetadata.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
MetadataRetrieve.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex)
Get the ReadOutRate property of DetectorSettings.
|
Frequency |
OMEXMLMetadataImpl.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
DummyMetadata.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Frequency |
AggregateMetadata.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Frequency |
MetadataRetrieve.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex)
Get the RepetitionRate property of Laser.
|
Frequency |
OMEXMLMetadataImpl.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex)
Set the ReadOutRate property of DetectorSettings.
|
void |
FilterMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex)
Set the RepetitionRate property of Laser.
|
void |
FilterMetadata.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
AggregateMetadata.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Field and Description |
---|---|
private Frequency |
DetectorSettings.readOutRate |
private Frequency |
Laser.repetitionRate |
Modifier and Type | Method and Description |
---|---|
Frequency |
DetectorSettings.getReadOutRate() |
Frequency |
Laser.getRepetitionRate() |
Modifier and Type | Method and Description |
---|---|
void |
DetectorSettings.setReadOutRate(Frequency readOutRate) |
void |
Laser.setRepetitionRate(Frequency repetitionRate) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsFrequency.create(T newValue,
UnitsFrequency newUnit) |
static <T extends PrimitiveNumber> |
UnitsFrequency.create(T newValue,
UnitsFrequency newUnit) |
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
UnitsFrequencyEnumHandler.getQuantity(T inValue,
UnitsFrequency inModelUnit) |
static <T extends PrimitiveNumber> |
UnitsFrequencyEnumHandler.getQuantity(T inValue,
UnitsFrequency inModelUnit) |
Modifier and Type | Method and Description |
---|---|
static Unit<Frequency> |
UnitsFrequencyEnumHandler.getBaseUnit(UnitsFrequency inModelUnit) |
Modifier and Type | Method and Description |
---|---|
Enumeration |
UnitsFrequencyEnumHandler.getEnumeration(Frequency inUnit) |
Copyright © 2016 Open Microscopy Environment