public class GreekAlphabetFactory extends Object
| Constructor and Description |
|---|
GreekAlphabetFactory() |
| Modifier and Type | Method and 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 numberCopyright © 2019. All rights reserved.