Uses of Class
org.openjdk.jmc.common.unit.LinearKindOfQuantity
Packages that use LinearKindOfQuantity
Package
Description
This package contains the
IItem data model.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 LinearKindOfQuantityModifier and TypeMethodDescriptionstatic IAggregator<IQuantity,?> Aggregators.sum(String name, String description, LinearKindOfQuantity ct, IAccessorFactory<IQuantity> af) Constructors in org.openjdk.jmc.common.item with parameters of type LinearKindOfQuantityModifierConstructorDescriptionStddev(String name, String description, LinearKindOfQuantity ct, boolean besselCorrection) Sum(String name, String description, LinearKindOfQuantity ct) Variance(String name, String description, LinearKindOfQuantity ct, boolean besselCorrection) -
Uses of LinearKindOfQuantity in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as LinearKindOfQuantityModifier and TypeFieldDescriptionstatic final LinearKindOfQuantityUnitLookup.ADDRESSstatic final LinearKindOfQuantityUnitLookup.FREQUENCYprotected final LinearKindOfQuantityBinaryUnitSelector.kindOfQuantityprotected final LinearKindOfQuantityCustomUnitSelector.kindOfQuantityprotected final LinearKindOfQuantityDecimalUnitSelector.kindOfQuantitystatic final LinearKindOfQuantityUnitLookup.MEMORYstatic final LinearKindOfQuantityUnitLookup.NUMBERstatic final LinearKindOfQuantityUnitLookup.PERCENTAGEstatic final LinearKindOfQuantityUnitLookup.TIMESPANMethods in org.openjdk.jmc.common.unit that return LinearKindOfQuantityModifier and TypeMethodDescriptionLinearKindOfQuantity.AutoFormatter.getContentType()LinearUnit.getContentType()Methods in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantityModifier and TypeMethodDescriptionBinaryPrefix.createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes) DecimalPrefix.createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes) IPrefix.createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<P> prefixes) Constructors in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantityModifierConstructorDescriptionprotectedAutoFormatter(LinearKindOfQuantity kindOfQuantity, String name) protectedAutoFormatter(LinearKindOfQuantity kindOfQuantity, String name, double minNumericalValue, double maxNumericalValue) protectedAutoFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, double minNumericalValue, double maxNumericalValue, int nominalValueDigits) BinaryUnitSelector(LinearKindOfQuantity kindOfQuantity) BinaryUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes) protectedCustom(LinearKindOfQuantity kindOfQuantity, String unitId, ScaleFactor factorToDefinition, LinearUnit definitionUnit, String unitSymbol, String unitDesc, String... altNames) CustomUnitSelector(LinearKindOfQuantity kindOfQuantity, LinearKindOfQuantity.LinearUnitSelector smallSelector, Collection<LinearUnit> units, LinearKindOfQuantity.LinearUnitSelector bigSelector, SortedSet<ITypedQuantity<LinearUnit>> ticks) DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity) DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes) DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, LinearUnit exponentialBaseUnit) protectedDualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name) protectedDualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, LinearUnit cutoffUnit) protectedDualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, TypedUnit.UnitSelector<LinearUnit> unitSelector) protectedDualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, TypedUnit.UnitSelector<LinearUnit> unitSelector, LinearUnit cutoffUnit) LinearUnit(LinearKindOfQuantity kindOfQuantity, String unitId, ScaleFactor factorToAtom, String unitSymbol, String unitDesc, String... altNames)