Uses of Class
com.ibm.icu.text.NumberFormat

Packages that use NumberFormat
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of NumberFormat in com.ibm.icu.text
 

Subclasses of NumberFormat in com.ibm.icu.text
 class DecimalFormat
          DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
 class RuleBasedNumberFormat
          A class that formats numbers according to a set of rules.
 

Fields in com.ibm.icu.text declared as NumberFormat
protected  NumberFormat DateFormat.numberFormat
          The number formatter that DateFormat uses to format numbers in dates and times.
 

Methods in com.ibm.icu.text that return NumberFormat
 NumberFormat NumberFormat.NumberFormatFactory.createFormat(Locale loc, int formatType)
          Returns a number format of the appropriate type.
 NumberFormat NumberFormat.NumberFormatFactory.createFormat(ULocale loc, int formatType)
          Returns a number format of the appropriate type.
static NumberFormat NumberFormat.getCurrencyInstance()
          Returns a currency format for the current default locale.
static NumberFormat NumberFormat.getCurrencyInstance(Locale inLocale)
          Returns a currency format for the specified locale.
static NumberFormat NumberFormat.getCurrencyInstance(ULocale inLocale)
          Returns a currency format for the specified locale.
static NumberFormat NumberFormat.getInstance()
          Returns the default number format for the current default locale.
static NumberFormat NumberFormat.getInstance(Locale inLocale)
          Returns the default number format for the specified locale.
static NumberFormat NumberFormat.getInstance(ULocale inLocale)
          Returns the default number format for the specified locale.
static NumberFormat NumberFormat.getIntegerInstance()
          Returns an integer number format for the current default locale.
static NumberFormat NumberFormat.getIntegerInstance(Locale inLocale)
          Returns an integer number format for the specified locale.
static NumberFormat NumberFormat.getIntegerInstance(ULocale inLocale)
          Returns an integer number format for the specified locale.
 NumberFormat DateFormat.getNumberFormat()
          Gets the number formatter which this date/time formatter uses to format and parse a time.
static NumberFormat NumberFormat.getNumberInstance()
          Returns a general-purpose number format for the current default locale.
static NumberFormat NumberFormat.getNumberInstance(Locale inLocale)
          Returns a general-purpose number format for the specified locale.
static NumberFormat NumberFormat.getNumberInstance(ULocale inLocale)
          Returns a general-purpose number format for the specified locale.
static NumberFormat NumberFormat.getPercentInstance()
          Returns a percentage format for the current default locale.
static NumberFormat NumberFormat.getPercentInstance(Locale inLocale)
          Returns a percentage format for the specified locale.
static NumberFormat NumberFormat.getPercentInstance(ULocale inLocale)
          Returns a percentage format for the specified locale.
static NumberFormat NumberFormat.getScientificInstance()
          Returns a scientific format for the current default locale.
static NumberFormat NumberFormat.getScientificInstance(Locale inLocale)
          Returns a scientific format for the specified locale.
static NumberFormat NumberFormat.getScientificInstance(ULocale inLocale)
          Returns a scientific format for the specified locale.
 

Methods in com.ibm.icu.text with parameters of type NumberFormat
 void SimpleDateFormat.setNumberFormat(NumberFormat newNumberFormat)
          Overrides superclass method
 void DateFormat.setNumberFormat(NumberFormat newNumberFormat)
          Allows you to set the number formatter.
 void PluralFormat.setNumberFormat(NumberFormat format)
          Sets the number format used by this formatter.
 TimeUnitFormat TimeUnitFormat.setNumberFormat(NumberFormat format)
          Set the format used for formatting or parsing.
 

Uses of NumberFormat in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return NumberFormat
 NumberFormat GlobalizationPreferences.getNumberFormat(int style)
          Gets a number format according to the current settings.
protected  NumberFormat GlobalizationPreferences.guessNumberFormat(int style)
          This function can be overridden by subclasses to use different heuristics.
 

Methods in com.ibm.icu.util with parameters of type NumberFormat
 GlobalizationPreferences GlobalizationPreferences.setNumberFormat(int style, NumberFormat format)
          Sets a number format explicitly.
 



Copyright (c) 2009 IBM Corporation and others.