Uses of Class
org.openjdk.jmc.common.unit.LinearKindOfQuantity
-
Packages that use LinearKindOfQuantity Package Description org.openjdk.jmc.common.item This package contains theIItemdata 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 LinearKindOfQuantityUnitLookup. ADDRESSstatic LinearKindOfQuantityUnitLookup. FREQUENCYprotected LinearKindOfQuantityBinaryUnitSelector. kindOfQuantityprotected LinearKindOfQuantityCustomUnitSelector. kindOfQuantityprotected LinearKindOfQuantityDecimalUnitSelector. kindOfQuantityprivate LinearKindOfQuantityLinearUnit. kindOfQuantitystatic LinearKindOfQuantityUnitLookup. MEMORYstatic LinearKindOfQuantityUnitLookup. NUMBERstatic LinearKindOfQuantityUnitLookup. PERCENTAGEstatic LinearKindOfQuantityUnitLookup. TIMESPANMethods in org.openjdk.jmc.common.unit that return LinearKindOfQuantity Modifier and Type Method Description private static LinearKindOfQuantityUnitLookup. createAddress()private static LinearKindOfQuantityUnitLookup. createFrequency()private static LinearKindOfQuantityUnitLookup. createMemory()private static LinearKindOfQuantityUnitLookup. createNumber()private static LinearKindOfQuantityUnitLookup. createPercentage()private static LinearKindOfQuantityUnitLookup. createTimespan()LinearKindOfQuantityLinearKindOfQuantity.AutoFormatter. getContentType()LinearKindOfQuantityLinearUnit. getContentType()Methods in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity Modifier and Type Method Description static TimestampKindTimestampKind. buildContentType(LinearKindOfQuantity timespan)private static TimestampKindUnitLookup. createTimestamp(LinearKindOfQuantity timespan)LinearKindOfQuantity.LinearUnitSelectorBinaryPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<BinaryPrefix> prefixes)LinearKindOfQuantity.LinearUnitSelectorDecimalPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, java.lang.Iterable<DecimalPrefix> prefixes)LinearKindOfQuantity.LinearUnitSelectorIPrefix. 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)
-