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

Uses in package com.ibm.icu.text

Classes derived from com.ibm.icu.text.NumberFormat

class
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
class
A class that formats numbers according to a set of rules.

Fields of type com.ibm.icu.text.NumberFormat

NumberFormat
The number formatter that DateFormat uses to format numbers in dates and times.

Methods with parameter type com.ibm.icu.text.NumberFormat

void
Allows you to set the number formatter.
void
Allows you to set the number formatter.

Methods with return type com.ibm.icu.text.NumberFormat

NumberFormat
NumberFormat.NumberFormatFactory.createFormat(Locale loc, int formatType)
Returns a number format of the appropriate type.
NumberFormat
Returns a number format of the appropriate type.
NumberFormat
Returns a currency format for the current default locale.
NumberFormat
Returns a currency format for the specified locale.
NumberFormat
Returns a currency format for the specified locale.
NumberFormat
Returns the default number format for the current default locale.
NumberFormat
NumberFormat.getInstance(Locale inLocale)
Returns the default number format for the specified locale.
NumberFormat
Returns the default number format for the specified locale.
NumberFormat
Returns an integer number format for the current default locale.
NumberFormat
Returns an integer number format for the specified locale.
NumberFormat
Returns an integer number format for the specified locale.
NumberFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
NumberFormat
Returns a general-purpose number format for the current default locale.
NumberFormat
Returns a general-purpose number format for the specified locale.
NumberFormat
Returns a general-purpose number format for the specified locale.
NumberFormat
Returns a percentage format for the current default locale.
NumberFormat
Returns a percentage format for the specified locale.
NumberFormat
Returns a percentage format for the specified locale.
NumberFormat
NEW Returns a scientific format for the current default locale.
NumberFormat
NEW Returns a scientific format for the specified locale.
NumberFormat
NEW Returns a scientific format for the specified locale.

Uses in package com.ibm.icu.util

Methods with return type com.ibm.icu.text.NumberFormat

NumberFormat
Gets a number format according to the current settings.

Copyright (c) 2006 IBM Corporation and others.