com.lowagie.text
public class GreekList extends List
LIST whitch use greek-letters.
See Also: List
| Constructor Summary | |
|---|---|
| GreekList()
Initialization | |
| GreekList(int symbolIndent)
Initialization
| |
| GreekList(boolean greeklower, int symbolIndent)
Initialization | |
| Method Summary | |
|---|---|
| boolean | add(Object o)
Adds an Object to the List.
|
| static int[] | getGreekValue(int index, boolean lowercase)
Translates a number to a letter(combination).
|
| boolean | isGreekLower()
Checks if the list is greek-letter with lowercase
|
| protected void | setGreekFont()
change the font to SYMBOL |
| void | setGreekLower(boolean greeklower)
set the greek-letters to lowercase otherwise to uppercase
|
Parameters: symbolIndent indent
Parameters: greeklower greek-char in lowercase symbolIndent indent
Object to the List.
Parameters: o the object to add.
Returns: true if adding the object succeeded
Deprecated: use GreekNumberFactory.getString(int, boolean)
Translates a number to a letter(combination). 1-26 correspond with a-z, 27 is aa, 28 is ab, and so on, aaa comes right after zz.Parameters: index a number greater than 0
Returns: a String corresponding with the index.
Deprecated: use isLowercase()
Checks if the list is greek-letter with lowercaseReturns: true if the greek-letter is lowercase, false otherwise.
Deprecated: use setLowercase(boolean)
set the greek-letters to lowercase otherwise to uppercaseParameters: greeklower