Uses of Class
com.itextpdf.awt.geom.Rectangle

Packages that use Rectangle
com.itextpdf.awt.geom   
com.itextpdf.text   
 

Uses of Rectangle in com.itextpdf.awt.geom
 

Methods in com.itextpdf.awt.geom that return Rectangle
 Rectangle GeneralPath.getBounds()
           
 Rectangle QuadCurve2D.getBounds()
           
 Rectangle CubicCurve2D.getBounds()
           
 Rectangle Line2D.getBounds()
           
 Rectangle Shape.getBounds()
           
 Rectangle RectangularShape.getBounds()
           
 Rectangle Rectangle.getBounds()
           
 Rectangle Rectangle.intersection(Rectangle r)
           
 Rectangle Rectangle.union(Rectangle r)
           
 

Methods in com.itextpdf.awt.geom with parameters of type Rectangle
 void Rectangle.add(Rectangle r)
           
 boolean Rectangle.contains(Rectangle r)
           
 Rectangle Rectangle.intersection(Rectangle r)
           
 boolean Rectangle.intersects(Rectangle r)
           
 void Rectangle.setBounds(Rectangle r)
           
 Rectangle Rectangle.union(Rectangle r)
           
 

Constructors in com.itextpdf.awt.geom with parameters of type Rectangle
Rectangle(Rectangle r)
           
 

Uses of Rectangle in com.itextpdf.text
 

Constructors in com.itextpdf.text with parameters of type Rectangle
Rectangle(Rectangle rect)
          Constructs a Rectangle-object based on a com.itextpdf.awt.geom.Rectangle object
 



Copyright © 2014. All Rights Reserved.