udPDFPageObjectText Class Reference

Class for pdf text object. More...

#include <PDFgraphing.h>

Inheritance diagram for udPDFPageObjectText:
PDFPageObject

List of all members.

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

Detailed Description

Class for pdf text object.

Definition at line 56 of file PDFgraphing.h.


Constructor & Destructor Documentation

udPDFPageObjectText::udPDFPageObjectText ( double  x,
double  y,
const string &  t,
int  s = 12 
) [inline]

Constructor of text pdf object.

Parameters:
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.


Member Function Documentation

void udPDFPageObjectText::write ( ostream &  os  )  [virtual]

Reimplemented from PDFPageObject.


Member Data Documentation

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.

Definition at line 94 of file PDFgraphing.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:52 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1