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 TypeClassDescriptionclassAn object representing a Postscript dictionaryclassAn object representing a Postscript array with a fixed number of entriesclassAn object representing a Postscript subroutine elementclassAn object representing a Postscript variableclassAn 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.headerSectionprotected List<PostscriptParser.PSElement> Type1SubsetFile.mainSectionMethods in org.apache.fop.fonts.type1 that return PostscriptParser.PSElementModifier and TypeMethodDescriptionPostscriptParser.createElement(String operator, String elementID, int startPoint) protected PostscriptParser.PSElementType1SubsetFile.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 ByteArrayOutputStreamType1SubsetFile.writeHeader(PFBData pfbData, PostscriptParser.PSElement encoding) protected ByteArrayOutputStreamType1SubsetFile.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 StringType1SubsetFile.findVariable(byte[] decoded, List<PostscriptParser.PSElement> elements, String[] matches, String fallback) protected PostscriptParser.PSElementType1SubsetFile.getElement(String elementID, List<PostscriptParser.PSElement> elements) protected ByteArrayOutputStreamType1SubsetFile.writeMainSection(byte[] decoded, List<PostscriptParser.PSElement> mainSection, PostscriptParser.PSElement charStrings)