|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
javax.measure.unit | Provides support for programatic unit handling. |
Uses of Dimension in javax.measure.unit |
---|
Fields in javax.measure.unit declared as Dimension | |
---|---|
static Dimension |
Dimension.AMOUNT_OF_SUBSTANCE
Holds amount of substance dimension (N). |
static Dimension |
Dimension.ELECTRIC_CURRENT
Holds electric current dimension (I). |
static Dimension |
Dimension.LENGTH
Holds length dimension (L). |
static Dimension |
Dimension.MASS
Holds mass dimension (M). |
static Dimension |
Dimension.NONE
Holds dimensionless. |
static Dimension |
Dimension.TEMPERATURE
Holds temperature dimension (θ). |
static Dimension |
Dimension.TIME
Holds time dimension (T). |
Methods in javax.measure.unit that return Dimension | |
---|---|
Dimension |
Dimension.divide(Dimension that)
Returns the quotient of this dimension with the one specified. |
Dimension |
Unit.getDimension()
Returns the dimension of this unit (depends upon the current dimensional model ). |
Dimension |
Dimension.Model.getDimension(BaseUnit<?> unit)
Returns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized). |
Dimension |
Dimension.pow(int n)
Returns this dimension raised to an exponent. |
Dimension |
Dimension.root(int n)
Returns the given root of this dimension. |
Dimension |
Dimension.times(Dimension that)
Returns the product of this dimension with the one specified. |
Methods in javax.measure.unit with parameters of type Dimension | |
---|---|
Dimension |
Dimension.divide(Dimension that)
Returns the quotient of this dimension with the one specified. |
Dimension |
Dimension.times(Dimension that)
Returns the product of this dimension with the one specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |