Uses of Interface
ucar.units.UnitFormat

Packages that use UnitFormat
ucar.units Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). 
 

Uses of UnitFormat in ucar.units
 

Classes in ucar.units that implement UnitFormat
 class StandardUnitFormat
          Standard formatter/parser for unit specifications.
 class UnitFormatImpl
          Provides support for classes that parse and format unit specifications.
 

Methods in ucar.units that return UnitFormat
static UnitFormat UnitFormatManager.instance()
          Returns an instance of the default unit format.
 

Methods in ucar.units with parameters of type UnitFormat
static void UnitFormatManager.setInstance(UnitFormat instance)
          Sets the instance of the default unit format.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.