Package org.apache.xmlgraphics.util.i18n
Class LocaleGroup
- java.lang.Object
-
- org.apache.xmlgraphics.util.i18n.LocaleGroup
-
public class LocaleGroup extends java.lang.Object
This class represents a group of ExtendedLocalizable objects which have a shared default locale.- Version:
- $Id$ Originally authored by Stephane Hillion.
-
-
Field Summary
Fields Modifier and Type Field Description static LocaleGroup
DEFAULT
The default group.protected java.util.Locale
locale
The shared Locale.
-
Constructor Summary
Constructors Constructor Description LocaleGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Locale
getLocale()
Gets the current default locale in this group, or null.void
setLocale(java.util.Locale l)
Sets the default locale for all the instances of ExtendedLocalizable in this group.
-
-
-
Field Detail
-
DEFAULT
public static final LocaleGroup DEFAULT
The default group.
-
locale
protected java.util.Locale locale
The shared Locale.
-
-