|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.freehep.graphicsio.font.encoding.AbstractCharTable
|
+--org.freehep.graphicsio.font.encoding.STDLatin
Generated STD Latin Encoding Table.
| Constructor Summary | |
STDLatin()
|
|
| 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.graphicsio.font.encoding.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 STDLatin()
| Method Detail |
public String toName(Character c)
CharTable
c - unicode Character object
public String toName(int enc)
CharTable
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 v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||