|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostscriptParser.PSElement | |
---|---|
org.apache.fop.fonts.type1 | Classes for Adobe Type 1 fonts. |
Uses of PostscriptParser.PSElement in org.apache.fop.fonts.type1 |
---|
Subclasses of PostscriptParser.PSElement in org.apache.fop.fonts.type1 | |
---|---|
class |
PostscriptParser.PSDictionary
An object representing a Postscript dictionary |
class |
PostscriptParser.PSFixedArray
An object representing a Postscript array with a fixed number of entries |
class |
PostscriptParser.PSSubroutine
An object representing a Postscript subroutine element |
class |
PostscriptParser.PSVariable
An object representing a Postscript variable |
class |
PostscriptParser.PSVariableArray
An object representing a Postscript array with a variable number of entries |
Fields in org.apache.fop.fonts.type1 with type parameters of type PostscriptParser.PSElement | |
---|---|
protected java.util.List<PostscriptParser.PSElement> |
Type1SubsetFile.headerSection
|
protected java.util.List<PostscriptParser.PSElement> |
Type1SubsetFile.mainSection
|
Methods in org.apache.fop.fonts.type1 that return PostscriptParser.PSElement | |
---|---|
PostscriptParser.PSElement |
PostscriptParser.createElement(java.lang.String operator,
java.lang.String elementID,
int startPoint)
|
protected PostscriptParser.PSElement |
Type1SubsetFile.getElement(java.lang.String elementID,
java.util.List<PostscriptParser.PSElement> elements)
|
Methods in org.apache.fop.fonts.type1 that return types with arguments of type PostscriptParser.PSElement | |
---|---|
java.util.List<PostscriptParser.PSElement> |
PostscriptParser.parse(byte[] segment)
Parses the postscript document and returns a list of elements |
Methods in org.apache.fop.fonts.type1 with parameters of type PostscriptParser.PSElement | |
---|---|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeHeader(PFBData pfbData,
PostscriptParser.PSElement encoding)
|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeMainSection(byte[] decoded,
java.util.List<PostscriptParser.PSElement> mainSection,
PostscriptParser.PSElement charStrings)
|
Method parameters in org.apache.fop.fonts.type1 with type arguments of type PostscriptParser.PSElement | |
---|---|
protected java.lang.String |
Type1SubsetFile.findVariable(byte[] decoded,
java.util.List<PostscriptParser.PSElement> elements,
java.lang.String[] matches,
java.lang.String fallback)
|
protected PostscriptParser.PSElement |
Type1SubsetFile.getElement(java.lang.String elementID,
java.util.List<PostscriptParser.PSElement> elements)
|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeMainSection(byte[] decoded,
java.util.List<PostscriptParser.PSElement> mainSection,
PostscriptParser.PSElement charStrings)
|
|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |