|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Script4a | |
|---|---|
| org.foray.common.i18n | Classes in this package represent internationalization (i18n) concepts, usually set by international standards organizations. |
| Uses of Script4a in org.foray.common.i18n |
|---|
| Fields in org.foray.common.i18n declared as Script4a | |
|---|---|
static Script4a |
Script4a.CYRILLIC
The Cyrillic script. |
static Script4a |
Script4a.LATIN
The Latin script. |
static Script4a |
Script4a.UNDETERMINED
The script representing an undetermined value. |
| Methods in org.foray.common.i18n that return Script4a | |
|---|---|
static Script4a |
Script4a.findFromAlpha(String alphaCode)
Finds an instance of this class from a given alpha script code as defined in ISO 15924. |
static Script4a |
Script4a.findFromNumeric(int numericCode)
Finds an instance of this class from a given alpha script code as defined in ISO 15924. |
| Methods in org.foray.common.i18n with parameters of type Script4a | |
|---|---|
static void |
Script4a.register(Script4a script)
Registers script information. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||