Uses of Interface
javax.measure.Dimension
-
Packages that use Dimension Package Description javax.measure Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.javax.measure.spi [OPTIONAL] The Units of Measurement SPI. -
-
Uses of Dimension in javax.measure
Methods in javax.measure that return Dimension Modifier and Type Method Description DimensionDimension. divide(Dimension divisor)Returns the quotient of this dimension with the one specified.DimensionUnit. getDimension()Returns the dimension of this unit.DimensionDimension. multiply(Dimension multiplicand)Returns the product of this dimension with the one specified.DimensionDimension. pow(int n)Returns this dimension raised to an exponent.DimensionDimension. root(int n)Returns the given root of this dimension.Methods in javax.measure that return types with arguments of type Dimension Modifier and Type Method Description java.util.Map<? extends Dimension,java.lang.Integer>Dimension. getBaseDimensions()Returns the (fundamental) base dimensions and their exponent whose product is this dimension, ornullif this dimension is a base dimension.Methods in javax.measure with parameters of type Dimension Modifier and Type Method Description DimensionDimension. divide(Dimension divisor)Returns the quotient of this dimension with the one specified.DimensionDimension. multiply(Dimension multiplicand)Returns the product of this dimension with the one specified. -
Uses of Dimension in javax.measure.spi
Methods in javax.measure.spi with parameters of type Dimension Modifier and Type Method Description java.util.Set<? extends Unit<?>>SystemOfUnits. getUnits(Dimension dimension)Returns the units defined in this system having the specified dimension (convenience method).
-