|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.factories.GreekAlphabetFactory
public class GreekAlphabetFactory
This class can produce String combinations representing a number built with Greek letters (from alpha to omega, then alpha alpha, alpha beta, alpha gamma). We are aware of the fact that the original Greek numbering is different; See http://www.cogsci.indiana.edu/farg/harry/lan/grknum.htm#ancient but this isn't implemented yet; the main reason being the fact that we need a font that has the obsolete Greek characters qoppa and sampi.
Constructor Summary | |
---|---|
GreekAlphabetFactory()
|
Method Summary | |
---|---|
static java.lang.String |
getLowerCaseString(int index)
Changes an int into a lower case Greek letter combination. |
static java.lang.String |
getString(int index)
Changes an int into a lower case Greek letter combination. |
static java.lang.String |
getString(int index,
boolean lowercase)
Changes an int into a Greek letter combination. |
static java.lang.String |
getUpperCaseString(int index)
Changes an int into a upper case Greek letter combination. |
static void |
main(java.lang.String[] args)
Test this class using this main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreekAlphabetFactory()
Method Detail |
---|
public static final java.lang.String getString(int index)
index
- the original number
public static final java.lang.String getLowerCaseString(int index)
index
- the original number
public static final java.lang.String getUpperCaseString(int index)
index
- the original number
public static final java.lang.String getString(int index, boolean lowercase)
index
- the original number
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |