| Package | Description |
|---|---|
| loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
| ome.units | |
| ome.units.quantity |
| Modifier and Type | Method and Description |
|---|---|
static Angle |
FormatTools.createAngle(Double value,
Unit<Angle> valueUnit) |
static Angle |
FormatTools.createAngle(Integer value,
Unit<Angle> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createAngle(T value,
Unit<Angle> valueUnit) |
| Modifier and Type | Method and Description |
|---|---|
static Angle |
FormatTools.createAngle(Double value,
Unit<Angle> valueUnit) |
static Angle |
FormatTools.createAngle(Integer value,
Unit<Angle> valueUnit) |
static <T extends PrimitiveNumber> |
FormatTools.createAngle(T value,
Unit<Angle> valueUnit) |
| Modifier and Type | Field and Description |
|---|---|
static Unit<Angle> |
UNITS.DEG
Deprecated.
Use
UNITS.DEGREE instead. |
static Unit<Angle> |
UNITS.DEGREE |
static Unit<Angle> |
UNITS.GON
Deprecated.
Use
UNITS.GRADIAN instead. |
static Unit<Angle> |
UNITS.GRADIAN |
static Unit<Angle> |
UNITS.RAD
Deprecated.
Use
UNITS.RADIAN instead. |
static Unit<Angle> |
UNITS.RADIAN |
| Modifier and Type | Field and Description |
|---|---|
(package private) Unit<Angle> |
Angle.unit
Unit type of this quantity.
|
| Modifier and Type | Method and Description |
|---|---|
Unit<Angle> |
Angle.unit() |
| Modifier and Type | Method and Description |
|---|---|
int |
Angle.compareTo(Angle other)
Check quantities for equality.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
Angle.value(Unit<Angle> inUnit)
Perform a unit conversion.
|
| Constructor and Description |
|---|
Angle(Number inValue,
Unit<Angle> inUnit)
Create an Angle.
|
Copyright © 2016 Open Microscopy Environment