Uses of Class
org.docx4j.fonts.fop.fonts.type1.PostscriptParser.PSElement
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
-
Uses of PostscriptParser.PSElement in org.docx4j.fonts.fop.fonts.type1
Subclasses of PostscriptParser.PSElement in org.docx4j.fonts.fop.fonts.type1 Modifier and Type Class Description classPostscriptParser.PSDictionaryAn object representing a Postscript dictionaryclassPostscriptParser.PSFixedArrayAn object representing a Postscript array with a fixed number of entriesclassPostscriptParser.PSSubroutineAn object representing a Postscript subroutine elementclassPostscriptParser.PSVariableAn object representing a Postscript variableclassPostscriptParser.PSVariableArrayAn object representing a Postscript array with a variable number of entriesFields in org.docx4j.fonts.fop.fonts.type1 with type parameters of type PostscriptParser.PSElement Modifier and Type Field Description protected java.util.List<PostscriptParser.PSElement>Type1SubsetFile. headerSectionprotected java.util.List<PostscriptParser.PSElement>Type1SubsetFile. mainSectionMethods in org.docx4j.fonts.fop.fonts.type1 that return PostscriptParser.PSElement Modifier and Type Method Description PostscriptParser.PSElementPostscriptParser. createElement(java.lang.String operator, java.lang.String elementID, int startPoint)protected PostscriptParser.PSElementType1SubsetFile. getElement(java.lang.String elementID, java.util.List<PostscriptParser.PSElement> elements)Methods in org.docx4j.fonts.fop.fonts.type1 that return types with arguments of type PostscriptParser.PSElement Modifier and Type Method Description java.util.List<PostscriptParser.PSElement>PostscriptParser. parse(byte[] segment)Parses the postscript document and returns a list of elementsMethods in org.docx4j.fonts.fop.fonts.type1 with parameters of type PostscriptParser.PSElement Modifier and Type Method Description protected java.io.ByteArrayOutputStreamType1SubsetFile. writeHeader(PFBData pfbData, PostscriptParser.PSElement encoding)protected java.io.ByteArrayOutputStreamType1SubsetFile. writeMainSection(byte[] decoded, java.util.List<PostscriptParser.PSElement> mainSection, PostscriptParser.PSElement charStrings)Method parameters in org.docx4j.fonts.fop.fonts.type1 with type arguments of type PostscriptParser.PSElement Modifier and Type Method Description protected java.lang.StringType1SubsetFile. findVariable(byte[] decoded, java.util.List<PostscriptParser.PSElement> elements, java.lang.String[] matches, java.lang.String fallback)protected PostscriptParser.PSElementType1SubsetFile. getElement(java.lang.String elementID, java.util.List<PostscriptParser.PSElement> elements)protected java.io.ByteArrayOutputStreamType1SubsetFile. writeMainSection(byte[] decoded, java.util.List<PostscriptParser.PSElement> mainSection, PostscriptParser.PSElement charStrings)