Uses of Class
org.apache.fop.fonts.type1.PostscriptParser.PSElement
-
Packages that use PostscriptParser.PSElement Package Description 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 Modifier and Type Class Description class
PostscriptParser.PSDictionary
An object representing a Postscript dictionaryclass
PostscriptParser.PSFixedArray
An object representing a Postscript array with a fixed number of entriesclass
PostscriptParser.PSSubroutine
An object representing a Postscript subroutine elementclass
PostscriptParser.PSVariable
An object representing a Postscript variableclass
PostscriptParser.PSVariableArray
An object representing a Postscript array with a variable number of entriesFields in org.apache.fop.fonts.type1 with type parameters of type PostscriptParser.PSElement Modifier and Type Field Description 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 Modifier and Type Method Description 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 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.apache.fop.fonts.type1 with parameters of type PostscriptParser.PSElement Modifier and Type Method Description 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 Modifier and Type Method Description 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)
-