A rectangle object.
More...
#include <PDFPrinterSupport.h>
A rectangle object.
- Author
- Robert Heller <heller@deepsoft.com>
◆ Rectangle()
FCFSupport::PDFFileStructures::Rectangle::Rectangle |
( |
double |
x_1, |
|
|
double |
y_1, |
|
|
double |
x_2, |
|
|
double |
y_2, |
|
|
unsigned long int |
objNum = 0L , |
|
|
unsigned short int |
genNum = 0 , |
|
|
CrossReferenceTable * |
tab = NULL |
|
) |
| |
|
inline |
Constructor.
Create a fresh Rectangle object.
- Parameters
-
x_1 | First X coordinate. |
y_1 | First Y coordinate. |
x_2 | Second X coordinate. |
y_2 | Second Y coordinate. |
objNum | The next object number. |
genNum | The generation number. |
tab | The cross reference table we are in. |
References x1, x2, y1, and y2.
◆ ~Rectangle()
FCFSupport::PDFFileStructures::Rectangle::~Rectangle |
( |
| ) |
|
|
inline |
◆ WriteDirect()
virtual ostream & FCFSupport::PDFFileStructures::Rectangle::WriteDirect |
( |
ostream & |
stream | ) |
const |
|
inlinevirtual |
◆ X1()
double FCFSupport::PDFFileStructures::Rectangle::X1 |
( |
| ) |
const |
|
inline |
Return the first X coordinate.
References x1.
◆ X2()
double FCFSupport::PDFFileStructures::Rectangle::X2 |
( |
| ) |
const |
|
inline |
Return the second X coordinate.
References x2.
◆ Y1()
double FCFSupport::PDFFileStructures::Rectangle::Y1 |
( |
| ) |
const |
|
inline |
Return the first Y coordinate.
References y1.
◆ Y2()
double FCFSupport::PDFFileStructures::Rectangle::Y2 |
( |
| ) |
const |
|
inline |
Return the second Y coordinate.
References y2.
◆ x1
double FCFSupport::PDFFileStructures::Rectangle::x1 |
|
private |
◆ x2
double FCFSupport::PDFFileStructures::Rectangle::x2 |
|
private |
◆ y1
double FCFSupport::PDFFileStructures::Rectangle::y1 |
|
private |
◆ y2
double FCFSupport::PDFFileStructures::Rectangle::y2 |
|
private |