public abstract class ArabicLiteralUtils extends Object
| Constructor and Description |
|---|
ArabicLiteralUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toAscii(int number)
Returns an Arabic literal representation of the given number using ASCII-7 characters.
|
static String |
toCircledDigit(int number)
Returns an alphanumeric literal representation of the given number using UTF Circled Digit/Number characters.
|
static String |
toDingbatNegativeCircledDigit(int number)
Returns an alphanumeric literal representation of the given number using UTF Dingbat Negative Circled Digit characters.
|
static String |
toDingbatNegativeSanserifCircledDigit(int number)
Returns an alphanumeric literal representation of the given number using UTF Dingbat Negative Sanserif Circled Digit characters.
|
static String |
toDingbatSanserifCircledDigit(int number)
Returns an alphanumeric literal representation of the given number using UTF Dingbat Sanserif Circled Digit characters.
|
static String |
toDoubleCircledDigit(int number)
Returns an alphanumeric literal representation of the given number using UTF Double Circled Digit/Number characters.
|
static String |
toFullStop(int number)
Returns an alphanumeric literal representation of the given number using UTF Full Stop characters.
|
static String |
toFullwidth(int number)
Returns an alphanumeric literal representation of the given number using UTF Fullwidth characters.
|
static String |
toParenthesized(int number)
Returns an alphanumeric literal representation of the given number using UTF Parenthesized Digit/Number characters.
|
static String |
toSubscript(int number)
Returns an alphanumeric literal representation of the given number using UTF Subscript characters.
|
static String |
toSuperscript(int number)
Returns an alphanumeric literal representation of the given number using UTF Superscript Latin Small Letter characters.
|
public static final String toAscii(int number)
number - to convertpublic static final String toCircledDigit(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 20)public static final String toDoubleCircledDigit(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 10)public static final String toDingbatNegativeCircledDigit(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 10)public static final String toDingbatNegativeSanserifCircledDigit(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 10)public static final String toDingbatSanserifCircledDigit(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 10)public static final String toSuperscript(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 9)public static final String toSubscript(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 9)public static final String toFullStop(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 20)public static final String toParenthesized(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 20)public static final String toFullwidth(int number)
number - to convertNotImplementedException - if the number is out of bounds (currently smaller than 1 and larger than 9)Copyright © 2015–2016. All rights reserved.