Uses of Class
javax.measure.unit.UnitFormat

Packages that use UnitFormat
javax.measure.unit Provides support for programatic unit handling. 
 

Uses of UnitFormat in javax.measure.unit
 

Methods in javax.measure.unit that return UnitFormat
static UnitFormat UnitFormat.getAsciiInstance()
          Returns the ASCII unit format; this format uses characters range 0000-007F exclusively.
static UnitFormat UnitFormat.getHtmlInstance()
          Returns the HTML unit format.
static UnitFormat UnitFormat.getLocaleInstance()
          Returns the locale instance; this format interprets units differently based upon the current runtime locale (e.g. "gal" (gallon) has not the same value in US and UK)
static UnitFormat UnitFormat.getStandardInstance()
          Returns the standard unit format (format used by Unit.valueOf(CharSequence) and Unit.toString()).
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.