PDFPageObjectLine Class Reference

Class for pfd line object. More...

#include <PDFgraphing.h>

Inheritance diagram for PDFPageObjectLine:
PDFPageObject

List of all members.

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

Detailed Description

Class for pfd line object.

Definition at line 103 of file PDFgraphing.h.


Constructor & Destructor Documentation

PDFPageObjectLine::PDFPageObjectLine ( double  x1,
double  y1,
double  x2,
double  y2 
) [inline]

Constructor of a line pdf object.

Parameters:
x1,y1,x2,y2 - coordinates of the two endpoints of a line

Definition at line 116 of file PDFgraphing.h.


Member Function Documentation

void PDFPageObjectLine::write ( ostream &  os  )  [inline, virtual]

Reimplemented from PDFPageObject.

Definition at line 126 of file PDFgraphing.h.

References theX1, theX2, theY1, and theY2.


Member Data Documentation

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().


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:49 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1