Uses of Class
org.apache.xmlgraphics.util.i18n.LocaleGroup
Packages that use LocaleGroup
Package
Description
Provides utility classes for internationalization.
-
Uses of LocaleGroup in org.apache.xmlgraphics.util.i18n
Fields in org.apache.xmlgraphics.util.i18n declared as LocaleGroupModifier and TypeFieldDescriptionstatic final LocaleGroupLocaleGroup.DEFAULTThe default group.protected LocaleGroupLocalizableSupport.localeGroupThe locale group to which this object belongs.Methods in org.apache.xmlgraphics.util.i18n that return LocaleGroupModifier and TypeMethodDescriptionExtendedLocalizable.getLocaleGroup()Returns the group to which this object belongs.LocalizableSupport.getLocaleGroup()ImplementsExtendedLocalizable.getLocaleGroup().Methods in org.apache.xmlgraphics.util.i18n with parameters of type LocaleGroupModifier and TypeMethodDescriptionvoidExtendedLocalizable.setLocaleGroup(LocaleGroup lg) Sets the group to which this object belongs.voidLocalizableSupport.setLocaleGroup(LocaleGroup lg) ImplementsExtendedLocalizable.setLocaleGroup(LocaleGroup).