com.ibm.icu.text
Class MeasureFormat

java.lang.Object
  extended by java.text.Format
      extended by com.ibm.icu.text.UFormat
          extended by com.ibm.icu.text.MeasureFormat
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
TimeUnitFormat

public abstract class MeasureFormat
extends UFormat

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.

Author:
Alan Liu
See Also:
UFormat, Serialized Form
Status:
Stable ICU 3.0.

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
protected MeasureFormat()
          Deprecated. This API is ICU internal only.
 
Method Summary
static MeasureFormat getCurrencyFormat()
          Return a formatter for CurrencyAmount objects in the default locale.
static MeasureFormat getCurrencyFormat(ULocale locale)
          Return a formatter for CurrencyAmount objects in the given locale.
 
Methods inherited from class com.ibm.icu.text.UFormat
getLocale
 
Methods inherited from class java.text.Format
clone, format, format, formatToCharacterIterator, parseObject, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureFormat

protected MeasureFormat()
Deprecated. This API is ICU internal only.

Status:
Internal. This API is ICU internal only.
Method Detail

getCurrencyFormat

public static MeasureFormat getCurrencyFormat(ULocale locale)
Return a formatter for CurrencyAmount objects in the given locale.

Parameters:
locale - desired locale
Returns:
a formatter object
Status:
Stable ICU 3.0.

getCurrencyFormat

public static MeasureFormat getCurrencyFormat()
Return a formatter for CurrencyAmount objects in the default locale.

Returns:
a formatter object
Status:
Stable ICU 3.0.


Copyright (c) 2011 IBM Corporation and others.