Uses of Class
org.xspace.mx.physics.immutable.Length

Packages that use Length
org.xspace.mx.physics.immutable This Mx package provides an implementation of the physics package with immutable classes. 
 

Uses of Length in org.xspace.mx.physics.immutable
 

Subclasses of Length in org.xspace.mx.physics.immutable
 class AstronomicalUnit
          A Measurement representing an Astronomical Unit.
 class Centimeter
          A Measurement representing a centimeter.
 class Foot
          A Measurement representing a foot.
 class Inch
          A Measurement representing an inch.
 class Kilometer
          A Measurement representing a kilometer.
 class Meter
          A Measurement representing a meter.
 class Mile
          A Measurement representing a mile.
 

Fields in org.xspace.mx.physics.immutable declared as Length
static Length Units.m
           
static Length Units.cm
           
static Length Units.km
           
static Length Units.AU
           
static Length Units.ft
           
static Length Units.in
           
static Length Units.mi
           
 

Methods in org.xspace.mx.physics.immutable that return Length
static Length Units.asLengthUnit(Measurement mx)