Uses of Interface
javax.measure.Dimension
Packages that use Dimension
Package
Description
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
[OPTIONAL] The Units of Measurement SPI.
-
Uses of Dimension in javax.measure
Methods in javax.measure that return DimensionModifier and TypeMethodDescriptionReturns the quotient of this dimension with the one specified.Unit.getDimension()
Returns the dimension of this unit.Returns the product of this dimension with the one specified.Dimension.pow
(int n) Returns this dimension raised to an exponent.Dimension.root
(int n) Returns the given root of this dimension.Methods in javax.measure that return types with arguments of type DimensionModifier and TypeMethodDescriptionDimension.getBaseDimensions()
Returns the (fundamental) base dimensions and their exponent whose product is this dimension, ornull
if this dimension is a base dimension.Methods in javax.measure with parameters of type Dimension -
Uses of Dimension in javax.measure.spi
Methods in javax.measure.spi with parameters of type Dimension