| java.lang.Object | |
| ↳ | com.pdftron.pdf.RectCollection |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
RectCollection()
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | addRect(double x1, double y1, double x2, double y2) | ||||||||||
| void | addRect(Rect rectToAdd) | ||||||||||
| void | clear() | ||||||||||
| int | getNumRects() | ||||||||||
| Rect | getRectAt(int index) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor.