Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
LinearKindOfQuantity.LinearUnitSelector |
Modifier and Type | Class and Description |
---|---|
class |
BinaryUnitSelector |
class |
CustomUnitSelector |
class |
DecimalUnitSelector |
Modifier and Type | Field and Description |
---|---|
private TypedUnit.UnitSelector<LinearUnit> |
LinearKindOfQuantity.DualUnitFormatter.unitSelector |
Modifier and Type | Method and Description |
---|---|
private TypedUnit.UnitSelector<LinearUnit> |
LinearKindOfQuantity.DualUnitFormatter.getSelector() |
Constructor and Description |
---|
DualUnitFormatter(LinearKindOfQuantity kindOfQuantity,
java.lang.String id,
java.lang.String name,
TypedUnit.UnitSelector<LinearUnit> unitSelector) |
DualUnitFormatter(LinearKindOfQuantity kindOfQuantity,
java.lang.String id,
java.lang.String name,
TypedUnit.UnitSelector<LinearUnit> unitSelector,
LinearUnit cutoffUnit) |