fop 2.1

Uses of Class
org.apache.fop.pdf.PDFArray

Packages that use PDFArray
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
 class PDFCIELabColorSpace
          This class represents a "CIE L*a*b*" color space.
 class PDFSeparationColorSpace
          This class represents a "Separation" color space.
 

Methods in org.apache.fop.pdf that return PDFArray
 PDFArray PDFEncoding.DifferencesBuilder.buildDifferencesArray(SingleByteEncoding encodingA, SingleByteEncoding encodingB)
          Creates an array containing the differences between two single-byte.
 PDFArray PDFStructTreeRoot.getKids()
          Returns the children element of this StructTreeRoot.
 PDFArray PDFNameTreeNode.getKids()
          Returns the Kids array.
 PDFArray PDFNumberTreeNode.getKids()
          Returns the Kids array.
 PDFArray PDFNameTreeNode.getNames()
          Returns the Names array.
 PDFArray PDFRoot.getOutputIntents()
          Returns the /OutputIntents array.
 PDFArray PDFFactory.makeArray(int[] values)
          Make an Array object (ex.
 

Methods in org.apache.fop.pdf with parameters of type PDFArray
 void PDFEncoding.setDifferences(PDFArray differences)
          Sets the Differences value.
 void PDFFontType3.setFontMatrix(PDFArray matrix)
          Set the font's transformation matrix
 void PDFNameTreeNode.setKids(PDFArray kids)
          Sets the Kids array.
 void PDFNumberTreeNode.setKids(PDFArray kids)
          Sets the Kids array.
 void PDFNameTreeNode.setNames(PDFArray names)
          Sets the Names array.
 void PDFFontNonBase14.setWidthMetrics(int firstChar, int lastChar, PDFArray widths)
          Set the width metrics for the font
 

Constructors in org.apache.fop.pdf with parameters of type PDFArray
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
 

Methods in org.apache.fop.render.pdf that return PDFArray
 PDFArray PDFLogicalStructureHandler.getPageParentTree()
           
 

Methods in org.apache.fop.render.pdf that return types with arguments of type PDFArray
 java.util.Map<java.lang.Integer,PDFArray> PDFDocumentHandler.getPageNumbers()
           
 java.util.Map<java.lang.Integer,PDFArray> PDFRenderingContext.getPageNumbers()
           
 

Method parameters in org.apache.fop.render.pdf with type arguments of type PDFArray
 void PDFRenderingContext.setPageNumbers(java.util.Map<java.lang.Integer,PDFArray> pageNumbers)
           
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.