Class for pfd line object. More...
#include <PDFgraphing.h>
Public Member Functions | |
| PDFPageObjectLine (double x1, double y1, double x2, double y2) | |
| Constructor of a line pdf object. | |
| void | write (ostream &os) |
Private Attributes | |
| double | theX1 |
| double | theY1 |
| double | theX2 |
| double | theY2 |
Class for pfd line object.
Definition at line 103 of file PDFgraphing.h.
| PDFPageObjectLine::PDFPageObjectLine | ( | double | x1, | |
| double | y1, | |||
| double | x2, | |||
| double | y2 | |||
| ) | [inline] |
Constructor of a line pdf object.
| x1,y1,x2,y2 | - coordinates of the two endpoints of a line |
Definition at line 116 of file PDFgraphing.h.
| void PDFPageObjectLine::write | ( | ostream & | os | ) | [inline, virtual] |
Reimplemented from PDFPageObject.
Definition at line 126 of file PDFgraphing.h.
double PDFPageObjectLine::theX1 [private] |
Definition at line 139 of file PDFgraphing.h.
Referenced by write().
double PDFPageObjectLine::theX2 [private] |
Definition at line 140 of file PDFgraphing.h.
Referenced by write().
double PDFPageObjectLine::theY1 [private] |
Definition at line 139 of file PDFgraphing.h.
Referenced by write().
double PDFPageObjectLine::theY2 [private] |
Definition at line 140 of file PDFgraphing.h.
Referenced by write().
1.6.1