public final class NumeralFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARABIC_INDIC
Numerals used in Arabic: ٠١٢٣٤٥٦٧٨٩.
|
static int |
CONTEXT
Symbol set is decided from context(locale and RTL property).
|
static int |
EASTERN_ARABIC_INDIC
Numerals used in Persian and Urdu: ۰۱۲۳۴۵۶۷۸۹.
|
static int |
EUROPEAN
European numerals: 0123456789.
|
static int |
length |
static int |
SYSTEM
THIS OPTION IS NOT SUPPORTED.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String numeralFormatName) |
static java.lang.String |
getName(int numeralFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int numeralFormat) |
public static final int EUROPEAN
public static final int ARABIC_INDIC
public static final int EASTERN_ARABIC_INDIC
public static final int CONTEXT
public static final int SYSTEM
public static final int length