| Package | Description |
|---|---|
| com.itextpdf.awt.geom | |
| com.itextpdf.text |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Line2D.getBounds() |
Rectangle |
GeneralPath.getBounds() |
Rectangle |
QuadCurve2D.getBounds() |
Rectangle |
RectangularShape.getBounds() |
Rectangle |
Shape.getBounds() |
Rectangle |
Rectangle.getBounds() |
Rectangle |
CubicCurve2D.getBounds() |
Rectangle |
Rectangle.intersection(Rectangle r) |
Rectangle |
Rectangle.union(Rectangle r) |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
Rectangle(Rectangle r) |
| Constructor and Description |
|---|
Rectangle(Rectangle rect)
Constructs a Rectangle-object based on a com.itextpdf.awt.geom.Rectangle object
|
Copyright © 1998–2021. All rights reserved.