Uses of Class
org.openjdk.jmc.common.unit.LinearKindOfQuantity
-
Packages that use LinearKindOfQuantity Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of LinearKindOfQuantity in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type LinearKindOfQuantity Modifier and Type Method Description static IAggregator<IQuantity,?>
Aggregators. sum(java.lang.String name, java.lang.String description, LinearKindOfQuantity ct, IAccessorFactory<IQuantity> af)
Constructors in org.openjdk.jmc.common.item with parameters of type LinearKindOfQuantity Constructor Description Stddev(java.lang.String name, java.lang.String description, LinearKindOfQuantity ct, boolean besselCorrection)
Sum(java.lang.String name, java.lang.String description, LinearKindOfQuantity ct)
Variance(java.lang.String name, java.lang.String description, LinearKindOfQuantity ct, boolean besselCorrection)
-
Uses of LinearKindOfQuantity in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as LinearKindOfQuantity Modifier and Type Field Description static LinearKindOfQuantity
UnitLookup. ADDRESS
static LinearKindOfQuantity
UnitLookup. FREQUENCY
protected LinearKindOfQuantity
BinaryUnitSelector. kindOfQuantity
protected LinearKindOfQuantity
CustomUnitSelector. kindOfQuantity
protected LinearKindOfQuantity
DecimalUnitSelector. kindOfQuantity
private LinearKindOfQuantity
LinearUnit. kindOfQuantity
static LinearKindOfQuantity
UnitLookup. MEMORY
static LinearKindOfQuantity
UnitLookup. NUMBER
static LinearKindOfQuantity
UnitLookup. PERCENTAGE
static LinearKindOfQuantity
UnitLookup. TIMESPAN
Methods in org.openjdk.jmc.common.unit that return LinearKindOfQuantity Modifier and Type Method Description private static LinearKindOfQuantity
UnitLookup. createAddress()
private static LinearKindOfQuantity
UnitLookup. createFrequency()
private static LinearKindOfQuantity
UnitLookup. createMemory()
private static LinearKindOfQuantity
UnitLookup. createNumber()
private static LinearKindOfQuantity
UnitLookup. createPercentage()
private static LinearKindOfQuantity
UnitLookup. createTimespan()
LinearKindOfQuantity
LinearKindOfQuantity.AutoFormatter. getContentType()
LinearKindOfQuantity
LinearUnit. getContentType()
Methods in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity Modifier and Type Method Description static TimestampKind
TimestampKind. buildContentType(LinearKindOfQuantity timespan)
private static TimestampKind
UnitLookup. createTimestamp(LinearKindOfQuantity timespan)
LinearKindOfQuantity.LinearUnitSelector
BinaryPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<BinaryPrefix> prefixes)
LinearKindOfQuantity.LinearUnitSelector
DecimalPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<DecimalPrefix> prefixes)
LinearKindOfQuantity.LinearUnitSelector
IPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<P> prefixes)
Constructors in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity Constructor Description AutoFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String name)
AutoFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String name, double minNumericalValue, double maxNumericalValue)
AutoFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String id, java.lang.String name, double minNumericalValue, double maxNumericalValue, int nominalValueDigits)
BinaryUnitSelector(LinearKindOfQuantity kindOfQuantity)
BinaryUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<BinaryPrefix> prefixes)
Custom(LinearKindOfQuantity kindOfQuantity, java.lang.String unitId, ScaleFactor factorToDefinition, LinearUnit definitionUnit, java.lang.String unitSymbol, java.lang.String unitDesc, java.lang.String... altNames)
CustomUnitSelector(LinearKindOfQuantity kindOfQuantity, LinearKindOfQuantity.LinearUnitSelector smallSelector, java.util.Collection<LinearUnit> units, LinearKindOfQuantity.LinearUnitSelector bigSelector, java.util.SortedSet<ITypedQuantity<LinearUnit>> ticks)
DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity)
DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<DecimalPrefix> prefixes)
DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, LinearUnit exponentialBaseUnit)
DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String id, java.lang.String name)
DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String id, java.lang.String name, LinearUnit cutoffUnit)
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)
LinearUnit(LinearKindOfQuantity kindOfQuantity, java.lang.String unitId, ScaleFactor factorToAtom, java.lang.String unitSymbol, java.lang.String unitDesc, java.lang.String... altNames)
-