Uses of Class
com.itextpdf.awt.geom.Rectangle
-
Packages that use Rectangle Package Description com.itextpdf.awt.geom com.itextpdf.text -
-
Uses of Rectangle in com.itextpdf.awt.geom
Methods in com.itextpdf.awt.geom that return Rectangle Modifier and Type Method Description Rectangle
CubicCurve2D. getBounds()
Rectangle
GeneralPath. getBounds()
Rectangle
Line2D. getBounds()
Rectangle
QuadCurve2D. getBounds()
Rectangle
Rectangle. getBounds()
Rectangle
RectangularShape. getBounds()
Rectangle
Shape. getBounds()
Rectangle
Rectangle. intersection(Rectangle r)
Rectangle
Rectangle. union(Rectangle r)
Methods in com.itextpdf.awt.geom with parameters of type Rectangle Modifier and Type Method Description 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 Constructor Description Rectangle(Rectangle r)
-
Uses of Rectangle in com.itextpdf.text
Constructors in com.itextpdf.text with parameters of type Rectangle Constructor Description Rectangle(Rectangle rect)
Constructs aRectangle
-object based on acom.itextpdf.awt.geom.Rectangle
object
-