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 |
static Unit<Frequency> |
UNITS.CHZ |
static Unit<Frequency> |
UNITS.DAHZ |
static Unit<Frequency> |
UNITS.DHZ |
static Unit<Frequency> |
UNITS.EXAHZ |
static Unit<Frequency> |
UNITS.FHZ |
static Unit<Frequency> |
UNITS.GIGAHZ |
static Unit<Frequency> |
UNITS.HERTZ |
static Unit<Frequency> |
UNITS.HHZ |
static Unit<Frequency> |
UNITS.HZ |
static Unit<Frequency> |
UNITS.KHZ |
static Unit<Frequency> |
UNITS.MEGAHZ |
static Unit<Frequency> |
UNITS.MHZ |
static Unit<Frequency> |
UNITS.MICROHZ |
static Unit<Frequency> |
UNITS.NHZ |
static Unit<Frequency> |
UNITS.PETAHZ |
static Unit<Frequency> |
UNITS.PHZ |
static Unit<Frequency> |
UNITS.TERAHZ |
static Unit<Frequency> |
UNITS.YHZ |
static Unit<Frequency> |
UNITS.YOTTAHZ |
static Unit<Frequency> |
UNITS.ZETTAHZ |
static Unit<Frequency> |
UNITS.ZHZ |
Modifier and Type | Field and Description |
---|---|
(package private) Unit<Frequency> |
Frequency.unit |
Modifier and Type | Method and Description |
---|---|
Unit<Frequency> |
Frequency.unit() |
Modifier and Type | Method and Description |
---|---|
int |
Frequency.compareTo(Frequency other) |
Modifier and Type | Method and Description |
---|---|
Number |
Frequency.value(Unit<Frequency> inUnit) |
Constructor and Description |
---|
Frequency(Number inValue,
Unit<Frequency> inUnit) |
Modifier and Type | Method and Description |
---|---|
Frequency |
AggregateMetadata.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
MetadataRetrieve.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
OMEXMLMetadataImpl.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
DummyMetadata.getDetectorSettingsReadOutRate(int imageIndex,
int channelIndex) |
Frequency |
AggregateMetadata.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Frequency |
MetadataRetrieve.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Frequency |
OMEXMLMetadataImpl.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Frequency |
DummyMetadata.getLaserRepetitionRate(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
FilterMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
FilterMetadata.setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.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 © 2015 Open Microscopy Environment