Uses of Class
org.apache.fop.fonts.type1.PostscriptParser.PSElement
Packages that use PostscriptParser.PSElement
-
Uses of PostscriptParser.PSElement in org.apache.fop.fonts.type1
Subclasses of PostscriptParser.PSElement in org.apache.fop.fonts.type1Modifier and TypeClassDescriptionclass
An object representing a Postscript dictionaryclass
An object representing a Postscript array with a fixed number of entriesclass
An object representing a Postscript subroutine elementclass
An object representing a Postscript variableclass
An object representing a Postscript array with a variable number of entriesFields in org.apache.fop.fonts.type1 with type parameters of type PostscriptParser.PSElementModifier and TypeFieldDescriptionprotected List<PostscriptParser.PSElement>
Type1SubsetFile.headerSection
protected List<PostscriptParser.PSElement>
Type1SubsetFile.mainSection
Methods in org.apache.fop.fonts.type1 that return PostscriptParser.PSElementModifier and TypeMethodDescriptionPostscriptParser.createElement
(String operator, String elementID, int startPoint) protected PostscriptParser.PSElement
Type1SubsetFile.getElement
(String elementID, List<PostscriptParser.PSElement> elements) Methods in org.apache.fop.fonts.type1 that return types with arguments of type PostscriptParser.PSElementModifier and TypeMethodDescriptionPostscriptParser.parse
(byte[] segment) Parses the postscript document and returns a list of elementsMethods in org.apache.fop.fonts.type1 with parameters of type PostscriptParser.PSElementModifier and TypeMethodDescriptionprotected ByteArrayOutputStream
Type1SubsetFile.writeHeader
(PFBData pfbData, PostscriptParser.PSElement encoding) protected ByteArrayOutputStream
Type1SubsetFile.writeMainSection
(byte[] decoded, List<PostscriptParser.PSElement> mainSection, PostscriptParser.PSElement charStrings) Method parameters in org.apache.fop.fonts.type1 with type arguments of type PostscriptParser.PSElementModifier and TypeMethodDescriptionprotected String
Type1SubsetFile.findVariable
(byte[] decoded, List<PostscriptParser.PSElement> elements, String[] matches, String fallback) protected PostscriptParser.PSElement
Type1SubsetFile.getElement
(String elementID, List<PostscriptParser.PSElement> elements) protected ByteArrayOutputStream
Type1SubsetFile.writeMainSection
(byte[] decoded, List<PostscriptParser.PSElement> mainSection, PostscriptParser.PSElement charStrings)