Uses of Class
ome.units.quantity.Quantity
-
Packages that use Quantity Package Description ome.units ome.units.quantity ome.units.unit -
-
Uses of Quantity in ome.units
Methods in ome.units with type parameters of type Quantity Modifier and Type Method Description static <T extends Quantity>
Unit<T>UNITS. ATTO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. CENTI(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. DECA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. DECI(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. EXA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. FEMTO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. GIGA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. HECTO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. KILO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. MEGA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. MICRO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. MILLI(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. NANO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. PETA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. PICO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. TERA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. YOCTO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. YOTTA(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. ZEPTO(Unit<T> inUnit)
static <T extends Quantity>
Unit<T>UNITS. ZETTA(Unit<T> inUnit)
-
Uses of Quantity in ome.units.quantity
Subclasses of Quantity in ome.units.quantity Modifier and Type Class Description class
Angle
Angle quantity.class
ElectricPotential
ElectricPotential quantity.class
Frequency
Frequency quantity.class
Length
Length quantity.class
Power
Power quantity.class
Pressure
Pressure quantity.class
Temperature
Temperature quantity.class
Time
Time quantity.Methods in ome.units.quantity that return types with arguments of type Quantity Modifier and Type Method Description abstract Unit<? extends Quantity>
Quantity. unit()
Get the unit for this quantity. -
Uses of Quantity in ome.units.unit
Classes in ome.units.unit with type parameters of type Quantity Modifier and Type Class Description class
Unit<Q extends Quantity>
Unit of measurement.Methods in ome.units.unit with type parameters of type Quantity Modifier and Type Method Description static <Q extends Quantity>
Unit<Q>Unit. CreateBaseUnit(String inMeasurementSystem, String inSymbol)
Create the "base unit" for a given measurement system.
-