fop 0.94

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. 
 

Uses of PDFArray in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFArray
protected  PDFArray PDFFontType3.fontMatrix
          font's required /FontMatrix array
protected  PDFArray PDFFontNonBase14.widths
          widths of characters from firstChar to lastChar
 

Methods in org.apache.fop.pdf that return PDFArray
 PDFArray PDFNameTreeNode.getKids()
          Returns the Kids array.
 PDFArray PDFNameTreeNode.getNames()
          Returns the Names array.
 PDFArray PDFFactory.makeArray(int[] values)
          make an Array object (ex.
 

Methods in org.apache.fop.pdf with parameters of type PDFArray
static PDFFont PDFFont.createFont(java.lang.String fontname, FontType subtype, java.lang.String basefont, java.lang.Object encoding, int firstChar, int lastChar, PDFArray widths, PDFFontDescriptor descriptor)
          factory method with the extended parameters for Type1, MMType1 and TrueType
 void PDFFontType3.setFontMatrix(PDFArray matrix)
          Set the font's transformation matrix
 void PDFNameTreeNode.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
 


fop 0.94

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