|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.fop.fonts.type1.PFBParser
This class represents a parser for Adobe Type 1 PFB files.
PFBData| Constructor Summary | |
PFBParser()
|
|
| Method Summary | |
PFBData |
parsePFB(java.io.File pfbFile)
Parses a PFB file into a PFBData object. |
PFBData |
parsePFB(java.io.InputStream in)
Parses a PFB file into a PFBData object. |
PFBData |
parsePFB(java.net.URL url)
Parses a PFB file into a PFBData object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PFBParser()
| Method Detail |
public PFBData parsePFB(java.net.URL url)
throws java.io.IOException
url - URL to load the PFB file fromjava.io.IOException - In case of an I/O problem
public PFBData parsePFB(java.io.File pfbFile)
throws java.io.IOException
pfbFile - File to load the PFB file fromjava.io.IOException - In case of an I/O problem
public PFBData parsePFB(java.io.InputStream in)
throws java.io.IOException
in - InputStream to load the PFB file fromjava.io.IOException - In case of an I/O problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||