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 TypeClassDescriptionclass
This class represents a "CIE L*a*b*" color space.class
This class represents a "Separation" color space.Fields in org.apache.fop.pdf declared as PDFArrayMethods 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.private PDFArray
PDFNameTreeNode.prepareLimitsArray()
private PDFArray
PDFNumberTreeNode.prepareLimitsArray()
private PDFArray
PDFCIELabColorSpace.toPDFArray
(String name, float[] whitePoint) private PDFArray
PDFPage.toPDFArray
(Rectangle2D box) Methods in org.apache.fop.pdf with parameters of type PDFArrayModifier and TypeMethodDescriptionprivate void
PDFEncoding.DifferencesBuilder.addDifference
(int code, PDFArray differences) Start a new difference.private void
Adds a character name to the current difference.void
PDFEncoding.setDifferences
(PDFArray differences) Sets the Differences value.void
PDFFontType3.setFontMatrix
(PDFArray matrix) Set the font's transformation matrixvoid
Sets the Kids array.void
Sets the Kids array.void
Sets the Names array.void
PDFFontNonBase14.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
Fields in org.apache.fop.render.pdf declared as PDFArrayModifier and TypeFieldDescriptionprivate PDFArray
PDFLogicalStructureHandler.pageParentTreeArray
The array of references, from marked-content sequences in the current page, to their parent structure elements.Fields in org.apache.fop.render.pdf with type parameters of type PDFArrayMethods in org.apache.fop.render.pdf that return PDFArrayModifier and TypeMethodDescriptionprivate PDFArray
PDFRenderingUtil.augmentArray
(PDFArray array, PDFArrayExtension extension) PDFLogicalStructureHandler.getPageParentTree()
Methods in org.apache.fop.render.pdf that return types with arguments of type PDFArrayModifier and TypeMethodDescriptionPDFDocumentHandler.getPageNumbers()
PDFRenderingContext.getPageNumbers()
Methods in org.apache.fop.render.pdf with parameters of type PDFArrayModifier and TypeMethodDescriptionprivate void
PageSequenceStructElem.addRegions
(PDFArray k, List<? extends PDFObject> regions) private PDFArray
PDFRenderingUtil.augmentArray
(PDFArray array, PDFArrayExtension extension) private void
PDFRenderingUtil.augmentArray
(PDFArray array, PDFCollectionEntryExtension entry) private Object
PDFRenderingUtil.populateArray
(PDFArray array, List<?> entries) Method parameters in org.apache.fop.render.pdf with type arguments of type PDFArrayModifier and TypeMethodDescriptionvoid
PDFRenderingContext.setPageNumbers
(Map<Integer, PDFArray> pageNumbers)