|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.graphics2d.font.AbstractCharTable org.freehep.graphics2d.font.PDFLatin
Generated PDF Latin Encoding Table.
Constructor Summary | |
PDFLatin()
|
Method Summary | |
String |
getEncoding()
Returns the encoding name of the table. |
String |
getName()
Returns the name of the table. |
int |
toEncoding(String name)
Converts name into character code. |
String |
toName(Character c)
Converts unicode Character object to name. |
String |
toName(int enc)
Converts character code into a name. |
char |
toUnicode(String name)
Converts a name to a unicode character. |
Methods inherited from class org.freehep.graphics2d.font.AbstractCharTable |
toEncoding, toName, toName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFLatin()
Method Detail |
public String toName(Character c)
CharTable
c
- unicode Character object
public String toName(int enc)
CharTable
enc
- code
public int toEncoding(String name)
CharTable
name
- name of the character
public char toUnicode(String name)
CharTable
name
- of the character
public String getName()
CharTable
public String getEncoding()
CharTable
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |