|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.U2tFactory
public class U2tFactory
Factory for the Unicode to tex font mapping.
| Method Summary | |
|---|---|
static U2tFactory |
getInstance()
Returns the singleton instance. |
java.util.Map<java.lang.Integer,UnicodeChar> |
loadT2u(java.lang.String name,
ResourceFinder finder)
Returns the t2u map, or null, if the property file is not
found. |
java.util.Map<UnicodeChar,java.lang.Integer> |
loadU2t(java.lang.String name,
ResourceFinder finder)
Returns the u2t map, or null, if the property file is not
found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static U2tFactory getInstance()
public java.util.Map<UnicodeChar,java.lang.Integer> loadU2t(java.lang.String name,
ResourceFinder finder)
throws java.io.IOException,
ConfigurationException,
java.lang.NumberFormatException
null, if the property file is not
found.
name - the name of the property.finder - the resource finder.
null, if the property file is not
found.
java.io.IOException - if a io error occurred.
ConfigurationException - from the configuration system.
java.lang.NumberFormatException - if a parse error occurred.
public java.util.Map<java.lang.Integer,UnicodeChar> loadT2u(java.lang.String name,
ResourceFinder finder)
throws java.io.IOException,
ConfigurationException,
java.lang.NumberFormatException
null, if the property file is not
found.
name - the name of the property.finder - the resource finder.
null, if the property file is not
found.
java.io.IOException - if a io error occurred.
ConfigurationException - from the configuration system.
java.lang.NumberFormatException - if a parse error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||