|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lowagie.text.Greek
This class contains the symbols that correspond with Greek letters.
When you construct a Phrase
(or a derived object) using a String
,
this String
can contain Greek Symbols. These are characters with an int value
between 913 and 937 (except 930) and between 945 and 969. With this class the value of the
corresponding character of the Font Symbol, can be retrieved.
Phrase
Constructor Summary | |
Greek()
|
Method Summary | |
static Chunk |
get(char c,
Font font)
Gets a chunk with a symbol character. |
static char |
getCorrespondingSymbol(char c)
Looks for the corresponding symbol in the font Symbol. |
static int |
index(String string)
Returns the first occurrence of a Greek symbol in a String . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Greek()
Method Detail |
public static int index(String string)
String
.
string
- a String
public static Chunk get(char c, Font font)
public static char getCorrespondingSymbol(char c)
c
- the original ASCII-char
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |