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

Packages that use PDFArray
org.apache.fop.pdf   
 

Uses of PDFArray in org.apache.fop.pdf
 

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

Methods in org.apache.fop.pdf that return PDFArray
 PDFArray PDFDocument.makeArray(int[] values)
          make an Array object (ex.
 

Methods in org.apache.fop.pdf with parameters of type PDFArray
static PDFFont PDFFont.createFont(int number, java.lang.String fontname, byte 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 PDFFontNonBase14.setWidthMetrics(int firstChar, int lastChar, PDFArray widths)
          set the width metrics for the font
 void PDFFontType3.setFontMatrix(PDFArray matrix)
          set the font's transformation matrix
 

Constructors in org.apache.fop.pdf with parameters of type PDFArray
PDFFontType3(int number, java.lang.String fontname, byte subtype, java.lang.String basefont, java.lang.Object encoding, PDFRectangle fontBBox, PDFArray fontMatrix, PDFCharProcs charProcs)
          create the /Font object
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.