public class GreekAlphabetFactory extends Object
Constructor | Description |
---|---|
GreekAlphabetFactory() |
Modifier and Type | Method | Description |
---|---|---|
static String |
getLowerCaseString(int index) |
Changes an int into a lower case Greek letter combination.
|
static String |
getString(int index) |
Changes an int into a lower case Greek letter combination.
|
static String |
getString(int index,
boolean lowercase) |
Changes an int into a Greek letter combination.
|
static String |
getUpperCaseString(int index) |
Changes an int into a upper case Greek letter combination.
|
public static final String getString(int index)
index
- the original numberpublic static final String getLowerCaseString(int index)
index
- the original numberpublic static final String getUpperCaseString(int index)
index
- the original numberpublic static final String getString(int index, boolean lowercase)
index
- the original numberlowercase
- set to lowercaseCopyright © 2018. All rights reserved.