com.ibm.icu.text
Class MeasureFormat
public abstract class MeasureFormat
A formatter for Measure objects. This is an abstract base class.
To format or parse a Measure object, first create a formatter
object using a MeasureFormat factory method. Then use that
object's format and parse methods.
MeasureFormat
protected MeasureFormat()
getCurrencyFormat
public static MeasureFormat getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the default
locale.
getCurrencyFormat
public static MeasureFormat getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given
locale.
Copyright (c) 2006 IBM Corporation and others.