Package | Description |
---|---|
loci.tests.testng |
Package for automated testing of the Bio-Formats software packages using TestNG.
|
ome.units | |
ome.units.quantity | |
ome.units.unit |
Modifier and Type | Method and Description |
---|---|
private boolean |
FormatReaderTest.isAlmostEqual(Quantity q1,
Quantity q2) |
Modifier and Type | Method and Description |
---|---|
static <T extends Quantity> |
UNITS.ATTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.CENTI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DECI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.DEKA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.EXA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.FEMTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.GIGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.HECTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.KILO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MEGA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MICRO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.MILLI(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.NANO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PETA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.PICO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.TERA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOCTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.YOTTA(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZEPTO(Unit<T> inUnit) |
static <T extends Quantity> |
UNITS.ZETTA(Unit<T> inUnit) |
Modifier and Type | Class and Description |
---|---|
class |
Angle
A wrapper for the Angle class from the units implementation.
|
class |
ElectricPotential
A wrapper for the ElectricPotential class from the units implementation.
|
class |
Frequency
A wrapper for the Frequency class from the units implementation.
|
class |
Length
A wrapper for the Length class from the units implementation.
|
class |
Power
A wrapper for the Power class from the units implementation.
|
class |
Pressure
A wrapper for the Pressure class from the units implementation.
|
class |
Temperature
A wrapper for the Temperature class from the units implementation.
|
class |
Time
A wrapper for the Time class from the units implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract Unit<? extends Quantity> |
Quantity.unit() |
Modifier and Type | Class and Description |
---|---|
class |
Unit<Q extends Quantity>
The for the Unit class.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends Quantity> |
Unit.CreateBaseUnit(String inMeasurementSystem,
String inSymbol) |
Copyright © 2016 Open Microscopy Environment