Uses of Class
javax.measure.unit.UnitFormat

Packages that use UnitFormat
javax.measure Provides strongly typed measurements to enforce compile-time check of parameters consistency and avoid interface errors. 
javax.measure.unit Provides support for programatic unit handling. 
javax.measure.unit.format Provides support for unit parsing and formatting. 
 

Uses of UnitFormat in javax.measure
 

Methods in javax.measure with parameters of type UnitFormat
static MeasureFormat MeasureFormat.getInstance(java.text.NumberFormat numberFormat, UnitFormat unitFormat)
          Returns the measure format using the specified number format and unit format (the number and unit are separated by one space).
 

Uses of UnitFormat in javax.measure.unit
 

Methods in javax.measure.unit that return UnitFormat
static UnitFormat UnitFormat.getInstance()
          Returns the unit format for the default locale.
static UnitFormat UnitFormat.getInstance(java.util.Locale locale)
          Returns the unit format for the specified locale.
static UnitFormat UnitFormat.getStandard()
          Returns the standard UCUM unit format.
 

Uses of UnitFormat in javax.measure.unit.format
 

Subclasses of UnitFormat in javax.measure.unit.format
 class LocalFormat
           This class represents the local sensitive format.
 class UCUMFormat
           This class provides the interface for formatting and parsing units according to the Uniform Code for Units of Measure (UCUM).
 



Copyright © 2009 JScience. All Rights Reserved.