|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.freehep.graphicsio.font.encoding.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.graphicsio.font.encoding.CharTable |
getEncoding, getName, toEncoding, toName, toName, toUnicode |
| Constructor Detail |
public AbstractCharTable()
| Method Detail |
public int toEncoding(char unicode)
CharTable
toEncoding in interface CharTableunicode - unicode character
public String toName(char c)
CharTable
toName in interface CharTablec - unicode character
public String toName(Integer enc)
CharTable
toName in interface CharTableenc - code Integer object
|
FreeHEP API Version current |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||