|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.type1.PFBParser
public class 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 from
java.io.IOException
- In case of an I/O problempublic PFBData parsePFB(java.io.File pfbFile) throws java.io.IOException
pfbFile
- File to load the PFB file from
java.io.IOException
- In case of an I/O problempublic PFBData parsePFB(java.io.InputStream in) throws java.io.IOException
in
- InputStream to load the PFB file from
java.io.IOException
- In case of an I/O problem
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |