|
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
Abstract Character Table, inherited by all the Generated Encoding Tables
Constructor Summary | |
AbstractCharTable()
|
Method Summary | |
int |
toEncoding(char unicode)
Converts a unicode into a character code. |
String |
toName(char c)
Converts unicode character to name. |
String |
toName(Integer enc)
Converts character code Integer object into a name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.freehep.graphics2d.font.CharTable |
getEncoding, getName, toEncoding, toName, toName, toUnicode |
Constructor Detail |
public AbstractCharTable()
Method Detail |
public int toEncoding(char unicode)
CharTable
toEncoding
in interface CharTable
unicode
- unicode character
public String toName(char c)
CharTable
toName
in interface CharTable
c
- unicode character
public String toName(Integer enc)
CharTable
toName
in interface CharTable
enc
- code Integer object
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |