Public Member Functions | |
| RegionConfiguration () | |
| void | addRegion (Region r) |
| Points | getHeight () |
| List< Region > | getRegions () |
| Points | getWidth () |
| void | setDocumentHeight (double h) |
| Specified in points, since Acrobat specifies everything in points (1/72nd of an inch). | |
| void | setDocumentWidth (double w) |
| Specified in points, since Acrobat specifies everything in points (1/72nd of an inch). | |
This software is distributed under the BSD License.
Definition at line 22 of file RegionConfiguration.java.
| void addRegion | ( | Region | r | ) |
| Points getHeight | ( | ) |
| List<Region> getRegions | ( | ) |
| Points getWidth | ( | ) |
| void setDocumentHeight | ( | double | h | ) |
Specified in points, since Acrobat specifies everything in points (1/72nd of an inch).
| h |
Definition at line 75 of file RegionConfiguration.java.
| void setDocumentWidth | ( | double | w | ) |
Specified in points, since Acrobat specifies everything in points (1/72nd of an inch).
| w |
Definition at line 84 of file RegionConfiguration.java.
1.4.7