Class for pdf text object. More...
#include <PDFgraphing.h>
Public Member Functions | |
| udPDFPageObjectText (double x, double y, const string &t, int s=12) | |
| Constructor of text pdf object. | |
| void | write (ostream &os) |
Private Attributes | |
| double | theX |
| double | theY |
| string | text |
| int | tSize |
Class for pdf text object.
Definition at line 56 of file PDFgraphing.h.
| udPDFPageObjectText::udPDFPageObjectText | ( | double | x, | |
| double | y, | |||
| const string & | t, | |||
| int | s = 12 | |||
| ) | [inline] |
Constructor of text pdf object.
| x,y | - coordinates where text will be placed | |
| t | - text to be output | |
| s | - text size (default 12) |
Definition at line 72 of file PDFgraphing.h.
| void udPDFPageObjectText::write | ( | ostream & | os | ) | [virtual] |
Reimplemented from PDFPageObject.
string udPDFPageObjectText::text [private] |
Definition at line 93 of file PDFgraphing.h.
double udPDFPageObjectText::theX [private] |
Definition at line 92 of file PDFgraphing.h.
double udPDFPageObjectText::theY [private] |
Definition at line 92 of file PDFgraphing.h.
int udPDFPageObjectText::tSize [private] |
Definition at line 94 of file PDFgraphing.h.
1.6.1