Uses of Class
visad.ScaledUnit

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

Uses of ScaledUnit in visad
 

Methods in visad that return ScaledUnit
static ScaledUnit ScaledUnit.create(double amount, Unit unit)
          Factory method for creating a scaled unit.
static ScaledUnit ScaledUnit.create(double amount, Unit unit)
          Factory method for creating a scaled unit.
 

Constructors in visad with parameters of type ScaledUnit
OffsetUnit(double offset, ScaledUnit that)
          Construct an offset unit from a scaled unit.
OffsetUnit(double offset, ScaledUnit that)
          Construct an offset unit from a scaled unit.
OffsetUnit(double offset, ScaledUnit that, String identifier)
          Construct an offset unit from a scaled unit and an identifier.
OffsetUnit(double offset, ScaledUnit that, String identifier)
          Construct an offset unit from a scaled unit and an identifier.
ScaledUnit(double amount, ScaledUnit unit)
          Construct a scaled unit from a scaled unit.
ScaledUnit(double amount, ScaledUnit unit)
          Construct a scaled unit from a scaled unit.
ScaledUnit(double amount, ScaledUnit that, String identifier)
          Construct a scaled unit from a scaled unit and an identifier.
ScaledUnit(double amount, ScaledUnit that, String identifier)
          Construct a scaled unit from a scaled unit and an identifier.