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 number
public static final String getLowerCaseString(int index)
index
- the original number
public static final String getUpperCaseString(int index)
index
- the original number
public static final String getString(int index, boolean lowercase)
index
- the original number
lowercase
- set to lowercase
Copyright © 2016. All rights reserved.