Class LocaleGroup

java.lang.Object
org.apache.xmlgraphics.util.i18n.LocaleGroup

public class LocaleGroup extends Object
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
Version:
$Id$ Originally authored by Stephane Hillion.
  • Field Details

    • DEFAULT

      public static final LocaleGroup DEFAULT
      The default group.
    • locale

      protected Locale locale
      The shared Locale.
  • Constructor Details

    • LocaleGroup

      public LocaleGroup()
  • Method Details

    • setLocale

      public void setLocale(Locale l)
      Sets the default locale for all the instances of ExtendedLocalizable in this group.
    • getLocale

      public Locale getLocale()
      Gets the current default locale in this group, or null.