Uses of Class
org.apache.batik.i18n.LocaleGroup

Packages that use LocaleGroup
org.apache.batik.i18n Provides utility classes for internationalization. 
 

Uses of LocaleGroup in org.apache.batik.i18n
 

Fields in org.apache.batik.i18n declared as LocaleGroup
protected  LocaleGroup LocalizableSupport.localeGroup
          The locale group to which this object belongs.
static LocaleGroup LocaleGroup.DEFAULT
          The default group.
 

Methods in org.apache.batik.i18n that return LocaleGroup
 LocaleGroup LocalizableSupport.getLocaleGroup()
          Implements ExtendedLocalizable.getLocaleGroup().
 LocaleGroup ExtendedLocalizable.getLocaleGroup()
          Returns the group to which this object belongs.
 

Methods in org.apache.batik.i18n with parameters of type LocaleGroup
 void LocalizableSupport.setLocaleGroup(LocaleGroup lg)
          Implements ExtendedLocalizable.setLocaleGroup(LocaleGroup).
 void ExtendedLocalizable.setLocaleGroup(LocaleGroup lg)
          Sets the group to which this object belongs.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.