Package com.adobe.agl.util
Class LocaleData
java.lang.Object
com.adobe.agl.util.LocaleData
A class for accessing miscelleneous data in the locale bundles
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA class for OpenType data like OpenType language tags -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDelimiter type for.invalid reference
#getDelimiter(int)static final intDelimiter type for.invalid reference
#getDelimiter(int)static final intCount of delimiter types for.invalid reference
#getDelimiter(int)static final intEXType for.invalid reference
#getExemplarSet(int, int)static final intCount of EXTypes for.invalid reference
#getExemplarSet(int, int)static final intEXType for.invalid reference
#getExemplarSet(int, int)static final intDelimiter type for.invalid reference
#getDelimiter(int)static final intDelimiter type for.invalid reference
#getDelimiter(int) -
Method Summary
Modifier and TypeMethodDescriptionstatic final LocaleDatagetInstance(ULocale locale) Gets the LocaleData object associated with the ULocale specified in localestatic final LocaleData.OpenTypeDatagetOpenTypeData(ULocale locale) Returns OpenTypeData object containing locale-dependent OpenType data like tags
-
Field Details
-
ES_STANDARD
public static final int ES_STANDARDEXType for.invalid reference
#getExemplarSet(int, int)- See Also:
-
ES_AUXILIARY
public static final int ES_AUXILIARYEXType for.invalid reference
#getExemplarSet(int, int)- See Also:
-
ES_COUNT
public static final int ES_COUNTCount of EXTypes for.invalid reference
#getExemplarSet(int, int)- See Also:
-
QUOTATION_START
public static final int QUOTATION_STARTDelimiter type for.invalid reference
#getDelimiter(int)- See Also:
-
QUOTATION_END
public static final int QUOTATION_ENDDelimiter type for.invalid reference
#getDelimiter(int)- See Also:
-
ALT_QUOTATION_START
public static final int ALT_QUOTATION_STARTDelimiter type for.invalid reference
#getDelimiter(int)- See Also:
-
ALT_QUOTATION_END
public static final int ALT_QUOTATION_ENDDelimiter type for.invalid reference
#getDelimiter(int)- See Also:
-
DELIMITER_COUNT
public static final int DELIMITER_COUNTCount of delimiter types for.invalid reference
#getDelimiter(int)- See Also:
-
-
Method Details
-
getInstance
Gets the LocaleData object associated with the ULocale specified in locale- Parameters:
locale- Locale with thich the locale data object is associated.- Returns:
- A locale data object.
-
getOpenTypeData
Returns OpenTypeData object containing locale-dependent OpenType data like tags- Parameters:
locale- The locale for which the OpenType data is required- Returns:
- OpenTypeData object containing OpenType data
-