Uses of Class
com.rubecula.units.Dimensions

Packages that use Dimensions
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.units JQuantity/units. 
 

Uses of Dimensions in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity that return Dimensions
 Dimensions JQuantity.getDimensions()
          Method to return the dimensions of this Measurable.
 

Uses of Dimensions in com.rubecula.units
 

Fields in com.rubecula.units declared as Dimensions
private  Dimensions FlatUnit._Dimensions
          The Dimensions corresponding to this flattened unit.
 

Methods in com.rubecula.units that return Dimensions
 Dimensions Units.getDimensions()
           
 Dimensions SiUnit.getDimensions()
          Method to return the dimensions of this Measurable.
 Dimensions Measurable.getDimensions()
          Method to return the dimensions of this Measurable.
 Dimensions FlatUnit.getDimensions()
          Method to return the dimensions of this Measurable.
(package private)  Dimensions Dimensions.productScalar(Rational power)
           
(package private)  Dimensions Dimensions.scale(int factor)
           
(package private)  Dimensions Dimensions.sum(Dimensions that)
           
(package private)  Dimensions Dimensions.minus()
           
static Dimensions Dimensions.GetDimensionsFromHashCode(int hashCode)
           
(package private)  Dimensions Dimensions.intersect(Dimensions that)
          Method to intersect two dimensions objects.
 

Methods in com.rubecula.units with parameters of type Dimensions
(package private)  Dimensions Dimensions.sum(Dimensions that)
           
 boolean Dimensions.equals(Dimensions other)
          Tests whether the dimensions are actually equal.
 boolean Dimensions.isEqual(Dimensions other)
          Return true if the Dimensions are equivalent.
(package private)  Dimensions Dimensions.intersect(Dimensions that)
          Method to intersect two dimensions objects.
 

Constructors in com.rubecula.units with parameters of type Dimensions
FlatUnit(Dimensions dimensions, Rational scale)
          Primary constructor to create a FlatUnit.
Dimensions(Dimensions that)