Package | Description |
---|---|
com.itextpdf.awt.geom | |
com.itextpdf.text |
Modifier and Type | Method and Description |
---|---|
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) |
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 © 2016. All rights reserved.