Uses of Class
org.apache.fop.pdf.PDFArray
-
Packages that use PDFArray Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFArray in org.apache.fop.pdf
Subclasses of PDFArray in org.apache.fop.pdf Modifier and Type Class Description classPDFCIELabColorSpaceThis class represents a "CIE L*a*b*" color space.classPDFSeparationColorSpaceThis class represents a "Separation" color space.Fields in org.apache.fop.pdf declared as PDFArray Modifier and Type Field Description private PDFArrayPDFRoot. afprivate PDFArrayPDFDPartRoot. partsMethods in org.apache.fop.pdf that return PDFArray Modifier and Type Method Description PDFArrayPDFEncoding.DifferencesBuilder. buildDifferencesArray(SingleByteEncoding encodingA, SingleByteEncoding encodingB)Creates an array containing the differences between two single-byte.PDFArrayPDFNameTreeNode. getKids()Returns the Kids array.PDFArrayPDFNumberTreeNode. getKids()Returns the Kids array.PDFArrayPDFStructTreeRoot. getKids()Returns the children element of this StructTreeRoot.PDFArrayPDFNameTreeNode. getNames()Returns the Names array.PDFArrayPDFRoot. getOutputIntents()Returns the /OutputIntents array.PDFArrayPDFFactory. makeArray(int[] values)Make an Array object (ex.private PDFArrayPDFNameTreeNode. prepareLimitsArray()private PDFArrayPDFNumberTreeNode. prepareLimitsArray()private PDFArrayPDFCIELabColorSpace. toPDFArray(java.lang.String name, float[] whitePoint)private PDFArrayPDFPage. toPDFArray(java.awt.geom.Rectangle2D box)Methods in org.apache.fop.pdf with parameters of type PDFArray Modifier and Type Method Description private voidPDFEncoding.DifferencesBuilder. addDifference(int code, PDFArray differences)Start a new difference.private voidPDFEncoding.DifferencesBuilder. addName(java.lang.String name, PDFArray differences)Adds a character name to the current difference.voidPDFEncoding. setDifferences(PDFArray differences)Sets the Differences value.voidPDFFontType3. setFontMatrix(PDFArray matrix)Set the font's transformation matrixvoidPDFNameTreeNode. setKids(PDFArray kids)Sets the Kids array.voidPDFNumberTreeNode. setKids(PDFArray kids)Sets the Kids array.voidPDFNameTreeNode. setNames(PDFArray names)Sets 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 PDFArray Constructor Description PDFFontType3(java.lang.String fontname, java.lang.String basefont, java.lang.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 PDFArray Modifier and Type Field Description private PDFArrayPDFLogicalStructureHandler. pageParentTreeArrayThe 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 PDFArray Modifier and Type Field Description private java.util.Map<java.lang.Integer,PDFArray>PDFDocumentHandler. pageNumbersprivate java.util.Map<java.lang.Integer,PDFArray>PDFRenderingContext. pageNumbersMethods in org.apache.fop.render.pdf that return PDFArray Modifier and Type Method Description private PDFArrayPDFRenderingUtil. augmentArray(PDFArray array, PDFArrayExtension extension)PDFArrayPDFLogicalStructureHandler. getPageParentTree()Methods in org.apache.fop.render.pdf that return types with arguments of type PDFArray Modifier and Type Method Description java.util.Map<java.lang.Integer,PDFArray>PDFDocumentHandler. getPageNumbers()java.util.Map<java.lang.Integer,PDFArray>PDFRenderingContext. getPageNumbers()Methods in org.apache.fop.render.pdf with parameters of type PDFArray Modifier and Type Method Description private voidPageSequenceStructElem. addRegions(PDFArray k, java.util.List<? extends PDFObject> regions)private PDFArrayPDFRenderingUtil. augmentArray(PDFArray array, PDFArrayExtension extension)private voidPDFRenderingUtil. augmentArray(PDFArray array, PDFCollectionEntryExtension entry)private java.lang.ObjectPDFRenderingUtil. populateArray(PDFArray array, java.util.List<?> entries)Method parameters in org.apache.fop.render.pdf with type arguments of type PDFArray Modifier and Type Method Description voidPDFRenderingContext. setPageNumbers(java.util.Map<java.lang.Integer,PDFArray> pageNumbers)
-