fop 0.95

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

Packages that use PDFRectangle
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

Uses of PDFRectangle in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type PDFRectangle
 void PDFFontType3.setFontBBox(PDFRectangle bbox)
          Set the font's bounding box
 

Constructors in org.apache.fop.pdf with parameters of type PDFRectangle
PDFFontDescriptor(java.lang.String basefont, int ascent, int descent, int capHeight, int flags, PDFRectangle fontBBox, int italicAngle, int stemV)
          Create the /FontDescriptor object
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.95

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