-
- All Known Implementing Classes:
FormatProviderImpl
public interface FormatProvider- Author:
- Loc Ha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumberFormatgetCurrencyFormat(Locale locale)DateFormatgetDateFormat(String pattern)NumberFormatgetDecimalFormat()NumberFormatgetIntegerFormat()LanguagegetLanguage()
-
-
-
Method Detail
-
getLanguage
Language getLanguage()
-
getIntegerFormat
NumberFormat getIntegerFormat()
-
getDecimalFormat
NumberFormat getDecimalFormat()
-
getDateFormat
DateFormat getDateFormat(String pattern)
-
getCurrencyFormat
NumberFormat getCurrencyFormat(Locale locale)
-
-