org.jfree.report.i18n
Interface ResourceBundleFactory
- Serializable
- DefaultResourceBundleFactory
A resource bundle factory defines the locale for a report and is used to create
resourcebundles.
ResourceBundle | getResourceBundle(Locale locale, String key)- Creates a resource bundle for the given key.
|
getResourceBundle
public ResourceBundle getResourceBundle(Locale locale,
String key) Creates a resource bundle for the given key. How that key is interpreted depends on
the used concrete implementation of this interface.
key - the key that identifies the resource bundle
- the created resource bundle