Uses of Class
org.apache.fop.pdf.PDFArray
Packages that use PDFArray
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFArray in org.apache.fop.pdf
Subclasses of PDFArray in org.apache.fop.pdfModifier and TypeClassDescriptionclassThis class represents a "CIE L*a*b*" color space.classThis class represents a "Separation" color space.Methods in org.apache.fop.pdf that return PDFArrayModifier and TypeMethodDescriptionPDFEncoding.DifferencesBuilder.buildDifferencesArray(SingleByteEncoding encodingA, SingleByteEncoding encodingB) Creates an array containing the differences between two single-byte.PDFNameTreeNode.getKids()Returns the Kids array.PDFNumberTreeNode.getKids()Returns the Kids array.PDFStructTreeRoot.getKids()Returns the children element of this StructTreeRoot.PDFNameTreeNode.getNames()Returns the Names array.PDFRoot.getOutputIntents()Returns the /OutputIntents array.PDFFactory.makeArray(int[] values) Make an Array object (ex.Methods in org.apache.fop.pdf with parameters of type PDFArrayModifier and TypeMethodDescriptionvoidPDFEncoding.setDifferences(PDFArray differences) Sets the Differences value.voidPDFFontType3.setFontMatrix(PDFArray matrix) Set the font's transformation matrixvoidSets the Kids array.voidSets the Kids array.voidSets the Names array.voidPDFFontNonBase14.setWidthMetrics(int firstChar, int lastChar, PDFArray widths) Set the width metrics for the fontConstructors in org.apache.fop.pdf with parameters of type PDFArrayModifierConstructorDescriptionPDFFontType3(String fontname, String basefont, Object encoding, PDFRectangle fontBBox, PDFArray fontMatrix, PDFCharProcs charProcs) Create the /Font object -
Uses of PDFArray in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFArrayMethods in org.apache.fop.render.pdf that return types with arguments of type PDFArrayModifier and TypeMethodDescriptionPDFDocumentHandler.getPageNumbers()PDFRenderingContext.getPageNumbers()Method parameters in org.apache.fop.render.pdf with type arguments of type PDFArrayModifier and TypeMethodDescriptionvoidPDFRenderingContext.setPageNumbers(Map<Integer, PDFArray> pageNumbers)