|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.unicode.GlyphName
public final class GlyphName
This class manage the correlation between the glyph name and the Unicode value.
| Method Summary | |
|---|---|
java.lang.String |
getGlyphname(UnicodeChar uc)
Returns the name of the glyph, or null, if not found. |
static GlyphName |
getInstance()
Return the instance of GlyphName. |
UnicodeChar |
getUnicode(java.lang.String name)
Returns the UnicodeChar for the glyph name or
null, if not found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GlyphName getInstance()
throws java.io.IOException
GlyphName.
GlyphName.
java.io.IOException - if an IO-error occurred.public java.lang.String getGlyphname(UnicodeChar uc)
null, if not found.
uc - the Unicode char.
null, if not found.public UnicodeChar getUnicode(java.lang.String name)
UnicodeChar for the glyph name or
null, if not found.
name - The glyph name.
UnicodeChar for the glyph name or
null, if not found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||