| Package | Description |
|---|---|
| info.monitorenter.util.units |
Sub-library for displaying numbers in relation to their unit prefix.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnitSystemSI
The unit system for the "International System of Units" (SI).
|
| Modifier and Type | Method and Description |
|---|---|
static IUnitSystem |
UnitSystemSI.getInstance()
Singleton retrieval method.
|
| Modifier and Type | Method and Description |
|---|---|
AUnit |
UnitFactory.getUnit(double absoluteMax,
IUnitSystem units)
Returns the unit for the given argument absolute max.
|
List<AUnit> |
UnitFactory.getUnits(IUnitSystem unitsystem)
Returns a list of all different
AUnit instances available in the
given unit system. |
Copyright © 2017. All rights reserved.