com.ibm.icu.text
public abstract class MeasureFormat extends UFormat
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.
See Also: UFormat
UNKNOWN: ICU 3.0
Constructor Summary | |
---|---|
protected | MeasureFormat() |
Method Summary | |
---|---|
static MeasureFormat | getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given
locale. |
static MeasureFormat | getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the default
locale. |
Deprecated: This API is ICU internal only.
UNKNOWN:
Parameters: locale desired locale
Returns: a formatter object
UNKNOWN: ICU 3.0
Returns: a formatter object
UNKNOWN: ICU 3.0