|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.texencoding.EncFactory
public class EncFactory
Factory for enc-files.
| Constructor Summary | |
|---|---|
EncFactory(ResourceFinder afinder)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getEncodingTable(java.lang.String filename)
Returns the encoding table. |
java.lang.String[] |
getEncodingTableWithoutSlash(java.lang.String filename)
Returns the encoding table (without a slash in the name). |
EncReader |
getEncReader(java.lang.String filename)
Returns the encoding reader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncFactory(ResourceFinder afinder)
afinder - finder| Method Detail |
|---|
public java.lang.String[] getEncodingTable(java.lang.String filename)
throws FontException,
ConfigurationException
filename - the file name.
FontException - if an font-error occurred.
ConfigurationException - from the resource finder.
public java.lang.String[] getEncodingTableWithoutSlash(java.lang.String filename)
throws FontException,
ConfigurationException
filename - the file name.
FontException - if an font-error occurred.
ConfigurationException - from the resource finder.
public EncReader getEncReader(java.lang.String filename)
throws FontException,
ConfigurationException
filename - the file name.
FontException - if an font-error occurred.
ConfigurationException - from the resource finder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||