public final class LocaleData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocaleData.OpenTypeData
A class for OpenType data like OpenType language tags
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ALT_QUOTATION_END
Delimiter type for
#getDelimiter(int). |
static int |
ALT_QUOTATION_START
Delimiter type for
#getDelimiter(int). |
static int |
DELIMITER_COUNT
Count of delimiter types for
#getDelimiter(int). |
static int |
ES_AUXILIARY
EXType for
#getExemplarSet(int, int). |
static int |
ES_COUNT
Count of EXTypes for
#getExemplarSet(int, int). |
static int |
ES_STANDARD
EXType for
#getExemplarSet(int, int). |
static int |
QUOTATION_END
Delimiter type for
#getDelimiter(int). |
static int |
QUOTATION_START
Delimiter type for
#getDelimiter(int). |
| Modifier and Type | Method and Description |
|---|---|
static LocaleData |
getInstance(ULocale locale)
Gets the LocaleData object associated with the ULocale specified in locale
|
static LocaleData.OpenTypeData |
getOpenTypeData(ULocale locale)
Returns OpenTypeData object containing locale-dependent OpenType data like tags
|
public static final int ES_STANDARD
#getExemplarSet(int, int).public static final int ES_AUXILIARY
#getExemplarSet(int, int).public static final int ES_COUNT
#getExemplarSet(int, int).public static final int QUOTATION_START
#getDelimiter(int).public static final int QUOTATION_END
#getDelimiter(int).public static final int ALT_QUOTATION_START
#getDelimiter(int).public static final int ALT_QUOTATION_END
#getDelimiter(int).public static final int DELIMITER_COUNT
#getDelimiter(int).public static final LocaleData getInstance(ULocale locale)
locale - Locale with thich the locale data object is associated.public static final LocaleData.OpenTypeData getOpenTypeData(ULocale locale)
locale - The locale for which the OpenType data is requiredCopyright © 2010 - 2020 Adobe. All Rights Reserved