Holger's
Java API

Uses of Class
com.antelmann.math.BaseUnit

Packages that use BaseUnit
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.math This package contains classes to ease calculations. 
 

Uses of BaseUnit in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return BaseUnit
 BaseUnit TimeInterval.toBaseUnit()
          allows conversions with other custom time units
 

Uses of BaseUnit in com.antelmann.math
 

Subclasses of BaseUnit in com.antelmann.math
 class LengthUnit
          length unit with conversion capabilities
 class Temperature
          temperature unit along with their conversions.
 class Weight
          weight unit with conversion capabilities
 

Methods in com.antelmann.math with parameters of type BaseUnit
static Number BaseUnit.convert(Number n, BaseUnit source, BaseUnit target)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads