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
 DerivedUnit ScaledUnit.getUnit()
          Get the base unit
 DerivedUnit ScaledUnit.getUnit()
          Get the base unit
 

Methods in visad with parameters of type DerivedUnit
 Unit DerivedUnit.multiply(DerivedUnit that)
          Multiply a derived unit by a derived unit.
 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.
DerivedUnit(DerivedUnit that, String identifier)
          Construct a derived unit from a derived unit and an identifier.
OffsetUnit(double offset, DerivedUnit that)
          Construct an offset unit from a derived unit.
OffsetUnit(double offset, DerivedUnit that)
          Construct an offset unit from a derived unit.
OffsetUnit(double offset, DerivedUnit that, String identifier)
          Construct an offset unit from a derived unit and an identifier.
OffsetUnit(double offset, DerivedUnit that, String identifier)
          Construct an offset unit from a derived unit and an identifier.
ScaledUnit(double amount, DerivedUnit that)
          Construct a scaled unit from a derived unit.
ScaledUnit(double amount, DerivedUnit that)
          Construct a scaled unit from a derived unit.
ScaledUnit(double amount, DerivedUnit that, String identifier)
          Construct a scaled unit from a derived unit and an identifier.
ScaledUnit(double amount, DerivedUnit that, String identifier)
          Construct a scaled unit from a derived unit and an identifier.