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 LocaleGroup
LocaleGroup.DEFAULT
The default group.protected LocaleGroup
LocalizableSupport.localeGroup
The 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 TypeMethodDescriptionvoid
ExtendedLocalizable.setLocaleGroup
(LocaleGroup lg) Sets the group to which this object belongs.void
LocalizableSupport.setLocaleGroup
(LocaleGroup lg) ImplementsExtendedLocalizable.setLocaleGroup(LocaleGroup)
.