Uses of Class com.ibm.icu.util.Currency

Uses in package com.ibm.icu.text

Methods with parameter type com.ibm.icu.util.Currency

void
Sets the Currency object used to display currency amounts.
void
ICU does not use the DecimalFormatSymbols for the currency any more.
void
Sets the Currency object used to display currency amounts.

Methods with return type com.ibm.icu.util.Currency

Currency
Returns the currency symbol, for JDK 1.4 compatibility only.
Currency
Gets the Currency object used to display currency amounts.
Currency
Returns the currency in effect for this formatter.
Currency
Returns the currency in effect for this formatter.

Uses in package com.ibm.icu.util

Constructors with parameter type com.ibm.icu.util.Currency

CurrencyAmount.CurrencyAmount(Number number, Currency currency)
Constructs a new object given a number and a currency.
CurrencyAmount.CurrencyAmount(double number, Currency currency)
Constructs a new object given a double value and a currency.

Methods with parameter type com.ibm.icu.util.Currency

Object
Registers a new currency for the provided locale.
GlobalizationPreferences
Sets the currency code.

Methods with return type com.ibm.icu.util.Currency

Currency
Returns the currency of this object.
Currency
Get a copy of the currency computed according to the settings.
Currency
Currency.getInstance(Locale locale)
Returns a currency object for the default currency in the given locale.
Currency
Currency.getInstance(String theISOCode)
Returns a currency object given an ISO 4217 3-letter code.
Currency
Returns a currency object for the default currency in the given locale.
Currency
This function can be overridden by subclasses to use different heuristics

Copyright (c) 2006 IBM Corporation and others.