org.apache.batik.apps.svgbrowser
public class Resources extends Object
Field Summary | |
---|---|
protected static LocalizableSupport | localizableSupport
The localizable support for the error messages. |
protected static ResourceManager | resourceManager
The resource manager to decode messages. |
protected static String | RESOURCES
The error messages bundle class name. |
Constructor Summary | |
---|---|
protected | Resources()
This class does not need to be instantiated. |
Method Summary | |
---|---|
static String | formatMessage(String key, Object[] args)
Implements {@link
org.apache.batik.i18n.Localizable#formatMessage(String,Object[])}. |
static int | getCharacter(String key) |
static int | getInteger(String key) |
static Locale | getLocale()
Implements {@link org.apache.batik.i18n.Localizable#getLocale()}. |
static String | getString(String key) |
static void | setLocale(Locale l)
Implements {@link org.apache.batik.i18n.Localizable#setLocale(Locale)}. |