com.ibm.icu.text

Class NumberFormat.SimpleNumberFormatFactory

Enclosing Class:
NumberFormat

public static abstract class NumberFormat.SimpleNumberFormatFactory
extends NumberFormat.NumberFormatFactory

A NumberFormatFactory that supports a single locale. It can be visible or invisible.

Field Summary

Fields inherited from class com.ibm.icu.text.NumberFormat.NumberFormatFactory

FORMAT_CURRENCY, FORMAT_INTEGER, FORMAT_NUMBER, FORMAT_PERCENT, FORMAT_SCIENTIFIC

Constructor Summary

SimpleNumberFormatFactory(Locale locale)
SimpleNumberFormatFactory(Locale locale, boolean visible)
SimpleNumberFormatFactory(ULocale locale)
SimpleNumberFormatFactory(ULocale locale, boolean visible)

Method Summary

Set
getSupportedLocaleNames()
boolean
visible()

Methods inherited from class com.ibm.icu.text.NumberFormat.NumberFormatFactory

createFormat, createFormat, getSupportedLocaleNames, visible

Constructor Details

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(Locale locale)

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(Locale locale,
                                 boolean visible)

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(ULocale locale)

SimpleNumberFormatFactory

public SimpleNumberFormatFactory(ULocale locale,
                                 boolean visible)

Method Details

getSupportedLocaleNames

public final Set getSupportedLocaleNames()
Overrides:
getSupportedLocaleNames in interface NumberFormat.NumberFormatFactory

visible

public final boolean visible()
Overrides:
visible in interface NumberFormat.NumberFormatFactory

Copyright (c) 2006 IBM Corporation and others.