| Package | Description |
|---|---|
| com.itextpdf.awt.geom | |
| com.itextpdf.text |
| 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) |
| 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) |
| Constructor | Description |
|---|---|
Rectangle(Rectangle r) |
| Constructor | Description |
|---|---|
Rectangle(Rectangle rect) |
Constructs a
Rectangle-object based on a com.itextpdf.awt.geom.Rectangle object |
Copyright © 1998–2018. All rights reserved.