Uses of Class
org.apache.batik.i18n.LocaleGroup
-
Packages that use LocaleGroup Package Description 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 Modifier and Type Field Description static LocaleGroup
LocaleGroup. DEFAULT
The default group.protected LocaleGroup
LocalizableSupport. localeGroup
The locale group to which this object belongs.Methods in org.apache.batik.i18n that return LocaleGroup Modifier and Type Method Description LocaleGroup
ExtendedLocalizable. getLocaleGroup()
Returns the group to which this object belongs.LocaleGroup
LocalizableSupport. getLocaleGroup()
ImplementsExtendedLocalizable.getLocaleGroup()
.Methods in org.apache.batik.i18n with parameters of type LocaleGroup Modifier and Type Method Description void
ExtendedLocalizable. setLocaleGroup(LocaleGroup lg)
Sets the group to which this object belongs.void
LocalizableSupport. setLocaleGroup(LocaleGroup lg)
ImplementsExtendedLocalizable.setLocaleGroup(LocaleGroup)
.
-