org.pentaho.reporting.libraries.formula
Interface LocalizationContext

All Known Implementing Classes:
DefaultLocalizationContext

public interface LocalizationContext


Method Summary
 ResourceBundle getBundle(String id)
           
 List<DateFormat> getDateFormats(Type type)
           
 Locale getLocale()
           
 List<NumberFormat> getNumberFormats()
           
 TimeZone getTimeZone()
           
 

Method Detail

getLocale

Locale getLocale()

getBundle

ResourceBundle getBundle(String id)

getTimeZone

TimeZone getTimeZone()

getDateFormats

List<DateFormat> getDateFormats(Type type)

getNumberFormats

List<NumberFormat> getNumberFormats()