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

Packages that use PDFRectangle
org.apache.fop.pdf   
 

Uses of PDFRectangle in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFRectangle
protected  PDFRectangle PDFFontDescriptor.fontBBox
           
protected  PDFRectangle PDFFontType3.fontBBox
          font's required /FontBBox bounding box
 

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(int number, java.lang.String basefont, int ascent, int descent, int capHeight, int flags, PDFRectangle fontBBox, int italicAngle, int stemV)
          create the /FontDescriptor object
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.