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 LocaleGroupLocaleGroup. DEFAULTThe default group.protected LocaleGroupLocalizableSupport. localeGroupThe locale group to which this object belongs.Methods in org.apache.batik.i18n that return LocaleGroup Modifier and Type Method Description LocaleGroupExtendedLocalizable. getLocaleGroup()Returns the group to which this object belongs.LocaleGroupLocalizableSupport. getLocaleGroup()ImplementsExtendedLocalizable.getLocaleGroup().Methods in org.apache.batik.i18n with parameters of type LocaleGroup Modifier and Type Method Description voidExtendedLocalizable. setLocaleGroup(LocaleGroup lg)Sets the group to which this object belongs.voidLocalizableSupport. setLocaleGroup(LocaleGroup lg)ImplementsExtendedLocalizable.setLocaleGroup(LocaleGroup).
-