|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.graphics2d.font.AbstractCharTable
public abstract class 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. |
java.lang.String |
toName(char c)
Converts unicode character to name. |
java.lang.String |
toName(java.lang.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 java.lang.String toName(char c)
CharTable
toName
in interface CharTable
c
- unicode character
public java.lang.String toName(java.lang.Integer enc)
CharTable
toName
in interface CharTable
enc
- code Integer object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |