com.lowagie.text
public class GreekList extends List
| Constructor Summary | |
|---|---|
| GreekList()
Initialization | |
| GreekList(int symbolIndent)
Initialization
| |
| GreekList(boolean greeklower, int symbolIndent)
Initialisierung | |
| 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
Parameters: index a number greater than 0
Returns: a String corresponding with the index.
Returns: true if the greek-letter is lowercase, false otherwise.
Parameters: greeklower