Uses of Class
com.itextpdf.text.pdf.PdfRectangle

Packages that use PdfRectangle
com.itextpdf.text.pdf   
 

Uses of PdfRectangle in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfRectangle
protected  HashMap<String,PdfRectangle> PdfDocument.boxSize
          This is the size of the several boxes that will be used in the next page.
protected  HashMap<String,PdfRectangle> PdfDocument.thisBoxSize
          This is the size of the several boxes of the current Page.
 

Methods in com.itextpdf.text.pdf that return PdfRectangle
 PdfRectangle PdfRectangle.rotate()
          Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
 PdfRectangle PdfRectangle.transform(AffineTransform transform)
           
 



Copyright © 2013. All Rights Reserved.