Package com.adobe.agl.util
Class LocaleData
- java.lang.Object
-
- com.adobe.agl.util.LocaleData
-
public final class LocaleData extends java.lang.ObjectA class for accessing miscelleneous data in the locale bundles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocaleData.OpenTypeDataA class for OpenType data like OpenType language tags
-
Field Summary
Fields Modifier and Type Field Description static intALT_QUOTATION_ENDDelimiter type for#getDelimiter(int).static intALT_QUOTATION_STARTDelimiter type for#getDelimiter(int).static intDELIMITER_COUNTCount of delimiter types for#getDelimiter(int).static intES_AUXILIARYEXType for#getExemplarSet(int, int).static intES_COUNTCount of EXTypes for#getExemplarSet(int, int).static intES_STANDARDEXType for#getExemplarSet(int, int).static intQUOTATION_ENDDelimiter type for#getDelimiter(int).static intQUOTATION_STARTDelimiter type for#getDelimiter(int).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocaleDatagetInstance(ULocale locale)Gets the LocaleData object associated with the ULocale specified in localestatic LocaleData.OpenTypeDatagetOpenTypeData(ULocale locale)Returns OpenTypeData object containing locale-dependent OpenType data like tags
-
-
-
Field Detail
-
ES_STANDARD
public static final int ES_STANDARD
EXType for#getExemplarSet(int, int).- See Also:
- Constant Field Values
-
ES_AUXILIARY
public static final int ES_AUXILIARY
EXType for#getExemplarSet(int, int).- See Also:
- Constant Field Values
-
ES_COUNT
public static final int ES_COUNT
Count of EXTypes for#getExemplarSet(int, int).- See Also:
- Constant Field Values
-
QUOTATION_START
public static final int QUOTATION_START
Delimiter type for#getDelimiter(int).- See Also:
- Constant Field Values
-
QUOTATION_END
public static final int QUOTATION_END
Delimiter type for#getDelimiter(int).- See Also:
- Constant Field Values
-
ALT_QUOTATION_START
public static final int ALT_QUOTATION_START
Delimiter type for#getDelimiter(int).- See Also:
- Constant Field Values
-
ALT_QUOTATION_END
public static final int ALT_QUOTATION_END
Delimiter type for#getDelimiter(int).- See Also:
- Constant Field Values
-
DELIMITER_COUNT
public static final int DELIMITER_COUNT
Count of delimiter types for#getDelimiter(int).- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final LocaleData getInstance(ULocale locale)
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
public static final LocaleData.OpenTypeData getOpenTypeData(ULocale locale)
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
-
-