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

Packages that use Rectangle
com.itextpdf.awt.geom   
 

Uses of Rectangle in com.itextpdf.awt.geom
 

Methods in com.itextpdf.awt.geom that return Rectangle
 Rectangle Shape.getBounds()
           
 Rectangle RectangularShape.getBounds()
           
 Rectangle Rectangle.getBounds()
           
 Rectangle QuadCurve2D.getBounds()
           
 Rectangle Line2D.getBounds()
           
 Rectangle GeneralPath.getBounds()
           
 Rectangle CubicCurve2D.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)
           
 



Copyright © 2013. All Rights Reserved.