Uses of Class
ome.units.quantity.Angle
-
Packages that use Angle Package Description ome.units ome.units.quantity -
-
Uses of Angle in ome.units
Fields in ome.units with type parameters of type Angle Modifier and Type Field Description static Unit<Angle>
UNITS. DEG
Deprecated.UseUNITS.DEGREE
instead.static Unit<Angle>
UNITS. DEGREE
static Unit<Angle>
UNITS. GON
Deprecated.UseUNITS.GRADIAN
instead.static Unit<Angle>
UNITS. GRADIAN
static Unit<Angle>
UNITS. RAD
Deprecated.UseUNITS.RADIAN
instead.static Unit<Angle>
UNITS. RADIAN
-
Uses of Angle in ome.units.quantity
Methods in ome.units.quantity that return types with arguments of type Angle Modifier and Type Method Description Unit<Angle>
Angle. unit()
Methods in ome.units.quantity with parameters of type Angle Modifier and Type Method Description int
Angle. compareTo(Angle other)
Check quantities for equality.Method parameters in ome.units.quantity with type arguments of type Angle Modifier and Type Method Description Number
Angle. value(Unit<Angle> inUnit)
Perform a unit conversion.Constructor parameters in ome.units.quantity with type arguments of type Angle Constructor Description Angle(Number inValue, Unit<Angle> inUnit)
Create an Angle.
-