Uses of Class
visad.DerivedUnit

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

Uses of DerivedUnit in visad
 

Methods in visad that return DerivedUnit
abstract  DerivedUnit Unit.getDerivedUnit()
          Returns the derived unit that underlies this unit.
 DerivedUnit ScaledUnit.getDerivedUnit()
           
 DerivedUnit PromiscuousUnit.getDerivedUnit()
          Returns the dimensionless unit one with the identifier "1".
 DerivedUnit OffsetUnit.getDerivedUnit()
           
 DerivedUnit LogarithmicUnit.getDerivedUnit()
           
 DerivedUnit DerivedUnit.getDerivedUnit()
           
 DerivedUnit BaseUnit.getDerivedUnit()
           
 

Methods in visad with parameters of type DerivedUnit
 Unit DerivedUnit.multiply(DerivedUnit that)
          Multiply a derived unit by a derived unit.
 

Constructors in visad with parameters of type DerivedUnit
DerivedUnit(DerivedUnit that, String identifier)
          Construct a derived unit from a derived unit and an identifier.
ScaledUnit(double amount, DerivedUnit unit)
           
ScaledUnit(double amount, DerivedUnit unit, String id)