Uses of Class
visad.QuantityDimension

Packages that use QuantityDimension
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
 

Uses of QuantityDimension in visad
 

Methods in visad that return QuantityDimension
 QuantityDimension QuantityDimension.divide(QuantityDimension that)
          Divide this dimension of a quantity by another.
 QuantityDimension QuantityDimension.multiply(QuantityDimension that)
          Multiply this dimension of a quantity by another.
 QuantityDimension QuantityDimension.raise(int power)
          Raise this dimension of a quantity by a power.
 

Methods in visad with parameters of type QuantityDimension
 QuantityDimension QuantityDimension.divide(QuantityDimension that)
          Divide this dimension of a quantity by another.
 QuantityDimension QuantityDimension.multiply(QuantityDimension that)
          Multiply this dimension of a quantity by another.
 

Constructors in visad with parameters of type QuantityDimension
QuantityDimension(QuantityDimension that)
          Constructs from another dimension of a quantity.